Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp134 EncodeRC = HasEVEX_B && in RecognizableInstrBase()
192 if (!EncodeRC && HasVEX_L && HasVEX_W) { in insnContext()
205 } else if (!EncodeRC && HasVEX_L) { in insnContext()
219 } else if (!EncodeRC && HasEVEX_L2 && HasVEX_W) { in insnContext()
233 } else if (!EncodeRC && HasEVEX_L2) { in insnContext()
871 IgnoresVEX_L || EncodeRC, in emitDecodePath()
875 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC, in emitDecodePath()
H A DX86RecognizableInstr.h199 bool EncodeRC; member
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp795 bool EncodeRC = false; in emitVEXOpcodePrefix() local
964 EncodeRC = true; in emitVEXOpcodePrefix()
1018 EncodeRC = true; in emitVEXOpcodePrefix()
1100 if (EncodeRC) in emitVEXOpcodePrefix()