/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 745 fucomip st, st(2) label
|
D | x86-32-coverage.s | 2885 fucomip %st(2),%st
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | intel-syntax.s | 814 fucomip st, st(2) label
|
D | x86-32-coverage.s | 2925 fucomip %st(2),%st
|
/external/elfutils/libcpu/defs/ |
D | i386 | 294 11011111,11101{freg}:fucomip {freg},%st
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 921 void fucomip();
|
D | assembler-ia32.cc | 2117 void Assembler::fucomip() { in fucomip() function in v8::internal::Assembler
|
/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/test/MC/X86/ |
D | x86-32-coverage.s | 4506 fucomip %st(2),%st 14178 fucomip %st(2),%st
|
/external/v8/src/x64/ |
D | assembler-x64.h | 994 void fucomip();
|
D | assembler-x64.cc | 2794 void Assembler::fucomip() { in fucomip() function in v8::internal::Assembler
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 1523 def : MnemonicAlias<"fucomip", "fucompi">;
|
D | X86GenAsmMatcher.inc | 1383 Mnemonic = "fucompi"; // "fucomip"
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2676 def : MnemonicAlias<"fucomip", "fucompi">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CodeGenerator.rst | 1685 def : MnemonicAlias<"fucompi", "fucomip">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 3077 def : MnemonicAlias<"fucomip", "fucompi">;
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1674 def : MnemonicAlias<"fucompi", "fucomip">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | x87-schedule.ll | 5308 tail call void asm sideeffect "fucomi %st(3) \0A\09 fucomip %st(3)", ""() nounwind
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 2068 if (memcmp(Mnemonic.data()+0, "fucomip", 7) != 0) 2070 Mnemonic = "fucompi"; // "fucomip"
|