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

/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h57 bool HasVEX_4V; member in class:llvm::X86Disassembler::RecognizableInstr
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h660 bool HasVEX_4V = TSFlags & X86II::VEX_4V; local
683 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K;
696 return 0 + HasVEX_4V + HasEVEX_K;
H A DX86MCCodeEmitter.cpp604 bool HasVEX_4V = TSFlags & X86II::VEX_4V; local
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) {
1135 bool HasVEX_4V local
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp390 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; local
870 HasVEX_4V = true;
927 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV)
940 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV)
951 if (HasVEX_4V) {
[all...]
H A DX86BaseInfo.h480 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; local
482 if (HasVEX_4V)

Completed in 292 milliseconds