Home
last modified time | relevance | path

Searched refs:MRM5r (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrShiftRotate.td227 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 DX86InstrFPStack.td225 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 DX86InstrTBM.td68 defm BLCIC : tbm_binary_intr<0x01, "blcic", WriteALU, MRM5r, MRM5m>;
H A DX86InstrSystem.td387 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 DX86InstrFormats.td55 def MRM3r : Format<51>; def MRM4r : Format<52>; def MRM5r : Format<53>;
H A DX86InstrMisc.td792 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 DX86InstrArithmetic.td131 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 DX86RecognizableInstr.h142 MRM5r = 53, enumerator
H A DX86RecognizableInstr.cpp743 case X86Local::MRM5r: in emitInstructionSpecifier()
919 case X86Local::MRM5r: in emitDecodePath()
H A DX86FoldTablesEmitter.cpp304 case X86Local::MRM5r: in mayFoldFromLeftToRight()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h613 MRM5r = 53, // Format /5 enumerator
1062 case X86II::MRM5r: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1295 case X86II::MRM5r: in emitVEXOpcodePrefix()
1431 case X86II::MRM5r: in emitREXPrefix()
1848 case X86II::MRM5r: in encodeInstruction()