search for: movntdqmr

Displaying 3 results from an estimated 3 matches for "movntdqmr".

Did you mean: movntdqa
2010 Feb 15
0
[LLVMdev] Botched Build
On Monday 15 February 2010 14:59:19 Chris Lattner wrote: > On Feb 15, 2010, at 12:53 PM, Chris Lattner wrote: > > On Feb 15, 2010, at 10:00 AM, David Greene wrote: > >> On Monday 15 February 2010 11:54:25 Óscar Fuentes wrote: > >>> David Greene <dag at cray.com> writes: > >>>> Sorry, I botched a commit and broke the build. I've just committed
2010 Feb 15
2
[LLVMdev] Botched Build
On Feb 15, 2010, at 12:53 PM, Chris Lattner wrote: > > On Feb 15, 2010, at 10:00 AM, David Greene wrote: > >> On Monday 15 February 2010 11:54:25 Óscar Fuentes wrote: >>> David Greene <dag at cray.com> writes: >>>> Sorry, I botched a commit and broke the build. I've just committed a >>>> fix. >>>> >>>> So expect
2010 Feb 15
4
[LLVMdev] Botched Build
...$ cat t.s movntdq %xmm5, 3735928559(%ebx,%ecx,8) $ llvm-mc t.s -show-encoding -show-inst .section __TEXT,__text,regular,pure_instructions movntdq %xmm5, 3735928559(%ebx,%ecx,8) ## encoding: [0x66,0x0f,0xe7,0xac,0xcb,0xef,0xbe,0xad,0xde] ## <MCInst #1358 MOVNTDQmr ## <MCOperand Reg:29> ## <MCOperand Imm:8> ## <MCOperand Reg:38> ## <MCOperand Imm:3735928559>...