/external/valgrind/memcheck/tests/amd64/ |
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
|
more_x87_fp.c | 85 asm("fcomi %2, %1\n" 90 printf("fcomi(%f %f)=%08llx\n", a, b, eflags & (CC_Z | CC_P | CC_C));
|
/external/valgrind/memcheck/tests/x86/ |
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
|
more_x86_fp.c | 75 asm("fcomi %2, %1\n" 80 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C));
|
/external/llvm/test/MC/Disassembler/X86/ |
fp-stack.txt | 553 # CHECK: fcomi %st(0) 556 # CHECK: fcomi %st(1) 559 # CHECK: fcomi %st(2) 562 # CHECK: fcomi %st(3) 565 # CHECK: fcomi %st(4) 568 # CHECK: fcomi %st(5) 571 # CHECK: fcomi %st(6) 574 # CHECK: fcomi %st(7)
|
/external/llvm/test/CodeGen/X86/ |
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}"(double 2.000000e+00, double 2.000000e+00) nounwind
|
/external/valgrind/none/tests/amd64/ |
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.7654321] eflags[0x45,0x00] 65 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.7654321] eflags[0x45,0x01] 66 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.7654321] eflags[0x45,0x40] [all...] |
/external/valgrind/none/tests/x86/ |
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.7654321] eflags[0x45,0x00] 65 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.7654321] eflags[0x45,0x01] 66 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.7654321] eflags[0x45,0x40] [all...] |
/external/llvm/test/MC/X86/ |
x86-64.s | 308 // CHECK: fcomi %st(1) 309 // CHECK: fcomi %st(2) 314 fcomi label 315 fcomi %st(2) label
|
x86-32-coverage.s | [all...] |
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_opcode_tables.c | [all...] |
/external/valgrind/VEX/test/ |
test-amd64.c | 605 asm("fcomi %2, %1\n" 610 printf("fcomi(%f %f)=%016llx\n", a, b, rflags & (CC_Z | CC_P | CC_C)); [all...] |
test-i386.c | 567 asm("fcomi %2, %1\n" 572 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C)); [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrFPStack.td | 576 "fcomi\t$reg", IIC_FCOMI>; [all...] |
X86SchedHaswell.td | 1206 // FCOMI(P) FUCOMI(P). [all...] |
X86InstrInfo.td | [all...] |
/external/elfutils/src/tests/ |
testfile44.expect.bz2 | |
/external/elfutils/src/libcpu/defs/ |
i386 | 291 11011011,11110{freg}:fcomi {freg},%st [all...] |
/external/llvm/docs/ |
CodeGenerator.rst | [all...] |
/external/valgrind/perf/ |
tinycc.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
i386.h | 461 /* For sane SSE instruction set generation we need fcomi instruction. [all...] |
/external/valgrind/VEX/priv/ |
guest_amd64_toIR.c | [all...] |
guest_x86_toIR.c | [all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator-arm | |
emulator-mips | |