/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrVMX.td | 42 def VMCLEARm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs), 53 def VMPTRLDm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs), 83 def VMXON : I<0xC7, MRM6m, (outs), (ins i64mem:$vmxon),
|
H A D | X86InstrTBM.td | 67 defm BLCI : tbm_binary_intr<0x02, "blci", WriteALU, MRM6r, MRM6m>; 72 defm BLSIC : tbm_binary_intr<0x01, "blsic", WriteALU, MRM6r, MRM6m>;
|
H A D | X86InstrSystem.td | 226 def LKGS16m : I<0x00, MRM6m, (outs), (ins i16mem:$src), "lkgs\t$src", 506 def LMSW16m : I<0x01, MRM6m, (outs), (ins i16mem:$src), 592 def CLRSSBSY : I<0xAE, MRM6m, (outs), (ins i32mem:$src), 631 def XSAVEOPT : I<0xAE, MRM6m, (outs), (ins opaquemem:$dst), 634 def XSAVEOPT64 : RI<0xAE, MRM6m, (outs), (ins opaquemem:$dst),
|
H A D | X86InstrMisc.td | 107 def PUSH16rmm: I<0xFF, MRM6m, (outs), (ins i16mem:$src), "push{w}\t$src", []>, 109 def PUSH32rmm: I<0xFF, MRM6m, (outs), (ins i32mem:$src), "push{l}\t$src", []>, 195 def PUSH64rmm: I<0xFF, MRM6m, (outs), (ins i64mem:$src), "push{q}\t$src", []>, 758 def BTR16mi8 : Ii8<0xBA, MRM6m, (outs), (ins i16mem:$src1, i16u8imm:$src2), 761 def BTR32mi8 : Ii8<0xBA, MRM6m, (outs), (ins i32mem:$src1, i32u8imm:$src2), 764 def BTR64mi8 : RIi8<0xBA, MRM6m, (outs), (ins i64mem:$src1, i64u8imm:$src2), 1675 def PREFETCHIT1 : I<0x18, MRM6m, (outs), (ins i8mem:$src), 1726 def CLWB : I<0xAE, MRM6m, (outs), (ins i8mem:$src), "clwb\t$src",
|
H A D | X86InstrFPStack.td | 206 defm DIV : FPBinary<any_fdiv, MRM6m, "div">; 314 def FSAVEm : FPI<0xDD, MRM6m, (outs), (ins anymem:$dst), "fnsave\t$dst">; 316 def FSTENVm : I<0xD9, MRM6m, (outs), (ins anymem:$dst), "fnstenv\t$dst", 326 def FBSTPm : FPI<0xDF, MRM6m, (outs), (ins f80mem:$dst), "fbstp\t$dst">;
|
H A D | X86InstrFormats.td | 46 def MRM6m : Format<38>; def MRM7m : Format<39>;
|
H A D | X86InstrArithmetic.td | 193 defm DIV: Div<0xF7, "div", MRM6r, MRM6m>; 1083 defm XOR : ArithBinOp_RF<0x31, 0x33, 0x35, "xor", MRM6r, MRM6m,
|
H A D | X86InstrCompiler.td | 798 defm LOCK_XOR : LOCK_ArithBinOp<0x30, 0x80, 0x83, MRM6m, X86lock_xor, "xor">; 918 defm LOCK_BTR : ATOMIC_LOGIC_OP<MRM6m, "btr">;
|
H A D | X86InstrAVX512.td | 6024 defm VPSLL : avx512_shift_rmi_dq<0x72, 0x73, MRM6r, MRM6m, "vpsll", X86vshli, 6026 avx512_shift_rmi_w<0x71, MRM6r, MRM6m, "vpsllw", X86vshli, 10412 defm VSCATTERPF1DPS: avx512_gather_scatter_prefetch<0xC6, MRM6m, "vscatterpf1dps", 10415 defm VSCATTERPF1QPS: avx512_gather_scatter_prefetch<0xC7, MRM6m, "vscatterpf1qps", 10418 defm VSCATTERPF1DPD: avx512_gather_scatter_prefetch<0xC6, MRM6m, "vscatterpf1dpd", 10421 defm VSCATTERPF1QPD: avx512_gather_scatter_prefetch<0xC7, MRM6m, "vscatterpf1qpd",
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 128 MRM6m = 38, enumerator
|
H A D | X86RecognizableInstr.cpp | 776 case X86Local::MRM6m: in emitInstructionSpecifier() 943 case X86Local::MRM6m: in emitDecodePath()
|
H A D | X86FoldTablesEmitter.cpp | 307 return RHS == X86Local::MRM6m; in mayFoldFromLeftToRight()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 582 MRM6m = 38, // Format /6 enumerator 1083 case X86II::MRM6m: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1168 case X86II::MRM6m: in emitVEXOpcodePrefix() 1419 case X86II::MRM6m: in emitREXPrefix() 1883 case X86II::MRM6m: in encodeInstruction()
|