Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp103 EncodeRC = HasEVEX_B && in RecognizableInstr()
167 if (!EncodeRC && HasVEX_LPrefix && HasVEX_W) { in insnContext()
180 } else if (!EncodeRC && HasVEX_LPrefix) { in insnContext()
194 } else if (!EncodeRC && HasEVEX_L2Prefix && HasVEX_W) { in insnContext()
208 } else if (!EncodeRC && HasEVEX_L2Prefix) { in insnContext()
844 IgnoresVEX_L || EncodeRC, in emitDecodePath()
848 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC, in emitDecodePath()
H A DX86RecognizableInstr.h201 bool EncodeRC; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp881 bool EncodeRC = false; in emitVEXOpcodePrefix() local
1050 EncodeRC = true; in emitVEXOpcodePrefix()
1104 EncodeRC = true; in emitVEXOpcodePrefix()
1186 if (EncodeRC) in emitVEXOpcodePrefix()