Home
last modified time | relevance | path

Searched refs:fucomip (Results 1 – 20 of 20) sorted by relevance

/external/llvm/test/MC/X86/
Dintel-syntax.s745 fucomip st, st(2) label
Dx86-32-coverage.s2885 fucomip %st(2),%st
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dintel-syntax.s814 fucomip st, st(2) label
Dx86-32-coverage.s2925 fucomip %st(2),%st
/external/elfutils/libcpu/defs/
Di386294 11011111,11101{freg}:fucomip {freg},%st
/external/v8/src/ia32/
Dassembler-ia32.h921 void fucomip();
Dassembler-ia32.cc2117 void Assembler::fucomip() { in fucomip() function in v8::internal::Assembler
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-32-coverage.s4506 fucomip %st(2),%st
14178 fucomip %st(2),%st
/external/v8/src/x64/
Dassembler-x64.h994 void fucomip();
Dassembler-x64.cc2794 void Assembler::fucomip() { in fucomip() function in v8::internal::Assembler
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.td1523 def : MnemonicAlias<"fucomip", "fucompi">;
DX86GenAsmMatcher.inc1383 Mnemonic = "fucompi"; // "fucomip"
/external/llvm/lib/Target/X86/
DX86InstrInfo.td2676 def : MnemonicAlias<"fucomip", "fucompi">;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeGenerator.rst1685 def : MnemonicAlias<"fucompi", "fucomip">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.td3077 def : MnemonicAlias<"fucomip", "fucompi">;
/external/llvm/docs/
DCodeGenerator.rst1674 def : MnemonicAlias<"fucompi", "fucomip">;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dx87-schedule.ll5308 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/
DX86GenAsmMatcher.inc2068 if (memcmp(Mnemonic.data()+0, "fucomip", 7) != 0)
2070 Mnemonic = "fucompi"; // "fucomip"