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

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

Completed in 108 milliseconds