HomeSort by relevance Sort by last modified time
    Searched full:cmovl (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/test/CodeGen/X86/
pr5145.ll 9 ; CHECK: cmovl
  /external/llvm/lib/Target/X86/
X86InstrCMovSetCC.td 75 defm CMOVL : CMOV<0x4C, "cmovl" , X86_COND_L>;
  /external/valgrind/main/none/tests/x86/
insn_cmov.def 57 cmovl eflags[0x8c0,0x000] : r16.uw[12345] r16.uw[0] => 1.uw[0]
58 cmovl eflags[0x8c0,0x080] : r16.uw[12345] r16.uw[0] => 1.uw[12345]
59 cmovl eflags[0x8c0,0x800] : r16.uw[12345] r16.uw[0] => 1.uw[12345]
60 cmovl eflags[0x8c0,0x880] : r16.uw[12345] r16.uw[0] => 1.uw[0]
61 cmovl eflags[0x8c0,0x000] : m16.uw[12345] r16.uw[0] => 1.uw[0]
62 cmovl eflags[0x8c0,0x080] : m16.uw[12345] r16.uw[0] => 1.uw[12345]
63 cmovl eflags[0x8c0,0x800] : m16.uw[12345] r16.uw[0] => 1.uw[12345]
64 cmovl eflags[0x8c0,0x880] : m16.uw[12345] r16.uw[0] => 1.uw[0]
249 cmovl eflags[0x8c0,0x000] : r32.ud[12345678] r32.ud[0] => 1.ud[0]
250 cmovl eflags[0x8c0,0x080] : r32.ud[12345678] r32.ud[0] => 1.ud[12345678
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 257 void cmovl(Condition condition, Register dst, Register src);
assembler_x86.cc 253 void X86Assembler::cmovl(Condition condition, Register dst, Register src) { function in class:art::x86::X86Assembler
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 734 void cmovl(Condition cc, Register dst, Register src);
735 void cmovl(Condition cc, Register dst, const Operand& src);
    [all...]
assembler-x64.cc 949 void Assembler::cmovl(Condition cc, Register dst, Register src) { function in class:v8::internal::Assembler
965 void Assembler::cmovl(Condition cc, Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
disasm-x64.cc 291 {"cmovl", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
    [all...]
  /external/v8/src/x64/
assembler-x64.h 740 void cmovl(Condition cc, Register dst, Register src);
741 void cmovl(Condition cc, Register dst, const Operand& src);
    [all...]
assembler-x64.cc 973 void Assembler::cmovl(Condition cc, Register dst, Register src) { function in class:v8::internal::Assembler
989 void Assembler::cmovl(Condition cc, Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
disasm-x64.cc 290 {"cmovl", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
    [all...]
  /external/valgrind/main/VEX/orig_amd64/
test2.orig 1618 cmovl %eax, %r13d
1622 cmovl %ebx, %r12d
1626 cmovl %edi, %esi
1630 cmovl %edx, %ebp
1634 cmovl %edx, %ecx
1638 cmovl %edx, %r12d
1722 cmovl %r8d, %eax
1726 cmovl %r8d, %edx
    [all...]
test2.sorted 405 440F4CE8 cmovl %eax, %r13d
406 440F4CE3 cmovl %ebx, %r12d
407 0F4CF7 cmovl %edi, %esi
408 0F4CEA cmovl %edx, %ebp
409 0F4CCA cmovl %edx, %ecx
410 440F4CE2 cmovl %edx, %r12d
431 410F4CC0 cmovl %r8d, %eax
432 410F4CD0 cmovl %r8d, %edx
    [all...]
test1.sorted 72 440F4CE8 cmovl %eax, %r13d
    [all...]
test1.orig 286 cmovl %eax, %r13d
    [all...]
  /external/chromium_org/v8/src/ia32/
disasm-ia32.cc 154 /*12*/ "cmovl", "cmovnl", "cmovng", "cmovg"
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 154 /*12*/ "cmovl", "cmovnl", "cmovng", "cmovg"
    [all...]
  /external/chromium_org/sandbox/win/src/sidestep/
ia32_opcode_map.cpp     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
ia32_opcode_map.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
ia32_opcode_map.cc     [all...]
  /external/chromium_org/tools/memory_watcher/
ia32_opcode_map.cc     [all...]
  /external/chromium_org/tools/traceline/traceline/sidestep/
ia32_opcode_map.cc     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 76 cmovl, cmovcc_insn, 3, SUF_Z, 0x0C, 0, 0, 0, CPU_686, 0, 0
    [all...]
x86insn_gas.gperf 156 cmovl, cmovcc_insn, 3, SUF_Z, 0x0C, 0, 0, 0, CPU_686, 0, 0
    [all...]
  /external/qemu/
i386-dis.c     [all...]

Completed in 1554 milliseconds

1 2