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

1 2

  /external/llvm/test/MC/Disassembler/X86/
fp-stack.txt 529 # CHECK: fucomi %st(0)
532 # CHECK: fucomi %st(1)
535 # CHECK: fucomi %st(2)
538 # CHECK: fucomi %st(3)
541 # CHECK: fucomi %st(4)
544 # CHECK: fucomi %st(5)
547 # CHECK: fucomi %st(6)
550 # CHECK: fucomi %st(7)
  /external/llvm/lib/Target/X86/
README-FPStack.txt 39 fxch -> fucomi
40 fucomi jl X
X86InstrFPStack.td 572 (outs), (ins RST:$reg), "fucomi\t$reg", IIC_FUCOMI>;
    [all...]
X86InstrInfo.td     [all...]
X86FloatingPoint.cpp     [all...]
  /external/llvm/test/MC/X86/
x86-64.s 310 // CHECK: fucomi %st(1)
311 // CHECK: fucomi %st(2)
312 // CHECK: fucomi %st(2)
316 fucomi label
317 fucomi %st(2) label
318 fucomi %st(2), %st label
  /external/valgrind/main/none/tests/amd64/
insn_fpu.def 73 fucomi st2.ps[1234.5678] st0.ps[1234.5679] => st0.ps[1234.5678] st2.ps[1234.5679] eflags[0x45,0x00]
74 fucomi st2.ps[1234.5678] st0.ps[1234.5676] => st0.ps[1234.5678] st2.ps[1234.5676] eflags[0x45,0x01]
75 fucomi st2.ps[1234.5678] st0.ps[1234.5678] => st0.ps[1234.5678] st2.ps[1234.5678] eflags[0x45,0x40]
76 fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654322] => st0.pd[1234567.7654322] st2.pd[1234567.7654321] eflags[0x45,0x00]
77 fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.7654321] eflags[0x45,0x01]
78 fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.7654321] eflags[0x45,0x40]
    [all...]
  /external/valgrind/main/none/tests/x86/
insn_fpu.def 73 fucomi st2.ps[1234.5678] st0.ps[1234.5679] => st0.ps[1234.5678] st2.ps[1234.5679] eflags[0x45,0x00]
74 fucomi st2.ps[1234.5678] st0.ps[1234.5676] => st0.ps[1234.5678] st2.ps[1234.5676] eflags[0x45,0x01]
75 fucomi st2.ps[1234.5678] st0.ps[1234.5678] => st0.ps[1234.5678] st2.ps[1234.5678] eflags[0x45,0x40]
76 fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654322] => st0.pd[1234567.7654322] st2.pd[1234567.7654321] eflags[0x45,0x00]
77 fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.7654321] eflags[0x45,0x01]
78 fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.7654321] eflags[0x45,0x40]
    [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87.h 867 void fucomi(int i);
    [all...]
assembler-x87.cc 1753 void Assembler::fucomi(int i) { function in class:v8::internal::Assembler
    [all...]
disasm-x87.cc 786 mnem = "fucomi";
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 884 void fucomi(int i);
    [all...]
assembler-ia32.cc 1820 void Assembler::fucomi(int i) { function in class:v8::internal::Assembler
    [all...]
disasm-ia32.cc 786 mnem = "fucomi";
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 431 // explicit argument, but have no destination. Example: fucom, fucomi, ...
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 2140 void Assembler::fucomi(int i) { function in class:v8::internal::Assembler
    [all...]
assembler-x64.h     [all...]
disasm-x64.cc 926 mnem = "fucomi";
    [all...]
  /external/elfutils/0.153/libcpu/defs/
i386 293 11011011,11101{freg}:fucomi {freg},%st
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 273 fucomi, fcom2_insn, 2, SUF_Z, 0xDB, 0xE8, 0, 0, CPU_686, CPU_FPU, 0
    [all...]
x86insn_gas.gperf     [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 43 FUCOMI(P): what happens to A and S flags? Currently are forced
    [all...]
  /external/qemu/disas/
i386.c     [all...]
  /external/qemu/target-i386/
translate.c     [all...]

Completed in 520 milliseconds

1 2