Home
last modified time | relevance | path

Searched refs:T_MAP5 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX10.td254 AVX512XDIi8Base, T_MAP5, EVEX_CD8<16, CD8VF>;
258 AVX512XDIi8Base, T_MAP5, EVEX_CD8<16, CD8VF>;
266 AVX512PSIi8Base, T_MAP5, EVEX_CD8<16, CD8VF>;
273 AVX512PSIi8Base, T_MAP5, EVEX_CD8<16, CD8VF>;
281 AVX512PDIi8Base, T_MAP5, EVEX_CD8<32, CD8VF>;
288 AVX512PDIi8Base, T_MAP5, EVEX_CD8<32, CD8VF>;
293 AVX512XDIi8Base, T_MAP5, EVEX_CD8<16, CD8VF>;
297 AVX512XDIi8Base, T_MAP5, EVEX_CD8<16, CD8VF>;
305 AVX512PSIi8Base, T_MAP5, EVEX_CD8<16, CD8VF>;
312 AVX512PSIi8Base, T_MAP5, EVEX_CD8<16, CD8VF>;
[all …]
H A DX86InstrAMX.td282 def TDPBF8PS : AMX_FP8_BASE<0xfd, "tdpbf8ps">, T_MAP5, PS;
283 def TDPBHF8PS : AMX_FP8_BASE<0xfd, "tdpbhf8ps">, T_MAP5, XD;
284 def TDPHBF8PS : AMX_FP8_BASE<0xfd, "tdphbf8ps">, T_MAP5, XS;
285 def TDPHF8PS : AMX_FP8_BASE<0xfd, "tdphf8ps">, T_MAP5, PD;
366 defm T2RPNTLVW : T2RPNTLVW_Base<0xf8, 0xf9, "RS", "">, T_MAP5, VEX;
369 defm T2RPNTLVW : T2RPNTLVW_Base<0xf8, 0xf9, "RS", "_EVEX">, T_MAP5, EVEX, NoCD8;
H A DX86InstrAVX512.td3976 VEX_LIG, T_MAP5, XS, EVEX_CD8<16, CD8VT1>;
4301 []>, T_MAP5, XS, EVEX, VVVV, VEX_LIG,
4310 []>, T_MAP5, XS, EVEX_K, EVEX, VVVV, VEX_LIG,
4317 []>, EVEX_KZ, T_MAP5, XS, EVEX, VVVV, VEX_LIG,
5466 T_MAP5, XS, EVEX, VVVV, VEX_LIG, EVEX_CD8<16, CD8VT1>;
5481 T_MAP5, XS, EVEX, VVVV, VEX_LIG, EVEX_CD8<16, CD8VT1>;
5537 SchedWriteFCmp.Scl>, T_MAP5, XS,
5541 SchedWriteFCmp.Scl>, T_MAP5, XS,
5640 sched.PH.ZMM, IsCommutable>, EVEX_V512, T_MAP5,
5645 sched.PH.XMM, IsCommutable>, EVEX_V128, T_MAP5,
[all …]
H A DX86InstrFormats.td167 def T_MAP5 : Map<9>;
H A DX86InstrUtils.td31 class T_MAP5 { Map OpMap = T_MAP5; }
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h168 T_MAP5 = 9, enumerator
H A DX86RecognizableInstr.cpp892 case X86Local::T_MAP5: in emitDecodePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h754 T_MAP5 = 9 << OpMapShift, enumerator
H A DX86MCCodeEmitter.cpp1037 case X86II::T_MAP5: in emitVEXOpcodePrefix()