Lines Matching refs:ToMemOperand
150 __ lw(kLithiumScratchReg, cgen_->ToMemOperand(source)); in BreakCycle()
154 __ ldc1(kLithiumScratchDouble, cgen_->ToMemOperand(source)); in BreakCycle()
171 __ sw(kLithiumScratchReg, cgen_->ToMemOperand(saved_destination_)); in RestoreValue()
177 cgen_->ToMemOperand(saved_destination_)); in RestoreValue()
200 __ sw(source_register, cgen_->ToMemOperand(destination)); in EmitMove()
203 MemOperand source_operand = cgen_->ToMemOperand(source); in EmitMove()
208 MemOperand destination_operand = cgen_->ToMemOperand(destination); in EmitMove()
253 __ sw(kLithiumScratchReg, cgen_->ToMemOperand(destination)); in EmitMove()
262 MemOperand destination_operand = cgen_->ToMemOperand(destination); in EmitMove()
267 MemOperand source_operand = cgen_->ToMemOperand(source); in EmitMove()
272 MemOperand destination_operand = cgen_->ToMemOperand(destination); in EmitMove()