Home
last modified time | relevance | path

Searched refs:reg_fixed_nonallocatable (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dreg.rs422 fn reg_fixed_nonallocatable(&mut self, preg: PReg) { in reg_fixed_nonallocatable() method
484 self.reg_fixed_nonallocatable(rreg.into()); in reg_maybe_fixed()
501 self.reg_fixed_nonallocatable(rreg.into()); in reg_reuse_def()
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/
H A Dmod.rs455 collector.reg_fixed_nonallocatable(gpr_preg(1)); in memarg_operands()
634 collector.reg_fixed_nonallocatable(gpr_preg(regnum)); in s390x_get_operands()
642 collector.reg_fixed_nonallocatable(gpr_preg(regnum)); in s390x_get_operands()
651 collector.reg_fixed_nonallocatable(*rm); in s390x_get_operands()
1023 collector.reg_fixed_nonallocatable(gpr_preg(1)); in s390x_get_operands()
1027 collector.reg_fixed_nonallocatable(gpr_preg(1)); in s390x_get_operands()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/
H A Dmod.rs909 collector.reg_fixed_nonallocatable(*src); in x64_get_operands()
915 collector.reg_fixed_nonallocatable(*dst); in x64_get_operands()
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/
H A Dmod.rs427 collector.reg_fixed_nonallocatable(*rm); in aarch64_get_operands()
431 collector.reg_fixed_nonallocatable(*rd); in aarch64_get_operands()