Home
last modified time | relevance | path

Searched refs:MRM6m (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrVMX.td36 def VMCLEARm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs),
47 def VMPTRLDm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs),
85 def VMXON : I<0xC7, MRM6m, (outs), (ins i64mem:$vmxon),
HDX86InstrSystem.td430 def LMSW16m : I<0x01, MRM6m, (outs), (ins i16mem:$src),
499 def CLRSSBSY : I<0xAE, MRM6m, (outs), (ins i32mem:$src),
537 def XSAVEOPT : I<0xAE, MRM6m, (outs), (ins opaquemem:$dst),
540 def XSAVEOPT64 : RI<0xAE, MRM6m, (outs), (ins opaquemem:$dst),
HDX86InstrFPStack.td307 defm DIV : FPBinary<any_fdiv, MRM6m, "div">;
405 def FSTENVm : FPI<0xD9, MRM6m, (outs), (ins f32mem:$dst), "fnstenv\t$dst">;
406 def FSAVEm : FPI<0xDD, MRM6m, (outs), (ins f32mem:$dst), "fnsave\t$dst">;
414 def FBSTPm : FPI<0xDF, MRM6m, (outs), (ins f80mem:$dst), "fbstp\t$dst">;
HDX86InstrArithmetic.td299 def DIV8m : I<0xF6, MRM6m, (outs), (ins i8mem:$src), // AX/[mem8] = AL,AH
302 def DIV16m : I<0xF7, MRM6m, (outs), (ins i16mem:$src), // DX:AX/[mem16] = AX,DX
305 def DIV32m : I<0xF7, MRM6m, (outs), (ins i32mem:$src),
309 def DIV64m : RI<0xF7, MRM6m, (outs), (ins i64mem:$src),
1176 defm XOR : ArithBinOp_RF<0x30, 0x32, 0x34, "xor", MRM6r, MRM6m,
HDX86InstrInfo.td1297 def PUSH16rmm: I<0xFF, MRM6m, (outs), (ins i16mem:$src), "push{w}\t$src", []>,
1299 def PUSH32rmm: I<0xFF, MRM6m, (outs), (ins i32mem:$src), "push{l}\t$src", []>,
1368 def PUSH64rmm: I<0xFF, MRM6m, (outs), (ins i64mem:$src), "push{q}\t$src", []>,
1950 def BTR16mi8 : Ii8<0xBA, MRM6m, (outs), (ins i16mem:$src1, i16u8imm:$src2),
1953 def BTR32mi8 : Ii8<0xBA, MRM6m, (outs), (ins i32mem:$src1, i32u8imm:$src2),
1956 def BTR64mi8 : RIi8<0xBA, MRM6m, (outs), (ins i64mem:$src1, i64u8imm:$src2),
2661 defm BLCI : tbm_binary_intr<0x02, "blci", WriteALU, MRM6r, MRM6m>;
2666 defm BLSIC : tbm_binary_intr<0x01, "blsic", WriteALU, MRM6r, MRM6m>;
2972 def CLWB : I<0xAE, MRM6m, (outs), (ins i8mem:$src), "clwb\t$src",
HDX86InstrFormats.td39 def MRM6m : Format<46>; def MRM7m : Format<47>;
HDX86InstrAVX512.td5900 defm VPSLL : avx512_shift_rmi_dq<0x72, 0x73, MRM6r, MRM6m, "vpsll", X86vshli,
5902 avx512_shift_rmi_w<0x71, MRM6r, MRM6m, "vpsllw", X86vshli,
9751 defm VSCATTERPF1DPS: avx512_gather_scatter_prefetch<0xC6, MRM6m, "vscatterpf1dps",
9754 defm VSCATTERPF1QPS: avx512_gather_scatter_prefetch<0xC7, MRM6m, "vscatterpf1qps",
9757 defm VSCATTERPF1DPD: avx512_gather_scatter_prefetch<0xC6, MRM6m, "vscatterpf1dpd",
9760 defm VSCATTERPF1QPD: avx512_gather_scatter_prefetch<0xC7, MRM6m, "vscatterpf1qpd",
HDX86InstrCompiler.td779 defm LOCK_XOR : LOCK_ArithBinOp<0x30, 0x80, 0x83, MRM6m, X86lock_xor, "xor">;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDX86RecognizableInstr.h112 MRM4m = 44, MRM5m = 45, MRM6m = 46, MRM7m = 47, enumerator
HDX86RecognizableInstr.cpp680 case X86Local::MRM6m: in emitInstructionSpecifier()
781 case X86Local::MRM6m: case X86Local::MRM7m: in emitDecodePath()
HDX86FoldTablesEmitter.cpp432 (MemFormNum == X86Local::MRM6m && RegFormNum == X86Local::MRM6r) || in areOppositeForms()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86BaseInfo.h627 MRM4m = 44, MRM5m = 45, MRM6m = 46, MRM7m = 47, // Format /4 /5 /6 /7 enumerator
1065 case X86II::MRM6m: case X86II::MRM7m: in getMemoryOperandNo()
HDX86MCCodeEmitter.cpp971 case X86II::MRM6m: in emitVEXOpcodePrefix()
1232 case X86II::MRM6m: in determineREXPrefix()
1664 case X86II::MRM6m: in encodeInstruction()