Home
last modified time | relevance | path

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

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dbackend.rs2215 let new_loc = self.push_physical(old_loc)?; in free_reg()
2548 self.push_physical(ValueLocation::Reg(RAX))?; in br_table()
2565 self.push_physical(ValueLocation::Reg(out_reg))?; in br_table()
3120 fn push_physical(&mut self, mut value: ValueLocation) -> Result<ValueLocation, Error> { in push_physical() method
3273 let out = CCLoc::Stack(self.push_physical(*val)?.stack().unwrap()); in put_into_temp_location()
5487 Some(self.push_physical(ValueLocation::Reg(GPR::Rq(VMCTX)))?) in relocated_function_call()
5657 *first = self.push_physical(old)?; in save_regs()
5759 let new_src = self.push_physical(ValueLocation::Reg(src))?; in pass_outgoing_args()
6015 let saved_vmctx = self.push_physical(ValueLocation::Reg(GPR::Rq(VMCTX)))?; in call_direct_imported()