Searched refs:cmpw (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
H A Dgas-llabel.asm21 cmpw $0, (%si)
/external/valgrind/main/none/tests/x86/
H A Dinsn_basic.def244 cmpw imm8[3] r16.uw[2] => eflags[0x010,0x010]
245 cmpw imm8[2] r16.uw[3] => eflags[0x010,0x000]
246 cmpw imm8[12] r16.uw[12] => eflags[0x044,0x044]
247 cmpw imm8[12] r16.uw[34] => eflags[0x044,0x000]
248 cmpw imm8[34] r16.uw[12] => eflags[0x081,0x081]
249 cmpw imm8[12] r16.uw[34] => eflags[0x081,0x000]
250 cmpw imm8[100] r16.sw[-32700] => eflags[0x800,0x800]
251 cmpw imm8[50] r16.sw[-50] => eflags[0x800,0x000]
252 cmpw imm8[-50] r16.sw[50] => eflags[0x800,0x000]
253 cmpw imm
[all...]
/external/llvm/test/MC/ELF/
H A Drelax-arith.s107 cmpw $foo, bar
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
H A DFastTimes.c309 cmpw r4,r6
326 cmpw r4,r6
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/
H A Dwin32at.asm104 cmpw $0,%ax label
/external/zlib/src/contrib/amd64/
H A Damd64-match.S256 LoopEntry: cmpw -1(%windowbestlen, %curmatch), %scanendw
258 cmpw %scanstartw, (%window, %curmatch)
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-ppc32-linux.S460 cmpw 3,6
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S97 cmpw 0,12,9 # have we reached the end?
334 cmpw 13,20 # compare with out 4 char string
345 cmpw 13,21
354 cmpw 13,23 # is it end string?
/external/valgrind/main/coregrind/
H A Dm_trampoline.S387 cmpw 7,4,0
396 cmpw 7,4,0
489 cmpw 7,4,0
498 cmpw 7,4,0
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h776 void cmpw(const Operand& dst, Immediate src) { function in struct:v8::internal::XMMRegister
780 void cmpw(Register dst, Immediate src) { function in struct:v8::internal::XMMRegister
784 void cmpw(Register dst, const Operand& src) { function in struct:v8::internal::XMMRegister
788 void cmpw(Register dst, Register src) { function in struct:v8::internal::XMMRegister
792 void cmpw(const Operand& dst, Register src) { function in struct:v8::internal::XMMRegister
H A Dregexp-macro-assembler-x64.cc409 __ cmpw(rax, Operand(rbx, 0));
/external/valgrind/main/none/tests/ppc32/
H A Djm-int.stdout.exp676 cmpw 00000000, 00000000 => 00000000 (00200000 00000000)
677 cmpw 00000000, 000f423f => 00000000 (00800000 00000000)
678 cmpw 00000000, ffffffff => 00000000 (00400000 00000000)
679 cmpw 000f423f, 00000000 => 00000000 (00400000 00000000)
680 cmpw 000f423f, 000f423f => 00000000 (00200000 00000000)
681 cmpw 000f423f, ffffffff => 00000000 (00400000 00000000)
682 cmpw ffffffff, 00000000 => 00000000 (00800000 00000000)
683 cmpw ffffffff, 000f423f => 00000000 (00800000 00000000)
684 cmpw ffffffff, ffffffff => 00000000 (00200000 00000000)
/external/llvm/test/MC/X86/
H A Dx86-32-coverage.s90 // CHECK: cmpw $31438, 3735928559(%ebx,%ecx,8)
91 cmpw $0x7ace,0xdeadbeef(%ebx,%ecx,8)
2291 // CHECK: cmpw $31438, 3735928559(%ebx,%ecx,8)
2293 cmpw $0x7ace,0xdeadbeef(%ebx,%ecx,8)
2295 // CHECK: cmpw $31438, 69
2297 cmpw $0x7ace,0x45
2299 // CHECK: cmpw $31438, 32493
2301 cmpw $0x7ace,0x7eed
2303 // CHECK: cmpw $31438, 3133065982
2305 cmpw
[all...]
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h669 void cmpw(const Operand& op, Immediate imm16);
H A Dassembler-x87.cc671 void Assembler::cmpw(const Operand& op, Immediate imm16) { function in class:v8::internal::Assembler
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding.s496 # CHECK-BE: cmpw 2, 3, 4 # encoding: [0x7d,0x03,0x20,0x00]
497 # CHECK-LE: cmpw 2, 3, 4 # encoding: [0x00,0x20,0x03,0x7d]
H A Dppc64-encoding-ext.s3052 # CHECK-BE: cmpw 2, 3, 4 # encoding: [0x7d,0x03,0x20,0x00]
3053 # CHECK-LE: cmpw 2, 3, 4 # encoding: [0x00,0x20,0x03,0x7d]
3054 cmpw 2, 3, 4
3055 # CHECK-BE: cmpw 0, 3, 4 # encoding: [0x7c,0x03,0x20,0x00]
3056 # CHECK-LE: cmpw 0, 3, 4 # encoding: [0x00,0x20,0x03,0x7c]
3057 cmpw 3, 4
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h686 void cmpw(const Operand& op, Immediate imm16);
H A Dassembler-ia32.cc738 void Assembler::cmpw(const Operand& op, Immediate imm16) { function in class:v8::internal::Assembler
/external/openssl/crypto/bn/asm/
H A Dppc64-mont.pl941 cmpw $i,$num
/external/valgrind/main/none/tests/ppc64/
H A Djm-int.stdout.exp896 cmpw 0000000000000000, 0000000000000000 => 0000000000000000 (00200000 00000000)
897 cmpw 0000000000000000, 0000001cbe991def => 0000000000000000 (00400000 00000000)
898 cmpw 0000000000000000, ffffffffffffffff => 0000000000000000 (00400000 00000000)
899 cmpw 0000001cbe991def, 0000000000000000 => 0000000000000000 (00800000 00000000)
900 cmpw 0000001cbe991def, 0000001cbe991def => 0000000000000000 (00200000 00000000)
901 cmpw 0000001cbe991def, ffffffffffffffff => 0000000000000000 (00800000 00000000)
902 cmpw ffffffffffffffff, 0000000000000000 => 0000000000000000 (00800000 00000000)
903 cmpw ffffffffffffffff, 0000001cbe991def => 0000000000000000 (00400000 00000000)
904 cmpw ffffffffffffffff, ffffffffffffffff => 0000000000000000 (00200000 00000000)
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h418 #define CMP_W(a, b) CHOICE(cmpw ARG2(a,b), cmpw ARG2(a,b), _WTOG cmp ARG2(b,a))
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h418 #define CMP_W(a, b) CHOICE(cmpw ARG2(a,b), cmpw ARG2(a,b), _WTOG cmp ARG2(b,a))
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_gas.gperf288 cmpw, arith_insn, 22, SUF_W, 0x38, 0x07, 0, 0, 0, 0, 0

Completed in 1556 milliseconds