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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 56 /// The hasVEX_4V field from the record
57 bool HasVEX_4V;
X86RecognizableInstr.cpp 214 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V");
568 if (HasVEX_4V || HasVEX_4VOp3)
618 if (HasVEX_4V)
640 if (HasVEX_4V)
664 if (HasVEX_4V)
697 if (HasVEX_4V)
730 if (HasVEX_4V)
754 if (HasVEX_4V)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 390 bool HasVEX_4V = false;
392 HasVEX_4V = true;
511 if (HasVEX_4V)
530 if (HasVEX_4V) {
564 if (HasVEX_4V)
865 bool HasVEX_4V = false;
870 HasVEX_4V = true;
    [all...]
X86BaseInfo.h 480 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
482 if (HasVEX_4V)
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 604 bool HasVEX_4V = TSFlags & X86II::VEX_4V;
724 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV.
732 if (HasVEX_4V) {
760 if (HasVEX_4V) {
770 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV.
789 if (HasVEX_4V) {
820 if (HasVEX_4V) {
856 if (HasVEX_4V) {
875 if (HasVEX_4V) {
    [all...]
X86BaseInfo.h 660 bool HasVEX_4V = TSFlags & X86II::VEX_4V;
683 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K;
696 return 0 + HasVEX_4V + HasEVEX_K;

Completed in 261 milliseconds