(&mut self)
| 30 | impl Lower<'_, Inst> { |
| 31 | #[inline] |
| 32 | pub fn temp_writable_gpr(&mut self) -> WritableGpr { |
| 33 | WritableGpr::from_writable_reg(self.alloc_tmp(types::I64).only_reg().unwrap()).unwrap() |
| 34 | } |
| 35 | |
| 36 | #[inline] |
| 37 | pub fn temp_writable_xmm(&mut self) -> WritableXmm { |