Home
last modified time | relevance | path

Searched refs:get_stacklimit_reg (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dabi.rs473 fn get_stacklimit_reg(call_conv: isa::CallConv) -> Reg; in get_stacklimit_reg() method
1381 let scratch = Writable::from_reg(M::get_stacklimit_reg(self.call_conv)); in insert_stack_check()
1444 let into_reg = Writable::from_reg(M::get_stacklimit_reg(f.stencil.signature.call_conv)); in generate_gv()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dabi.rs240 fn get_stacklimit_reg(_call_conv: isa::CallConv) -> Reg { in get_stacklimit_reg() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dabi.rs226 fn get_stacklimit_reg(_call_conv: isa::CallConv) -> Reg { in get_stacklimit_reg() function
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dabi.rs573 fn get_stacklimit_reg(_call_conv: isa::CallConv) -> Reg { in get_stacklimit_reg() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dabi.rs506 fn get_stacklimit_reg(_call_conv: isa::CallConv) -> Reg { in get_stacklimit_reg() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dabi.rs500 fn get_stacklimit_reg(_call_conv: isa::CallConv) -> Reg { in get_stacklimit_reg() method