Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.h60 bool HasVEX_4VOp3; variable
DX86RecognizableInstr.cpp198 HasVEX_4VOp3 = Rec->getValueAsBit("hasVEX_4VOp3"); in RecognizableInstr()
614 if (HasVEX_4V || HasVEX_4VOp3) in emitInstructionSpecifier()
636 if (HasVEX_4VOp3) in emitInstructionSpecifier()
650 if (HasVEX_4V || HasVEX_4VOp3) in emitInstructionSpecifier()
672 if (HasVEX_4VOp3) in emitInstructionSpecifier()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp752 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in emitVEXOpcodePrefix() local
899 if (HasVEX_4VOp3) in emitVEXOpcodePrefix()
939 if (HasVEX_4VOp3) in emitVEXOpcodePrefix()
1055 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in emitInstruction() local
1276 if (HasVEX_4VOp3) in emitInstruction()
1297 if (HasVEX_4VOp3) in emitInstruction()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp620 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in EmitVEXOpcodePrefix() local
815 if (HasVEX_4VOp3) in EmitVEXOpcodePrefix()
881 if (HasVEX_4VOp3) in EmitVEXOpcodePrefix()
1198 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in EncodeInstruction() local
1391 if (HasVEX_4VOp3) in EncodeInstruction()
1419 if (HasVEX_4VOp3) in EncodeInstruction()