Rc: _RCOE = _RCOE.NONE
form: _Form = _Form.NONE
conditions: str = ""
- unofficial: bool = False
+ unofficial: str = ""
__KEYMAP = {
"unit": "function",
if isinstance(operand, (GPRPairOperand, FPRPairOperand)):
paired = True
- if style is Style.LEGACY and (paired or record.ppc.unofficial):
+ # unofficial == "0" means an official instruction that needs .long
+ if style is Style.LEGACY and (paired or record.ppc.unofficial != ""):
yield f"{blob}.long 0x{int(self):08x}"
else:
operands = tuple(map(_operator.itemgetter(1),