/external/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 39 fxch -> fucomi 40 fucomi jl X
|
D | X86InstrFPStack.td | 572 (outs), (ins RST:$reg), "fucomi\t$reg", IIC_FUCOMI>;
|
D | X86InstrInfo.td | 2655 def : InstAlias<"fucomi", (UCOM_FIr ST1), 0>; 2682 defm : FpUnaryAlias<"fucomi", UCOM_FIr, 0>;
|
/external/llvm/test/MC/Disassembler/X86/ |
D | 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/test/MC/X86/ |
D | x86-64.s | 316 fucomi label 317 fucomi %st(2) label 318 fucomi %st(2), %st label
|
D | x86-32-coverage.s | 4513 fucomi %st(2),%st 14187 fucomi %st(2),%st
|
/external/valgrind/main/none/tests/x86/ |
D | 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.76… 77 fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.76… 78 fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.76…
|
/external/valgrind/main/none/tests/amd64/ |
D | 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.76… 77 fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.76… 78 fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.76…
|
/external/chromium_org/v8/src/x87/ |
D | assembler-x87.h | 867 void fucomi(int i);
|
D | assembler-x87.cc | 1753 void Assembler::fucomi(int i) { in fucomi() function in v8::internal::Assembler
|
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.h | 884 void fucomi(int i);
|
D | assembler-ia32.cc | 1820 void Assembler::fucomi(int i) { in fucomi() function in v8::internal::Assembler
|
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.h | 970 void fucomi(int i);
|
D | assembler-x64.cc | 2140 void Assembler::fucomi(int i) { in fucomi() function in v8::internal::Assembler
|
/external/elfutils/0.153/libcpu/defs/ |
D | i386 | 293 11011011,11101{freg}:fucomi {freg},%st
|
/external/valgrind/main/perf/ |
D | tinycc.c | 3496 DEF_ASM_OP2(fucomi, 0xdbe8, 0, OPC_REG, OPT_ST, OPT_ST0 ) 3953 DEF_ASM_OP2(fucomi, 0xdbe8, 0, OPC_REG, OPT_ST, OPT_ST0 ) 4828 DEF_ASM_OP2(fucomi, 0xdbe8, 0, OPC_REG, OPT_ST, OPT_ST0 ) 5285 DEF_ASM_OP2(fucomi, 0xdbe8, 0, OPC_REG, OPT_ST, OPT_ST0 ) 15535 DEF_ASM_OP2(fucomi, 0xdbe8, 0, OPC_REG, OPT_ST, OPT_ST0 ) 15997 DEF_ASM_OP2(fucomi, 0xdbe8, 0, OPC_REG, OPT_ST, OPT_ST0 )
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | x86insn_nasm.gperf | 273 fucomi, fcom2_insn, 2, SUF_Z, 0xDB, 0xE8, 0, 0, CPU_686, CPU_FPU, 0 keyword
|
D | x86insn_gas.gperf | 531 fucomi, fcom2_insn, 2, SUF_Z, 0xDB, 0xE8, 0, 0, CPU_686, CPU_FPU, 0 keyword
|