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

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp448 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; local
622 if (HasVEX_4VOp3)
670 if (HasVEX_4VOp3)
1003 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; local
1093 if (HasVEX_4VOp3)
1112 if (HasVEX_4VOp3)

Completed in 40 milliseconds