/external/valgrind/main/memcheck/tests/x86/ |
D | more_x86_fp.stdout.exp | 36 fcomi(2.000000 -1.000000)=00000000 42 fcomi(2.000000 2.000000)=00000040 48 fcomi(2.000000 3.000000)=00000001
|
/external/valgrind/main/memcheck/tests/amd64/ |
D | more_x87_fp.stdout.exp | 34 fcomi(2.000000 -1.000000)=00000000 40 fcomi(2.000000 2.000000)=00000040 46 fcomi(2.000000 3.000000)=00000001
|
/external/valgrind/main/none/tests/x86/ |
D | insn_fpu.def | 61 fcomi st2.ps[1234.5678] st0.ps[1234.5679] => st0.ps[1234.5678] st2.ps[1234.5679] eflags[0x45,0x00] 62 fcomi st2.ps[1234.5678] st0.ps[1234.5676] => st0.ps[1234.5678] st2.ps[1234.5676] eflags[0x45,0x01] 63 fcomi st2.ps[1234.5678] st0.ps[1234.5678] => st0.ps[1234.5678] st2.ps[1234.5678] eflags[0x45,0x40] 64 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654322] => st0.pd[1234567.7654322] st2.pd[1234567.765… 65 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.765… 66 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.765…
|
/external/valgrind/main/none/tests/amd64/ |
D | insn_fpu.def | 61 fcomi st2.ps[1234.5678] st0.ps[1234.5679] => st0.ps[1234.5678] st2.ps[1234.5679] eflags[0x45,0x00] 62 fcomi st2.ps[1234.5678] st0.ps[1234.5676] => st0.ps[1234.5678] st2.ps[1234.5676] eflags[0x45,0x01] 63 fcomi st2.ps[1234.5678] st0.ps[1234.5678] => st0.ps[1234.5678] st2.ps[1234.5678] eflags[0x45,0x40] 64 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654322] => st0.pd[1234567.7654322] st2.pd[1234567.765… 65 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.765… 66 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.765…
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 314 fcomi label 315 fcomi %st(2) label
|
D | x86-32-coverage.s | 4509 fcomi %st(2),%st 14184 fcomi %st(2),%st
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-fpstack.ll | 337 ; CHECK: fcomi %st(1), %st(0) 340 …%0 = tail call i32 asm "fcomi $2, $1; pushf; pop $0", "=r,{st},{st(1)},~{dirflag},~{fpsr},~{flags}…
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 565 "fcomi\t$reg", IIC_FCOMI>, DB;
|
D | X86InstrInfo.td | 1927 def : InstAlias<"fcomi", (COM_FIr ST1)>; 1957 defm : FpUnaryAlias<"fcomi", COM_FIr, 0>;
|
/external/elfutils/libcpu/defs/ |
D | i386 | 291 11011011,11110{freg}:fcomi {freg},%st
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/valgrind/main/perf/ |
D | tinycc.c | 3497 DEF_ASM_OP2(fcomi, 0xdbf0, 0, OPC_REG, OPT_ST, OPT_ST0 ) 3954 DEF_ASM_OP2(fcomi, 0xdbf0, 0, OPC_REG, OPT_ST, OPT_ST0 ) 4829 DEF_ASM_OP2(fcomi, 0xdbf0, 0, OPC_REG, OPT_ST, OPT_ST0 ) 5286 DEF_ASM_OP2(fcomi, 0xdbf0, 0, OPC_REG, OPT_ST, OPT_ST0 ) 15536 DEF_ASM_OP2(fcomi, 0xdbf0, 0, OPC_REG, OPT_ST, OPT_ST0 ) 15998 DEF_ASM_OP2(fcomi, 0xdbf0, 0, OPC_REG, OPT_ST, OPT_ST0 )
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1703 def : InstAlias<"fcomi", (COM_FIr ST1)>; 1706 def : InstAlias<"fcomi $reg", (COM_FIr RST:$reg)>;
|