HomeSort by: relevance | last modified time | path
    Searched refs:HasVEX_4V (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 766 bool HasVEX_4V = TSFlags & X86II::VEX_4V;
906 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV.
914 if (HasVEX_4V) {
942 if (HasVEX_4V) {
953 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV.
999 if (HasVEX_4V) {
1013 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV.
1033 if (HasVEX_4V) {
1094 if (HasVEX_4V) {
1126 if (HasVEX_4V) {
    [all...]
X86BaseInfo.h 1087 bool HasVEX_4V = TSFlags & X86II::VEX_4V;
1111 return 1 + HasVEX_4V + HasEVEX_K;
1147 return 0 + HasVEX_4V + HasEVEX_K;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.cpp 85 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V");
457 if (HasVEX_4V)
516 if (HasVEX_4V)
539 if (HasVEX_4V)
563 if (HasVEX_4V)
611 if (HasVEX_4V)
669 if (HasVEX_4V)
699 if (HasVEX_4V)
X86RecognizableInstr.h 182 /// The hasVEX_4V field from the record
183 bool HasVEX_4V;

Completed in 162 milliseconds