(self)
| 2321 | |
| 2322 | @property |
| 2323 | def lo(self) -> SSARegister: |
| 2324 | return self._get_reg_ssa(2, 3) |
| 2325 | |
| 2326 | @property |
| 2327 | def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected