Searched refs:writable_zero_reg (Results 1 – 12 of 12) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/ |
| H A D | regs.rs | 69 pub fn writable_zero_reg() -> Writable<Reg> { in writable_zero_reg() function
|
| H A D | mod.rs | 202 rd: link.unwrap_or(writable_zero_reg()), 1819 let x = enc_jalr(writable_zero_reg(), base.to_reg(), Imm12::ZERO).to_le_bytes(); in generate_veneer() 1868 insn | enc_auipc(writable_zero_reg(), imm20), in patch_raw_offset() 1871 insn2 | enc_jalr(writable_zero_reg(), zero_reg(), imm12), in patch_raw_offset()
|
| H A D | emit.rs | 237 rd: writable_zero_reg(), in emit() 422 writable_zero_reg(), in try_emit_compressed() 1148 rd: writable_zero_reg(), in emit_uncompressed() 1309 rd: writable_zero_reg(), in emit_uncompressed() 1512 rd: writable_zero_reg(), in emit_uncompressed()
|
| H A D | emit_tests.rs | 603 rd: writable_zero_reg(), in test_riscv64_binemit() 611 rd: writable_zero_reg(), in test_riscv64_binemit()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower/ |
| H A D | isle.rs | 13 stack_reg, writable_link_reg, writable_zero_reg, zero_reg, 467 fn writable_zero_reg(&mut self) -> WritableReg { in writable_zero_reg() method 468 writable_zero_reg() in writable_zero_reg()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/ |
| H A D | regs.rs | 62 pub fn writable_zero_reg() -> Writable<Reg> { in writable_zero_reg() function
|
| H A D | emit.rs | 1569 rd: writable_zero_reg(), in emit() 1579 rd: writable_zero_reg(), in emit() 1682 let xzrwr = writable_zero_reg(); in emit() 3616 rd: regs::writable_zero_reg(), in emit()
|
| H A D | emit_tests.rs | 277 rd: writable_zero_reg(), in test_aarch64_binemit() 333 rd: writable_zero_reg(), in test_aarch64_binemit() 1028 rd: writable_zero_reg(), in test_aarch64_binemit()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/lower/ |
| H A D | isle.rs | 403 fn writable_zero_reg(&mut self) -> WritableReg { in writable_zero_reg() method 404 writable_zero_reg() in writable_zero_reg()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | inst.isle | 2045 (decl writable_zero_reg () WritableReg) 2046 (extern constructor writable_zero_reg writable_zero_reg) 2250 (MInst.AluRRRShift (ALUOp.SubS) size (writable_zero_reg) 2259 (MInst.AluRRRShift (ALUOp.SubS) size (writable_zero_reg) 2343 (MInst.AluRRImm12 (ALUOp.AddS) size (writable_zero_reg) 2353 (MInst.AluRRR (ALUOp.SubS) size (writable_zero_reg) 2362 (MInst.AluRRImm12 (ALUOp.SubS) size (writable_zero_reg) 2386 (MInst.AluRRRExtend (ALUOp.SubS) size (writable_zero_reg) 2664 (writable_zero_reg) 3719 …(_ Unit (emit (MInst.AluRRImm12 (ALUOp.AddS) (operand_size ty) (writable_zero_reg) y (u8_into_imm1…
|
| H A D | abi.rs | 486 rd: writable_zero_reg(), in gen_stack_lower_bound_trap()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | inst.isle | 2178 (emit (MInst.CsrReg op (writable_zero_reg) rs csr))) 3205 (decl writable_zero_reg () WritableReg) 3206 (extern constructor writable_zero_reg writable_zero_reg)
|