MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / temp_writable_gpr

Method temp_writable_gpr

cranelift/codegen/src/isa/x64/lower.rs:32–34  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

30impl 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 {

Callers

nothing calls this directly

Calls 3

only_regMethod · 0.80
alloc_tmpMethod · 0.80
unwrapMethod · 0.45

Tested by

no test coverage detected