Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.h59 bool HasVEX_4VOp3; variable
DX86RecognizableInstr.cpp215 HasVEX_4VOp3 = Rec->getValueAsBit("hasVEX_4VOp3"); in RecognizableInstr()
568 if (HasVEX_4V || HasVEX_4VOp3) in emitInstructionSpecifier()
674 if (HasVEX_4VOp3) in emitInstructionSpecifier()
707 if (HasVEX_4VOp3) in emitInstructionSpecifier()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp605 bool HasVEX_4VOp3 = TSFlags & X86II::VEX_4VOp3; in EmitVEXOpcodePrefix() local
773 if (HasVEX_4VOp3) in EmitVEXOpcodePrefix()
832 if (HasVEX_4VOp3) in EmitVEXOpcodePrefix()
1136 bool HasVEX_4VOp3 = TSFlags & X86II::VEX_4VOp3; in encodeInstruction() local
1321 if (HasVEX_4VOp3) in encodeInstruction()
1347 if (HasVEX_4VOp3) in encodeInstruction()