Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h847 EVEX_K = 1ULL << EVEX_KShift, enumerator
1013 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in getMemoryOperandNo()
1311 return (TSFlags & X86II::EVEX_K) != 0; in isKMasked()
H A DX86ATTInstPrinter.cpp174 unsigned CurOp = (Desc.TSFlags & X86II::EVEX_K) ? 3 : 2; in printVecCompareInstr()
330 unsigned CurOp = (Desc.TSFlags & X86II::EVEX_K) ? 3 : 2; in printVecCompareInstr()
H A DX86IntelInstPrinter.cpp156 if (Desc.TSFlags & X86II::EVEX_K) { in printVecCompareInstr()
310 if (Desc.TSFlags & X86II::EVEX_K) { in printVecCompareInstr()
H A DX86MCCodeEmitter.cpp993 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in emitVEXOpcodePrefix()
1523 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in encodeInstruction()
H A DX86InstComments.cpp265 if (!(TSFlags & X86II::EVEX_K)) in printMasking()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp215 if (TSFlags & (X86II::EVEX_K | X86II::EVEX_L2)) in CompressEVEXImpl()
H A DX86InstrAVX512.td44 EVEX_K {
228 MaskingPattern>, EVEX_K;
2053 []>, EVEX, VVVV, EVEX_K, EVEX_B,
2161 EVEX, VVVV, EVEX_K, Sched<[sched]>;
2473 EVEX_K, Sched<[sched]>;
2513 EVEX_K, Sched<[sched]>;
8953 Sched<[RR]>, EVEX_K;
8969 EVEX_K, Sched<[MR]>;
8990 EVEX_B, Sched<[Sched]>, EVEX_K;
9620 EVEX, EVEX_K, Sched<[sched]>;
[all …]
H A DX86InstrUtils.td49 class EVEX_K { bit hasEVEX_K = 1; }
50 class EVEX_KZ : EVEX_K { bit hasEVEX_Z = 1; }
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3737 for (unsigned i = TSFlags & X86II::EVEX_K ? 2 : 1; in validateInstruction()