(&self, gpr: powerpc::GPR)
| 176 | type Output = RegisterContent; |
| 177 | |
| 178 | fn index(&self, gpr: powerpc::GPR) -> &Self::Output { &self.gpr[gpr.0 as usize] } |
| 179 | } |
| 180 | impl IndexMut<powerpc::GPR> for RegisterState { |
| 181 | fn index_mut(&mut self, gpr: powerpc::GPR) -> &mut Self::Output { |
no outgoing calls
no test coverage detected