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

References

utils/TableGen/X86RecognizableInstr.cpp
   86   HasVEX_W           = Rec->getValueAsBit("HasVEX_W");
  167     if (!EncodeRC && HasVEX_LPrefix && HasVEX_W) {
  194     } else if (!EncodeRC && HasEVEX_L2Prefix && HasVEX_W) {
  223     else if (HasVEX_W) {
  253     if (HasVEX_LPrefix && HasVEX_W) {
  268     else if (OpPrefix == X86Local::PD && HasVEX_W)
  276     else if (HasVEX_W && OpPrefix == X86Local::XS)
  278     else if (HasVEX_W && OpPrefix == X86Local::XD)
  280     else if (HasVEX_W && OpPrefix == X86Local::PS)