Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dabi.rs411 fn gen_load_stack(mem: StackAMode, into_reg: Writable<Reg>, ty: Type) -> Self::I; in gen_load_stack() method
1594 insts.push(M::gen_load_stack( in gen_copy_arg_to_regs()
1634 insts.push(M::gen_load_stack( in gen_copy_arg_to_regs()
2410 <M>::gen_load_stack(from, to_reg.map(Reg::from), ty) in gen_reload()
2534 emit(M::gen_load_stack( in emit_retval_loads()
2551 emit(M::gen_load_stack(*amode, *vreg, *ty)); in emit_retval_loads()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dabi.rs196 fn gen_load_stack(mem: StackAMode, into_reg: Writable<Reg>, ty: Type) -> Inst { in gen_load_stack() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dabi.rs166 fn gen_load_stack(mem: StackAMode, into_reg: Writable<Reg>, ty: Type) -> Self::I { in gen_load_stack() function
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dabi.rs478 fn gen_load_stack(mem: StackAMode, into_reg: Writable<Reg>, ty: Type) -> Inst { in gen_load_stack() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dabi.rs409 fn gen_load_stack(mem: StackAMode, into_reg: Writable<Reg>, ty: Type) -> Inst { in gen_load_stack() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dabi.rs414 fn gen_load_stack(mem: StackAMode, into_reg: Writable<Reg>, ty: Type) -> Self::I { in gen_load_stack() method