/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrControl.td | 113 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 D | X86InstrShiftRotate.td | 226 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 D | X86InstrSystem.td | 389 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 D | X86InstrTBM.td | 74 defm TZMSK : tbm_binary_intr<0x01, "tzmsk", WriteALU, MRM4r, MRM4m>;
|
H A D | X86InstrFPStack.td | 197 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 D | X86InstrFormats.td | 45 def MRM3m : Format<35>; def MRM4m : Format<36>; def MRM5m : Format<37>;
|
H A D | X86InstrMisc.td | 665 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 D | X86InstrArithmetic.td | 130 defm MUL : Mul<0xF7, "mul", MRM4r, MRM4m, mul>; 1079 defm AND : ArithBinOp_RF<0x21, 0x23, 0x25, "and", MRM4r, MRM4m,
|
H A D | X86InstrCompiler.td | 797 defm LOCK_AND : LOCK_ArithBinOp<0x20, 0x80, 0x83, MRM4m, X86lock_and, "and">;
|
H A D | X86InstrAVX512.td | 6029 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 D | X86RecognizableInstr.h | 126 MRM4m = 36, enumerator
|
H A D | X86RecognizableInstr.cpp | 774 case X86Local::MRM4m: in emitInstructionSpecifier() 941 case X86Local::MRM4m: in emitDecodePath()
|
H A D | X86FoldTablesEmitter.cpp | 303 return RHS == X86Local::MRM4m; in mayFoldFromLeftToRight()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 580 MRM4m = 36, // Format /4 enumerator 1081 case X86II::MRM4m: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1166 case X86II::MRM4m: in emitVEXOpcodePrefix() 1417 case X86II::MRM4m: in emitREXPrefix() 1881 case X86II::MRM4m: in encodeInstruction()
|