Lines Matching refs:kLithiumScratchReg
148 __ mov(kLithiumScratchReg, cgen_->ToRegister(source)); in BreakCycle()
150 __ lw(kLithiumScratchReg, cgen_->ToMemOperand(source)); in BreakCycle()
169 __ mov(cgen_->ToRegister(saved_destination_), kLithiumScratchReg); in RestoreValue()
171 __ sw(kLithiumScratchReg, cgen_->ToMemOperand(saved_destination_)); in RestoreValue()
222 __ lw(kLithiumScratchReg, source_operand); in EmitMove()
223 __ sw(kLithiumScratchReg, destination_operand); in EmitMove()
248 __ li(kLithiumScratchReg, in EmitMove()
251 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source)); in EmitMove()
253 __ sw(kLithiumScratchReg, cgen_->ToMemOperand(destination)); in EmitMove()
280 __ lw(kLithiumScratchReg, source_operand); in EmitMove()
281 __ sw(kLithiumScratchReg, destination_operand); in EmitMove()
282 __ lw(kLithiumScratchReg, source_high_operand); in EmitMove()
283 __ sw(kLithiumScratchReg, destination_high_operand); in EmitMove()