reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/X86RecognizableInstr.cpp
  101   HasVEX_LPrefix   = Rec->getValueAsBit("hasVEX_L");
  162     if (HasVEX_LPrefix && HasEVEX_L2Prefix) {
  167     if (!EncodeRC && HasVEX_LPrefix && HasVEX_W) {
  180     } else if (!EncodeRC && HasVEX_LPrefix) {
  253     if (HasVEX_LPrefix && HasVEX_W) {
  266     } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix)
  272     else if (HasVEX_LPrefix && OpPrefix == X86Local::XS)
  274     else if (HasVEX_LPrefix && OpPrefix == X86Local::XD)
  282     else if (HasVEX_LPrefix && OpPrefix == X86Local::PS)