Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp139 EncodeRC = HasEVEX_B && in RecognizableInstrBase()
210 } else if (!EncodeRC && HasVEX_L && HasREX_W) { in insnContext()
224 } else if (!EncodeRC && HasVEX_L) { in insnContext()
238 } else if (!EncodeRC && HasEVEX_L2 && HasREX_W) { in insnContext()
252 } else if (!EncodeRC && HasEVEX_L2) { in insnContext()
984 IgnoresVEX_L || EncodeRC, IgnoresW, AddressSize); in emitDecodePath()
987 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC, in emitDecodePath()
H A DX86RecognizableInstr.h222 bool EncodeRC; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1056 bool EncodeRC = false; in emitVEXOpcodePrefix() local
1228 EncodeRC = true; in emitVEXOpcodePrefix()
1279 EncodeRC = true; in emitVEXOpcodePrefix()
1316 if (EncodeRC) { in emitVEXOpcodePrefix()