Searched refs:writable_stack_reg (Results 1 – 10 of 10) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/ |
| H A D | regs.rs | 79 pub fn writable_stack_reg() -> Writable<Reg> { in writable_stack_reg() function
|
| H A D | encode.rs | 456 encode_ci_type(CiOp::CAddi16sp, writable_stack_reg(), enc_imm) in encode_c_addi16sp()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/ |
| H A D | regs.rs | 55 pub fn writable_stack_reg() -> Writable<Reg> { in writable_stack_reg() function
|
| H A D | emit.rs | 3429 rd: writable_stack_reg(), in emit_with_alloc_consumer() 3436 rd: writable_stack_reg(), in emit_with_alloc_consumer() 3666 rd: writable_stack_reg(), in emit_with_alloc_consumer()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst/ |
| H A D | regs.rs | 96 x_reg(30) => stack_reg, writable_stack_reg;
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/ |
| H A D | regs.rs | 84 pub fn writable_stack_reg() -> Writable<Reg> { in writable_stack_reg() function
|
| H A D | emit.rs | 784 debug_assert_ne!(writable_stack_reg(), rd); in emit()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | abi.rs | 311 rd: writable_stack_reg(), in gen_sp_reg_adjust() 320 rd: writable_stack_reg(), in gen_sp_reg_adjust() 1109 rd: writable_stack_reg(), in gen_probestack_unroll()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | abi.rs | 596 rd: writable_stack_reg(), in gen_sp_reg_adjust() 603 rd: writable_stack_reg(), in gen_sp_reg_adjust()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | abi.rs | 544 rd: writable_stack_reg(), in gen_sp_reg_adjust() 557 rd: writable_stack_reg(), in gen_sp_reg_adjust()
|