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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp764 bool HasEVEX_K = TSFlags & X86II::EVEX_K; local
869 uint8_t EVEX_z = (HasEVEX_K && (TSFlags & X86II::EVEX_Z)) ? 1 : 0;
910 if (HasEVEX_K)
938 if (HasEVEX_K)
1004 if (HasEVEX_K)
1029 if (HasEVEX_K)
1090 if (HasEVEX_K)
1130 if (HasEVEX_K)
1417 bool HasEVEX_K = TSFlags & X86II::EVEX_K; local
1493 if (HasEVEX_K) // Ski
[all...]
H A DX86BaseInfo.h1077 bool HasEVEX_K = TSFlags & X86II::EVEX_K; local
1100 return 1 + HasVEX_4V + HasEVEX_K;
1103 return 1 + HasEVEX_K;
1136 return 0 + HasVEX_4V + HasEVEX_K;
/freebsd-13-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)))))
459 if (HasEVEX_K)
513 if (HasEVEX_K)
536 if (HasEVEX_K)
560 if (HasEVEX_K)
608 if (HasEVEX_K)
672 if (HasEVEX_K)
701 if (HasEVEX_K)
[all...]
H A DX86RecognizableInstr.h195 bool HasEVEX_K; member in class:llvm::X86Disassembler::RecognizableInstr

Completed in 59 milliseconds