Searched refs:FPREM (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86SchedHaswell.td | 1220 // FPREM. 1225 def : InstRW<[WriteFPREM], (instregex "FPREM")>;
|
D | X86InstrFPStack.td | 659 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", [], IIC_FPREM>;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFPStack.td | 583 def FPREM : I<0xF8, RawFrm, (outs), (ins), "fprem", []>, D9;
|
D | X86GenAsmWriter.inc | 758 3130U, // FPREM 5872 "EM\000FP80_TO_INT32_IN_MEM\000FP80_TO_INT64_IN_MEM\000FPATAN\000FPREM\000"
|
D | X86GenAsmWriter1.inc | 758 2462U, // FPREM 6615 "EM\000FP80_TO_INT32_IN_MEM\000FP80_TO_INT64_IN_MEM\000FPATAN\000FPREM\000"
|
D | X86GenInstrInfo.inc | 761 FPREM = 745, 4929 …{ 745, 0, 0, 0, 0, "FPREM", 0|(1<<MCID::UnmodeledSideEffects), 0x1f0000401ULL, NULL, NULL, 0 }, /…
|
D | X86GenAsmMatcher.inc | 3514 { X86::FPREM, "fprem", Convert, { }, 0},
|
D | X86GenDisassemblerTables.inc | 8959 "FPREM" 50421 0x2e9, /* FPREM*/ 57440 0x2e9, /* FPREM*/ 64605 0x2e9, /* FPREM*/ 71770 0x2e9, /* FPREM*/ 78935 0x2e9, /* FPREM*/ 85959 0x2e9, /* FPREM*/ 92978 0x2e9, /* FPREM*/ 99997 0x2e9, /* FPREM*/ 107016 0x2e9, /* FPREM*/ [all …]
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 757 #define FPREM CHOICE(fprem, fprem, fprem) macro 1478 #define FPREM fprem macro
|