Searched refs:EncodeRC (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp103 EncodeRC = HasEVEX_B &&
167 if (!EncodeRC && HasVEX_LPrefix && HasVEX_W) {
180 } else if (!EncodeRC && HasVEX_LPrefix) {
194 } else if (!EncodeRC && HasEVEX_L2Prefix && HasVEX_W) {
208 } else if (!EncodeRC && HasEVEX_L2Prefix) {
813 IgnoresVEX_L || EncodeRC,
817 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC,
H A DX86RecognizableInstr.h195 bool EncodeRC; member in class:llvm::X86Disassembler::RecognizableInstr
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp862 bool EncodeRC = false; local
1027 EncodeRC = true;
1081 EncodeRC = true;
1155 if (EncodeRC)

Completed in 89 milliseconds