Searched refs:HasVEX_4V (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h614 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; local
619 if (HasVEX_4V)
639 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; local
641 if (HasVEX_4V)
H A DX86MCCodeEmitter.cpp535 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; local
719 if (HasVEX_4V) {
754 if (HasVEX_4V) {
786 if (HasVEX_4V) {
822 if (HasVEX_4V) {
854 if (HasVEX_4V) {
872 if (HasVEX_4V) {
1209 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; local
1271 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV)
1286 if (HasVEX_4V) // Ski
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp812 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
949 if (HasVEX_4V)
968 if (HasVEX_4V)
990 if (HasVEX_4V) {
1012 if (HasVEX_4V)
1033 if (HasVEX_4V)
1054 if (HasVEX_4V)
1152 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
1296 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV)
1308 if (HasVEX_4V) // Ski
[all...]

Completed in 119 milliseconds