Home
last modified time | relevance | path

Searched refs:fcomi (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/main/memcheck/tests/amd64/
Dmore_x87_fp.stdout.exp34 fcomi(2.000000 -1.000000)=00000000
40 fcomi(2.000000 2.000000)=00000040
46 fcomi(2.000000 3.000000)=00000001
/external/valgrind/main/memcheck/tests/x86/
Dmore_x86_fp.stdout.exp36 fcomi(2.000000 -1.000000)=00000000
42 fcomi(2.000000 2.000000)=00000040
48 fcomi(2.000000 3.000000)=00000001
/external/valgrind/main/none/tests/amd64/
Dinsn_fpu.def61 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/x86/
Dinsn_fpu.def61 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/
Dx86-64.s314 fcomi label
315 fcomi %st(2) label
Dx86-32-coverage.s4501 fcomi %st(2),%st
14176 fcomi %st(2),%st
/external/llvm/test/CodeGen/X86/
Dinline-asm-fpstack.ll337 ; 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/
DX86InstrFPStack.td565 "fcomi\t$reg", IIC_FCOMI>, DB;
DX86InstrInfo.td1859 def : InstAlias<"fcomi", (COM_FIr ST1)>;
1889 defm : FpUnaryAlias<"fcomi", COM_FIr, 0>;
/external/elfutils/libcpu/defs/
Di386291 11011011,11110{freg}:fcomi {freg},%st
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz2
/external/valgrind/main/perf/
Dtinycc.c3497 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/
DCodeGenerator.rst1701 def : InstAlias<"fcomi", (COM_FIr ST1)>;
1704 def : InstAlias<"fcomi $reg", (COM_FIr RST:$reg)>;