Lines Matching defs:rl_result

62   RegLocation rl_result = LocCReturn();
63 StoreValue(rl_dest, rl_result);
226 RegLocation rl_result = EvalLoc(rl_dest, kCoreReg, true);
230 OpRegReg(kOpMov, rl_result.low_reg, rl_src1.low_reg);
233 OpRegReg(kOpMov, rl_result.low_reg, rl_src2.low_reg);
235 StoreValue(rl_dest, rl_result);
268 RegLocation rl_result, int lit,
272 OpRegRegReg(kOpAdd, rl_result.low_reg, rl_src.low_reg, t_reg);
275 OpRegRegImm(kOpLsl, rl_result.low_reg, rl_result.low_reg, first_bit);
324 RegLocation rl_result = {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, r0, r1,
326 StoreValueWide(rl_dest, rl_result);
340 RegLocation rl_result = {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, r0, r1,
342 StoreValueWide(rl_dest, rl_result);
356 RegLocation rl_result = {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, r0, r1,
358 StoreValueWide(rl_dest, rl_result);
372 RegLocation rl_result = {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, r0, r1,
374 StoreValueWide(rl_dest, rl_result);
388 RegLocation rl_result = {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, r0, r1,
390 StoreValueWide(rl_dest, rl_result);
401 RegLocation rl_result = {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, r0, r1,
403 StoreValueWide(rl_dest, rl_result);
426 RegLocation rl_result;
449 rl_result = EvalLoc(rl_dest, reg_class, true);
450 LoadBaseIndexedDisp(reg_addr, INVALID_REG, 0, 0, rl_result.low_reg,
451 rl_result.high_reg, size, INVALID_SREG);
452 StoreValueWide(rl_dest, rl_result);
454 rl_result = EvalLoc(rl_dest, reg_class, true);
457 data_offset, rl_result.low_reg, INVALID_REG, size,
460 StoreValue(rl_dest, rl_result);