Home
last modified time | relevance | path

Searched refs:MRM2m (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrControl.td222 def CALL16m : I<0xFF, MRM2m, (outs), (ins i16mem:$dst),
230 def CALL32m : I<0xFF, MRM2m, (outs), (ins i32mem:$dst),
242 def CALL16m_NT : I<0xFF, MRM2m, (outs), (ins i16mem : $dst),
249 def CALL32m_NT : I<0xFF, MRM2m, (outs), (ins i32mem : $dst),
328 def CALL64m : I<0xFF, MRM2m, (outs), (ins i64mem:$dst),
338 def CALL64m_NT : I<0xFF, MRM2m, (outs), (ins i64mem : $dst),
H A DX86InstrShiftRotate.td232 defm RCL: ShiftRotate<"rcl", MRM2r, MRM2m, null_frag, WriteRotateCL, WriteRotate, WriteRotateCLLd, WriteRotateLd, [EFLAGS]>;
H A DX86InstrFPStack.td292 def FCOM32m : FPI<0xD8, MRM2m, (outs), (ins f32mem:$src), "fcom{s}\t$src">;
295 def FCOM64m : FPI<0xDC, MRM2m, (outs), (ins f64mem:$src), "fcom{l}\t$src">;
298 def FICOM16m : FPI<0xDE, MRM2m, (outs), (ins i16mem:$src), "ficom{s}\t$src">;
301 def FICOM32m : FPI<0xDA, MRM2m, (outs), (ins i32mem:$src), "ficom{l}\t$src">;
477 def ST_F32m : FPI<0xD9, MRM2m, (outs), (ins f32mem:$dst), "fst{s}\t$dst">;
478 def ST_F64m : FPI<0xDD, MRM2m, (outs), (ins f64mem:$dst), "fst{l}\t$dst">;
482 def IST_F16m : FPI<0xDF, MRM2m, (outs), (ins i16mem:$dst), "fist{s}\t$dst">;
483 def IST_F32m : FPI<0xDB, MRM2m, (outs), (ins i32mem:$dst), "fist{l}\t$dst">;
H A DX86InstrKL.td66 …def AESENCWIDE256KL#suffix : I<0xD8, MRM2m, (outs), (ins opaquemem:$src), "aesencwide256kl\t$src",…
H A DX86Instr3DNow.td86 def PREFETCHWT1 : I<0x0D, MRM2m, (outs), (ins i8mem:$addr), "prefetchwt1\t$addr",
H A DX86InstrTBM.td71 defm BLSFILL : tbm_binary_intr<0x01, "blsfill", WriteALU, MRM2r, MRM2m>;
H A DX86InstrSystem.td424 def LGDT16m : I<0x01, MRM2m, (outs), (ins opaquemem:$src),
426 def LGDT32m : I<0x01, MRM2m, (outs), (ins opaquemem:$src),
428 def LGDT64m : I<0x01, MRM2m, (outs), (ins opaquemem:$src),
439 def LLDT16m : I<0x00, MRM2m, (outs), (ins i16mem:$src),
H A DX86InstrMisc.td1222 defm BLSMSK32 : Bls<"blsmsk", MRM2r, MRM2m, Xi32>, VEX;
1223 defm BLSMSK64 : Bls<"blsmsk", MRM2r, MRM2m, Xi64>, VEX;
1231 defm BLSMSK32 : Bls<"blsmsk", MRM2r, MRM2m, Xi32, "_EVEX">, EVEX;
1232 defm BLSMSK64 : Bls<"blsmsk", MRM2r, MRM2m, Xi64, "_EVEX">, EVEX;
1240 defm BLSMSK32 : Bls<"blsmsk", MRM2r, MRM2m, Xi32, "_NF">, EVEX, EVEX_NF;
1241 defm BLSMSK64 : Bls<"blsmsk", MRM2r, MRM2m, Xi64, "_NF">, EVEX, EVEX_NF;
H A DX86InstrFormats.td44 def MRM0m : Format<32>; def MRM1m : Format<33>; def MRM2m : Format<34>;
H A DX86InstrArithmetic.td527 class NotOpM_M<X86TypeInfo t> : UnaryOpM_M<0xF7, MRM2m, "not", t, not>;
528 class NotOpM_R<X86TypeInfo t> : UnaryOpM_R<0xF7, MRM2m, "not", t, not>;
1102 defm ADC : ArithBinOp_RFF<0x11, 0x13, 0x15, "adc", MRM2r, MRM2m, X86adc_flag,
H A DX86InstrAVX512.td6019 defm VPSRL : avx512_shift_rmi_dq<0x72, 0x73, MRM2r, MRM2m, "vpsrl", X86vsrli,
6021 avx512_shift_rmi_w<0x71, MRM2r, MRM2m, "vpsrlw", X86vsrli,
10388 defm VGATHERPF1DPS: avx512_gather_scatter_prefetch<0xC6, MRM2m, "vgatherpf1dps",
10391 defm VGATHERPF1QPS: avx512_gather_scatter_prefetch<0xC7, MRM2m, "vgatherpf1qps",
10394 defm VGATHERPF1DPD: avx512_gather_scatter_prefetch<0xC6, MRM2m, "vgatherpf1dpd",
10397 defm VGATHERPF1QPD: avx512_gather_scatter_prefetch<0xC7, MRM2m, "vgatherpf1qpd",
H A DX86InstrSSE.td3229 def PREFETCHT1 : I<0x18, MRM2m, (outs), (ins i8mem:$src),
3271 def VLDMXCSR : VPSI<0xAE, MRM2m, (outs), (ins i32mem:$src),
3280 def LDMXCSR : I<0xAE, MRM2m, (outs), (ins i32mem:$src),
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h124 MRM2m = 34, enumerator
H A DX86RecognizableInstr.cpp772 case X86Local::MRM2m: in emitInstructionSpecifier()
939 case X86Local::MRM2m: in emitDecodePath()
H A DX86FoldTablesEmitter.cpp299 return RHS == X86Local::MRM2m; in mayFoldFromLeftToRight()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h578 MRM2m = 34, // Format /2 enumerator
1079 case X86II::MRM2m: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1164 case X86II::MRM2m: in emitVEXOpcodePrefix()
1415 case X86II::MRM2m: in emitREXPrefix()
1879 case X86II::MRM2m: in encodeInstruction()