Lines Matching refs:LiftoffRegister
30 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant()
48 void LiftoffAssembler::Load(LiftoffRegister dst, Register src_addr, in Load()
56 uint32_t offset_imm, LiftoffRegister src, in Store()
62 void LiftoffAssembler::LoadCallerFrameSlot(LiftoffRegister dst, in LoadCallerFrameSlot()
82 void LiftoffAssembler::Spill(uint32_t index, LiftoffRegister reg, in Spill()
91 void LiftoffAssembler::Fill(LiftoffRegister reg, uint32_t index, in Fill()
106 void LiftoffAssembler::emit_##name(LiftoffRegister dst, LiftoffRegister lhs, \
107 LiftoffRegister rhs) { \
135 void LiftoffAssembler::emit_##name(LiftoffRegister dst, LiftoffRegister src, \
215 bool LiftoffAssembler::emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_divs()
216 LiftoffRegister rhs, in emit_i64_divs()
222 bool LiftoffAssembler::emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_divu()
223 LiftoffRegister rhs, in emit_i64_divu()
228 bool LiftoffAssembler::emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_rems()
229 LiftoffRegister rhs, in emit_i64_rems()
234 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu()
235 LiftoffRegister rhs, in emit_i64_remu()
245 LiftoffRegister dst, in emit_type_conversion()
246 LiftoffRegister src, Label* trap) { in emit_type_conversion()
270 void LiftoffAssembler::emit_i64_eqz(Register dst, LiftoffRegister src) { in emit_i64_eqz()
275 LiftoffRegister lhs, in emit_i64_set_cond()
276 LiftoffRegister rhs) { in emit_i64_set_cond()
317 const LiftoffRegister* args, in CallC()
318 const LiftoffRegister* rets, in CallC()