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

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.h74 bool HasEVEX_K; member in class:llvm::X86Disassembler::RecognizableInstr
H A DX86RecognizableInstr.cpp246 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K");
309 (HasEVEX_K && HasEVEX_B ? n##_K_B : \
311 (HasEVEX_K? n##_K : (HasEVEX_B ? n##_B : n)))))
716 if (HasEVEX_K)
743 if (HasEVEX_K)
779 if (HasEVEX_K)
811 unsigned kOp = (HasEVEX_K) ? 1:0;
819 if (HasEVEX_K)
836 unsigned kOp = (HasEVEX_K) ? 1:0;
844 if (HasEVEX_K)
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp534 bool HasEVEX_K = HasEVEX && ((TSFlags >> X86II::VEXShift) & X86II::EVEX_K); local
631 if (HasEVEX_K && ((TSFlags >> X86II::VEXShift) & X86II::EVEX_Z))
716 if (HasEVEX_K)
751 if (HasEVEX_K)
793 if (HasEVEX_K)
819 if (HasEVEX_K)
851 if (HasEVEX_K)
878 if (HasEVEX_K)
1216 bool HasEVEX_K = HasEVEX && ((TSFlags >> X86II::VEXShift) & X86II::EVEX_K); local
1268 if (HasEVEX_K) // Ski
[all...]
H A DX86BaseInfo.h617 bool HasEVEX_K = HasEVEX && ((TSFlags >> X86II::VEXShift) & X86II::EVEX_K); local
623 if (HasEVEX_K)

Completed in 34 milliseconds