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()
204 if (EncodeRC && HasEVEX_U) { in insnContext()
240 } else if (!EncodeRC && HasVEX_L && HasREX_W) { in insnContext()
254 } else if (!EncodeRC && HasVEX_L) { in insnContext()
268 } else if (!EncodeRC && HasEVEX_L2 && HasREX_W) { in insnContext()
282 } else if (!EncodeRC && HasEVEX_L2) { in insnContext()
1014 IgnoresVEX_L || EncodeRC, IgnoresW, AddressSize); in emitDecodePath()
1017 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC, in emitDecodePath()
H A DX86RecognizableInstr.h224 bool EncodeRC; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1069 bool EncodeRC = false; in emitVEXOpcodePrefix() local
1241 EncodeRC = true; in emitVEXOpcodePrefix()
1292 EncodeRC = true; in emitVEXOpcodePrefix()
1329 if (EncodeRC) { in emitVEXOpcodePrefix()