Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/filetests/filetests/isa/pulley64/
H A Dcall.clif386 ; stack_alloc32 1000016
400 ; stack_alloc32 1000016
/wasmtime-44.0.1/pulley/src/
H A Dlib.rs506 stack_alloc32 = StackAlloc32 { amt: u32 };
H A Dinterp.rs2095 fn stack_alloc32(&mut self, amt: u32) -> ControlFlow<Done> { in stack_alloc32() method