HomeSort by relevance Sort by last modified time
    Searched refs:HasVEX_4V (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 611 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
616 if (HasVEX_4V)
636 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
638 if (HasVEX_4V)
X86MCCodeEmitter.cpp 535 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
718 if (HasVEX_4V) {
753 if (HasVEX_4V) {
785 if (HasVEX_4V) {
821 if (HasVEX_4V) {
853 if (HasVEX_4V) {
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 812 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
    [all...]

Completed in 1083 milliseconds