/external/llvm/test/MC/Disassembler/X86/ |
D | fp-stack.txt | 793 # CHECK: fucom %st(0) 796 # CHECK: fucom %st(1) 799 # CHECK: fucom %st(2) 802 # CHECK: fucom %st(3) 805 # CHECK: fucom %st(4) 808 # CHECK: fucom %st(5) 811 # CHECK: fucom %st(6) 814 # CHECK: fucom %st(7)
|
/external/musl/src/math/i386/ |
D | exp_ld.s | 22 fucom %st(1)
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 319 fucom label
|
D | x86-32-coverage.s | 2369 fucom %st(2)
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 793 #define FUCOM(a) CHOICE(fucom a, fucom a, fucom a) 1506 #define FUCOM(a) fucom a
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 590 (outs), (ins RST:$reg), "fucom\t$reg", IIC_FUCOM>;
|
D | X86InstrInfo.td | 2851 def : InstAlias<"fucom", (UCOM_Fr ST1), 0>;
|
/external/elfutils/libcpu/defs/ |
D | i386 | 344 11011101,11100{freg}:fucom {freg}
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 679 (outs), (ins RSTi:$reg), "fucom\t$reg">;
|
D | X86InstrInfo.td | 3333 def : InstAlias<"fucom", (UCOM_Fr ST1), 0>;
|
/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/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 8788 { 2920 /* fucom */, X86::UCOM_Fr, Convert__regST1, AMFBS_None, { }, }, 8789 { 2920 /* fucom */, X86::UCOM_Fr, Convert__Reg1_0, AMFBS_None, { MCK_RST }, }, 23360 { 2920 /* fucom */, X86::UCOM_Fr, Convert__regST1, AMFBS_None, { }, }, 23361 { 2920 /* fucom */, X86::UCOM_Fr, Convert__Reg1_0, AMFBS_None, { MCK_RST }, },
|
/external/capstone/arch/X86/ |
D | X86MappingInsnOp.inc | 10628 { /* X86_UCOM_Fr, X86_INS_FUCOM: fucom $reg */
|