Searched refs:Prefixed (Results 1 – 4 of 4) sorted by relevance
70 Prefixed = 0x1 << (NewDef_Shift+1) enumerator295 return get(Opcode).TSFlags & PPCII::Prefixed; in isPrefixed()
45 bits<1> Prefixed = 0;46 let TSFlags{7} = Prefixed;
93 bits<1> Prefixed = 1; // This is a prefixed instruction.94 let TSFlags{7} = Prefixed;
3686 // Prefixed instructions may require access to the above defs at a later