HomeSort by relevance Sort by last modified time
    Searched refs:testw (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.S 139 testw %dx, %dx
153 testw %bx, %bx
272 testw %bx, %bx
bs16.S 127 testw %dx, %dx
141 testw %bx, %bx
260 testw %bx, %bx
bs32.S 148 testw %dx, %dx
162 testw %bx, %bx
281 testw %bx, %bx
start.S 73 testw %dx, %dx
    [all...]
start16.S 74 testw %dx, %dx
    [all...]
start32.S 89 testw %dx, %dx
    [all...]
st16_64.S 74 testw %dx,%dx
    [all...]
st32_64.S 89 testw %dx,%dx
    [all...]
start64.S 74 testw %dx,%dx
    [all...]
  /external/valgrind/none/tests/x86/
insn_basic.def     [all...]
  /external/syslinux/gpxe/src/arch/i386/prefix/
pxeprefix.S 385 testw $PXE_HACK_EB54, pxe_hacks
493 testw %ax, %ax
597 testw %ax, %ax
dskprefix.S 166 testw $0x0fff, %ax
romprefix.S 301 testw %ax, %ax
363 testw %dx, %dx /* %ax==0 even on success, since align>=64kB */
368 testw $0x0010, %dx
libprefix.S 65 testw %di, %di
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
Thunk16.S 149 testw $1, 74(%esp) #(_STK16 ptr [esp + STACK_PARAM_SIZE + sizeof(IA32_REGS)]).ThunkFlags, 1
  /external/zlib/src/contrib/amd64/
amd64-match.S 380 Check16: testw $0xFFFF, %ax
  /external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
e820mangler.S 358 testw %si, %si
  /external/v8/src/x64/
assembler-x64.h 777 void testw(Register reg, const Operand& op) { testw(op, reg); }
863 void testw(Register dst, Register src);
864 void testw(Register reg, Immediate mask);
865 void testw(const Operand& op, Immediate mask);
866 void testw(const Operand& op, Register reg);
    [all...]
assembler-x64.cc 2070 void Assembler::testw(Register dst, Register src) { function in class:v8::internal::Assembler
2074 void Assembler::testw(Register reg, Immediate mask) { function in class:v8::internal::Assembler
2078 void Assembler::testw(const Operand& op, Immediate mask) { function in class:v8::internal::Assembler
2082 void Assembler::testw(const Operand& op, Register reg) { function in class:v8::internal::Assembler
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s 102 // CHECK: testw $31438, 3735928559(%ebx,%ecx,8)
103 testw $0x7ace,0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
opcode-suffix.d 480 *[0-9a-f]+: 66 85 90 90 90 90 90[ ]+testw[ ]+%dx,-0x6f6f6f70\(%eax\)
503 *[0-9a-f]+: 66 a9 90 90[ ]+testw[ ]+\$0x9090,%ax
  /external/llvm/test/MC/X86/
x86-32-coverage.s 735 // CHECK: testw $31438, 3735928559(%ebx,%ecx,8)
737 testw $0x7ace,0xdeadbeef(%ebx,%ecx,8)
739 // CHECK: testw $31438, 69
741 testw $0x7ace,0x45
743 // CHECK: testw $31438, 32493
745 testw $0x7ace,0x7eed
747 // CHECK: testw $31438, 3133065982
749 testw $0x7ace,0xbabecafe
751 // CHECK: testw $31438, 305419896
753 testw $0x7ace,0x1234567
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 672 #define TEST_W(a, b) CHOICE(testw ARG2(a,b), testw ARG2(a,b), _WTOG test ARG2(b,a))
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]

Completed in 1341 milliseconds