Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp137 EncodeRC = HasEVEX_B && in RecognizableInstrBase()
207 } else if (!EncodeRC && HasVEX_L && HasREX_W) { in insnContext()
221 } else if (!EncodeRC && HasVEX_L) { in insnContext()
235 } else if (!EncodeRC && HasEVEX_L2 && HasREX_W) { in insnContext()
249 } else if (!EncodeRC && HasEVEX_L2) { in insnContext()
956 IgnoresVEX_L || EncodeRC, IgnoresW, AddressSize); in emitDecodePath()
959 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC, in emitDecodePath()
H A DX86RecognizableInstr.h218 bool EncodeRC; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1053 bool EncodeRC = false; in emitVEXOpcodePrefix() local
1203 EncodeRC = true; in emitVEXOpcodePrefix()
1249 EncodeRC = true; in emitVEXOpcodePrefix()
1281 if (EncodeRC) { in emitVEXOpcodePrefix()