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

Method to_string

cranelift/assembler-x64/src/gpr.rs:33–35  ·  view source on GitHub ↗

Return the register name at the given `size`.

(&self, size: Size)

Source from the content-addressed store, hash-verified

31
32 /// Return the register name at the given `size`.
33 pub fn to_string(&self, size: Size) -> String {
34 self.0.to_string(Some(size))
35 }
36}
37
38impl<R: AsReg> AsRef<R> for Gpr<R> {

Callers 15

empty_lineMethod · 0.45
parse_multilineFunction · 0.45
runMethod · 0.45
runMethod · 0.45
run_targetMethod · 0.45
declare_functionMethod · 0.45
runMethod · 0.45
heartbeat_threadFunction · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
checkFunction · 0.45

Calls

no outgoing calls

Tested by 15

runMethod · 0.36
runMethod · 0.36
run_targetMethod · 0.36
runMethod · 0.36
runMethod · 0.36
runMethod · 0.36
runMethod · 0.36
switch_64bitFunction · 0.36
switch_128bitFunction · 0.36
switch_128bit_max_u64Function · 0.36
additionFunction · 0.36