Home | History | Annotate | Download | only in baseline

Lines Matching refs:asm_

24 #define __ asm_->
77 explicit StackTransferRecipe(LiftoffAssembler* wasm_asm) : asm_(wasm_asm) {}
88 asm_->Move(rm.dst, rm.src, rm.type);
103 uint32_t next_spill_slot = asm_->cache_state()->stack_height();
108 asm_->Move(rm.dst, rm.src, rm.type);
122 asm_->Spill(next_spill_slot, spill_reg, rm.type);
138 asm_->LoadConstant(rl.dst, rl.type == kWasmI64
143 asm_->Fill(rl.dst, rl.value, rl.type);
147 asm_->FillI64Half(rl.dst.gp(), rl.value);
164 asm_->MoveStackValue(dst_index, src_index, src.type());
167 asm_->Spill(dst_index, src.reg(), src.type());
170 asm_->Spill(dst_index, src.constant());
262 LiftoffAssembler* const asm_;