/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrShiftRotate.td | 227 defm SHR: ShiftRotate<"shr", MRM5r, MRM5m, srl, WriteShiftCL, WriteShift, WriteShiftCLLd, WriteShiftLd>; 236 defm SHR: ShiftRotate_NF<"shr", MRM5r, MRM5m, WriteShiftCL, WriteShift, WriteShiftCLLd, WriteShiftLd>;
|
H A D | X86InstrFPStack.td | 225 def SUBR_FST0r : FPST0rInst <MRM5r, "fsubr\t{$op, %st|st, $op}">; 226 def SUB_FrST0 : FPrST0Inst <MRM5r, "fsub{r}\t{%st, $op|$op, st}">; 227 def SUB_FPrST0 : FPrST0PInst<MRM5r, "fsub{r}p\t{%st, $op|$op, st}">; 593 def UCOM_FPr : FPI<0xDD, MRM5r, // FPSW = cmp ST(0) with ST(i), pop 600 def UCOM_FIr : FPI<0xDB, MRM5r, // CC = cmp ST(0) with ST(i) 602 def UCOM_FIPr : FPI<0xDF, MRM5r, // CC = cmp ST(0) with ST(i), pop
|
H A D | X86InstrTBM.td | 68 defm BLCIC : tbm_binary_intr<0x01, "blcic", WriteALU, MRM5r, MRM5m>;
|
H A D | X86InstrSystem.td | 387 def VERWr : I<0x00, MRM5r, (outs), (ins GR16:$seg), "verw\t$seg", []>, TB; 532 def INCSSPD : I<0xAE, MRM5r, (outs), (ins GR32:$src), "incsspd\t$src", 534 def INCSSPQ : RI<0xAE, MRM5r, (outs), (ins GR64:$src), "incsspq\t$src",
|
H A D | X86InstrFormats.td | 55 def MRM3r : Format<51>; def MRM4r : Format<52>; def MRM5r : Format<53>;
|
H A D | X86InstrMisc.td | 792 def BTS16ri8 : Ii8<0xBA, MRM5r, (outs GR16:$dst), (ins GR16:$src1, i16u8imm:$src2), 794 def BTS32ri8 : Ii8<0xBA, MRM5r, (outs GR32:$dst), (ins GR32:$src1, i32u8imm:$src2), 796 def BTS64ri8 : RIi8<0xBA, MRM5r, (outs GR64:$dst), (ins GR64:$src1, i64u8imm:$src2),
|
H A D | X86InstrArithmetic.td | 131 defm IMUL : Mul<0xF7, "imul", MRM5r, MRM5m, null_frag>; 1088 defm SUB : ArithBinOp_RF<0x29, 0x2B, 0x2D, "sub", MRM5r, MRM5m,
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 142 MRM5r = 53, enumerator
|
H A D | X86RecognizableInstr.cpp | 743 case X86Local::MRM5r: in emitInstructionSpecifier() 919 case X86Local::MRM5r: in emitDecodePath()
|
H A D | X86FoldTablesEmitter.cpp | 304 case X86Local::MRM5r: in mayFoldFromLeftToRight()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 613 MRM5r = 53, // Format /5 enumerator 1062 case X86II::MRM5r: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1295 case X86II::MRM5r: in emitVEXOpcodePrefix() 1431 case X86II::MRM5r: in emitREXPrefix() 1848 case X86II::MRM5r: in encodeInstruction()
|