| /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 | X86InstrControl.td | 180 def FARJMP64m : RI<0xFF, MRM5m, (outs), (ins opaquemem:$dst), 183 def FARJMP32m : I<0xFF, MRM5m, (outs), (ins opaquemem:$dst), 186 def FARJMP16m : I<0xFF, MRM5m, (outs), (ins opaquemem:$dst),
|
| H A D | X86InstrSystem.td | 390 def VERWm : I<0x00, MRM5m, (outs), (ins i16mem:$seg), "verw\t$seg", []>, TB; 556 def RSTORSSP : I<0x01, MRM5m, (outs), (ins i32mem:$src), 631 def XRSTOR : I<0xAE, MRM5m, (outs), (ins opaquemem:$dst), 634 def XRSTOR64 : RI<0xAE, MRM5m, (outs), (ins opaquemem:$dst), 649 def XSAVES : I<0xC7, MRM5m, (outs), (ins opaquemem:$dst), 652 def XSAVES64 : RI<0xC7, MRM5m, (outs), (ins opaquemem:$dst),
|
| H A D | X86InstrTBM.td | 68 defm BLCIC : tbm_binary_intr<0x01, "blcic", WriteALU, MRM5r, MRM5m>;
|
| H A D | X86InstrFPStack.td | 198 defm SUBR: FPBinary<any_fsub ,MRM5m, "subr", 0>; 469 def LD_F80m : FPI<0xDB, MRM5m, (outs), (ins f80mem:$src), "fld{t}\t$src">; 473 def ILD_F64m : FPI<0xDF, MRM5m, (outs), (ins i64mem:$src), "fild{ll}\t$src">; 623 def FLDCW16m : I<0xD9, MRM5m, // X87 control world = [mem16]
|
| H A D | X86InstrFormats.td | 45 def MRM3m : Format<35>; def MRM4m : Format<36>; def MRM5m : Format<37>;
|
| H A D | X86InstrMisc.td | 801 def BTS16mi8 : Ii8<0xBA, MRM5m, (outs), (ins i16mem:$src1, i16u8imm:$src2), 803 def BTS32mi8 : Ii8<0xBA, MRM5m, (outs), (ins i32mem:$src1, i32u8imm:$src2), 805 def BTS64mi8 : RIi8<0xBA, MRM5m, (outs), (ins i64mem:$src1, i64u8imm:$src2),
|
| H A D | X86InstrArithmetic.td | 145 defm IMUL : Mul<0xF7, "imul", MRM5r, MRM5m, null_frag>; 1100 defm SUB : ArithBinOp_RF<0x29, 0x2B, 0x2D, "sub", MRM5r, MRM5m,
|
| H A D | X86InstrCompiler.td | 810 defm LOCK_SUB : LOCK_ArithBinOp<0x28, 0x80, 0x83, MRM5m, X86lock_sub, "sub">; 931 defm LOCK_BTS : ATOMIC_LOGIC_OP<MRM5m, "bts">;
|
| H A D | X86InstrAVX512.td | 10411 defm VSCATTERPF0DPS: avx512_gather_scatter_prefetch<0xC6, MRM5m, "vscatterpf0dps", 10414 defm VSCATTERPF0QPS: avx512_gather_scatter_prefetch<0xC7, MRM5m, "vscatterpf0qps", 10417 defm VSCATTERPF0DPD: avx512_gather_scatter_prefetch<0xC6, MRM5m, "vscatterpf0dpd", 10420 defm VSCATTERPF0QPD: avx512_gather_scatter_prefetch<0xC7, MRM5m, "vscatterpf0qpd",
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.h | 127 MRM5m = 37, enumerator
|
| H A D | X86RecognizableInstr.cpp | 805 case X86Local::MRM5m: in emitInstructionSpecifier() 972 case X86Local::MRM5m: in emitDecodePath()
|
| H A D | X86FoldTablesEmitter.cpp | 305 return RHS == X86Local::MRM5m; in mayFoldFromLeftToRight()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 581 MRM5m = 37, // Format /5 enumerator 1085 case X86II::MRM5m: in getMemoryOperandNo()
|
| H A D | X86MCCodeEmitter.cpp | 1180 case X86II::MRM5m: in emitVEXOpcodePrefix() 1431 case X86II::MRM5m: in emitREXPrefix() 1891 case X86II::MRM5m: in encodeInstruction()
|