/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 | 569 (outs), (ins RST:$reg), "fucomi\t$reg", IIC_FUCOMI>; [all...] |
X86SchedHaswell.td | 1206 // FCOMI(P) FUCOMI(P). [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
|
x86-32-coverage.s | [all...] |
/external/valgrind/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/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/google-breakpad/src/third_party/libdisasm/ |
ia32_opcode_tables.c | [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86BaseInfo.h | 441 // explicit argument, but have no destination. Example: fucom, fucomi, ...
|
/external/v8/src/ia32/ |
assembler-ia32.h | 906 void fucomi(int i); [all...] |
assembler-ia32.cc | 1855 void Assembler::fucomi(int i) { function in class:v8::internal::Assembler [all...] |
disasm-ia32.cc | 803 mnem = "fucomi"; [all...] |
/external/v8/src/x87/ |
assembler-x87.cc | 1823 void Assembler::fucomi(int i) { function in class:v8::internal::Assembler [all...] |
assembler-x87.h | 892 void fucomi(int i); [all...] |
disasm-x87.cc | 824 mnem = "fucomi"; [all...] |
/external/elfutils/src/tests/ |
testfile44.expect.bz2 | |
/external/elfutils/src/libcpu/defs/ |
i386 | 293 11011011,11101{freg}:fucomi {freg},%st [all...] |
/external/v8/src/x64/ |
assembler-x64.h | [all...] |
disasm-x64.cc | 929 mnem = "fucomi"; [all...] |
assembler-x64.cc | 2167 void Assembler::fucomi(int i) { function in class:v8::internal::Assembler [all...] |
/external/valgrind/perf/ |
tinycc.c | [all...] |
/external/valgrind/VEX/priv/ |
guest_x86_toIR.c | 43 FUCOMI(P): what happens to A and S flags? Currently are forced [all...] |