Home
last modified time | relevance | path

Searched refs:stack_free32 (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/filetests/filetests/isa/pulley64/
H A Dcall.clif394 ; stack_free32 1000016
407 ; stack_free32 1000016
/wasmtime-44.0.1/pulley/src/
H A Dlib.rs509 stack_free32 = StackFree32 { amt: u32 };
H A Dinterp.rs2102 fn stack_free32(&mut self, amt: u32) -> ControlFlow<Done> { in stack_free32() method