Searched refs:HasEVEX_K (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp746 bool HasEVEX_K = TSFlags & X86II::EVEX_K; local
851 uint8_t EVEX_z = (HasEVEX_K && (TSFlags & X86II::EVEX_Z)) ? 1 : 0;
889 if (HasEVEX_K)
916 if (HasEVEX_K)
982 if (HasEVEX_K)
1007 if (HasEVEX_K)
1068 if (HasEVEX_K)
1099 if (HasEVEX_K)
1402 bool HasEVEX_K = TSFlags & X86II::EVEX_K; local
1477 if (HasEVEX_K) // Ski
[all...]
H A DX86BaseInfo.h1017 bool HasEVEX_K = TSFlags & X86II::EVEX_K; local
1037 return 1 + HasVEX_4V + HasEVEX_K;
1040 return 1 + HasEVEX_K;
1067 return 0 + HasVEX_4V + HasEVEX_K;
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp90 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K");
154 (HasEVEX_K && HasEVEX_B ? n##_K_B : \
156 (HasEVEX_K? n##_K : (HasEVEX_B ? n##_B : n)))))
456 if (HasEVEX_K)
508 if (HasEVEX_K)
530 if (HasEVEX_K)
554 if (HasEVEX_K)
601 if (HasEVEX_K)
661 if (HasEVEX_K)
690 if (HasEVEX_K)
[all...]
H A DX86RecognizableInstr.h189 bool HasEVEX_K; member in class:llvm::X86Disassembler::RecognizableInstr

Completed in 118 milliseconds