Home
last modified time | relevance | path

Searched refs:MRM4m (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrControl.td113 def JMP16m : I<0xFF, MRM4m, (outs), (ins i16mem:$dst), "jmp{w}\t{*}$dst",
120 def JMP32m : I<0xFF, MRM4m, (outs), (ins i32mem:$dst), "jmp{l}\t{*}$dst",
127 def JMP64m : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), "jmp{q}\t{*}$dst",
137 def JMP64m_REX : I<0xFF, MRM4m, (outs), (ins i64mem:$dst),
148 def JMP16m_NT : I<0xFF, MRM4m, (outs), (ins i16mem : $dst), "jmp{w}\t{*}$dst",
156 def JMP32m_NT : I<0xFF, MRM4m, (outs), (ins i32mem : $dst), "jmp{l}\t{*}$dst",
164 def JMP64m_NT : I<0xFF, MRM4m, (outs), (ins i64mem : $dst), "jmp{q}\t{*}$dst",
H A DX86InstrShiftRotate.td226 defm SHL: ShiftRotate<"shl", MRM4r, MRM4m, shl, WriteShiftCL, WriteShift, WriteShiftCLLd, WriteShiftLd>;
235 defm SHL: ShiftRotate_NF<"shl", MRM4r, MRM4m, WriteShiftCL, WriteShift, WriteShiftCLLd, WriteShiftLd>;
H A DX86InstrSystem.td389 def VERRm : I<0x00, MRM4m, (outs), (ins i16mem:$seg), "verr\t$seg", []>, TB;
500 def SMSW16m : I<0x01, MRM4m, (outs), (ins i16mem:$dst),
619 def XSAVE : I<0xAE, MRM4m, (outs), (ins opaquemem:$dst),
622 def XSAVE64 : RI<0xAE, MRM4m, (outs), (ins opaquemem:$dst),
637 def XSAVEC : I<0xC7, MRM4m, (outs), (ins opaquemem:$dst),
640 def XSAVEC64 : RI<0xC7, MRM4m, (outs), (ins opaquemem:$dst),
807 def PTWRITEm: I<0xAE, MRM4m, (outs), (ins i32mem:$dst),
810 def PTWRITE64m : RI<0xAE, MRM4m, (outs), (ins i64mem:$dst),
H A DX86InstrTBM.td74 defm TZMSK : tbm_binary_intr<0x01, "tzmsk", WriteALU, MRM4r, MRM4m>;
H A DX86InstrFPStack.td197 defm SUB : FPBinary<any_fsub, MRM4m, "sub">;
307 def FRSTORm : FPI<0xDD, MRM4m, (outs), (ins anymem:$src), "frstor\t$src">;
309 def FLDENVm : I<0xD9, MRM4m, (outs), (ins anymem:$src), "fldenv\t$src",
324 def FBLDm : FPI<0xDF, MRM4m, (outs), (ins f80mem:$src), "fbld\t$src">;
H A DX86InstrFormats.td45 def MRM3m : Format<35>; def MRM4m : Format<36>; def MRM5m : Format<37>;
H A DX86InstrMisc.td665 def BT16mi8 : Ii8<0xBA, MRM4m, (outs), (ins i16mem:$src1, i16u8imm:$src2),
670 def BT32mi8 : Ii8<0xBA, MRM4m, (outs), (ins i32mem:$src1, i32u8imm:$src2),
675 def BT64mi8 : RIi8<0xBA, MRM4m, (outs), (ins i64mem:$src1, i64u8imm:$src2),
H A DX86InstrArithmetic.td130 defm MUL : Mul<0xF7, "mul", MRM4r, MRM4m, mul>;
1079 defm AND : ArithBinOp_RF<0x21, 0x23, 0x25, "and", MRM4r, MRM4m,
H A DX86InstrCompiler.td797 defm LOCK_AND : LOCK_ArithBinOp<0x20, 0x80, 0x83, MRM4m, X86lock_and, "and">;
H A DX86InstrAVX512.td6029 defm VPSRA : avx512_shift_rmi_dq<0x72, 0x72, MRM4r, MRM4m, "vpsra", X86vsrai,
6031 avx512_shift_rmi_w<0x71, MRM4r, MRM4m, "vpsraw", X86vsrai,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h126 MRM4m = 36, enumerator
H A DX86RecognizableInstr.cpp774 case X86Local::MRM4m: in emitInstructionSpecifier()
941 case X86Local::MRM4m: in emitDecodePath()
H A DX86FoldTablesEmitter.cpp303 return RHS == X86Local::MRM4m; in mayFoldFromLeftToRight()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h580 MRM4m = 36, // Format /4 enumerator
1081 case X86II::MRM4m: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1166 case X86II::MRM4m: in emitVEXOpcodePrefix()
1417 case X86II::MRM4m: in emitREXPrefix()
1881 case X86II::MRM4m: in encodeInstruction()