/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/ |
gas-llabel.asm | 21 cmpw $0, (%si)
|
/external/grub/stage2/ |
apm.S | 42 cmpw $0x504d, %bx 97 cmpw $0x504d, %bx
|
start.S | 83 cmpw $0, 4(%di) 104 cmpw %ax, 4(%di) /* compare against total number of sectors */ 186 cmpw 8(%si), %ax 196 cmpw %ax, 4(%di) /* compare against total number of sectors */ 300 cmpw $0, 4(%di)
|
asm.S | 445 cmpw %ax, %dx 451 cmpw $(ABS(EXT_C(io_map)) + (IO_MAP_SIZE + 1) * 2), %si 507 cmpw %ax, (%edi) 510 cmpw %ax, 2(%edi) 716 cmpw $0x8, %ax 718 cmpw $0x15, %ax 1042 cmpw $0, %si 1086 cmpw $0xaa55, %bx [all...] |
/external/valgrind/main/none/tests/x86/ |
insn_basic.def | 244 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 imm8[-100] r16.sw[32700] => eflags[0x800,0x800 [all...] |
/external/llvm/test/MC/ELF/ |
relax-arith.s | 107 cmpw $foo, bar
|
/external/grub/stage1/ |
stage1.S | 174 cmpw $0xaa55, %bx 301 cmpw 8(%si), %ax
|
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/ |
FastTimes.c | 309 cmpw r4,r6 326 cmpw r4,r6
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/ |
win32at.asm | 104 cmpw $0,%ax label
|
/external/zlib/src/contrib/amd64/ |
amd64-match.S | 256 LoopEntry: cmpw -1(%windowbestlen, %curmatch), %scanendw 258 cmpw %scanstartw, (%window, %curmatch)
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-ppc32-linux.S | 460 cmpw 3,6
|
/external/valgrind/main/coregrind/ |
m_trampoline.S | 387 cmpw 7,4,0 396 cmpw 7,4,0 489 cmpw 7,4,0 498 cmpw 7,4,0
|
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
ll.S | 97 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/v8/src/x64/ |
assembler-x64.h | 817 void cmpw(const Operand& dst, Immediate src) { 821 void cmpw(Register dst, Immediate src) { 825 void cmpw(Register dst, const Operand& src) { 829 void cmpw(Register dst, Register src) { 833 void cmpw(const Operand& dst, Register src) { [all...] |
regexp-macro-assembler-x64.cc | 507 __ cmpw(rax, Operand(rbx, 0)); [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 533 cmpw $$0, offThread_subMode(%ecx) 591 cmpw $$0, offThread_subMode(%ecx) # Anything special going on? 656 cmpw $$0, offThread_subMode(%ecx) # special action needed? [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 833 void cmpw(const Operand& dst, Immediate src) { 837 void cmpw(Register dst, Immediate src) { 841 void cmpw(Register dst, const Operand& src) { 845 void cmpw(Register dst, Register src) { 849 void cmpw(const Operand& dst, Register src) { [all...] |
regexp-macro-assembler-x64.cc | 432 __ cmpw(rax, Operand(rbx, 0)); [all...] |
/external/valgrind/main/none/tests/ppc32/ |
jm-int.stdout.exp | [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 90 // CHECK: cmpw $31438, 3735928559(%ebx,%ecx,8) 91 cmpw $0x7ace,0xdeadbeef(%ebx,%ecx,8) [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | 360 # CHECK: cmpw 2, 3, 4 # encoding: [0x7d,0x03,0x20,0x00]
|
ppc64-encoding-ext.s | [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.h | 794 void cmpw(const Operand& op, Immediate imm16); [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 761 void cmpw(const Operand& op, Immediate imm16); [all...] |
/external/valgrind/main/none/tests/ppc64/ |
jm-int.stdout.exp | [all...] |