Lines Matching refs:RegStorage
48 RegStorage t0 = AllocTemp(); in GenCmpLong()
49 RegStorage t1 = AllocTemp(); in GenCmpLong()
65 LIR* MipsMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch()
118 RegStorage t_reg = AllocTemp(); in OpCmpBranch()
131 LIR* MipsMir2Lir::OpCmpImmBranch(ConditionCode cond, RegStorage reg, int check_value, LIR* target) { in OpCmpImmBranch()
135 RegStorage t_reg = AllocTemp(); in OpCmpImmBranch()
152 RegStorage t_reg = AllocTemp(); in OpCmpImmBranch()
163 LIR* MipsMir2Lir::OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) { in OpRegCopyNoInsert()
181 void MipsMir2Lir::OpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpRegCopy()
188 void MipsMir2Lir::OpRegCopyWide(RegStorage r_dest, RegStorage r_src) { in OpRegCopyWide()
218 void MipsMir2Lir::GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code, in GenSelectConst32()
219 int32_t true_val, int32_t false_val, RegStorage rs_dest, in GenSelectConst32()
238 RegLocation MipsMir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg1, RegStorage reg2, in GenDivRem()
250 RegLocation MipsMir2Lir::GenDivRemLit(RegLocation rl_dest, RegStorage reg1, int lit, in GenDivRemLit()
252 RegStorage t_reg = AllocTemp(); in GenDivRemLit()
327 LIR* MipsMir2Lir::OpPcRelLoad(RegStorage reg, LIR* target) { in OpPcRelLoad()
332 LIR* MipsMir2Lir::OpVldm(RegStorage r_base, int count) { in OpVldm()
337 LIR* MipsMir2Lir::OpVstm(RegStorage r_base, int count) { in OpVstm()
345 RegStorage t_reg = AllocTemp(); in GenMultiplyByTwoBitMultiplier()
354 void MipsMir2Lir::GenDivZeroCheckWide(RegStorage reg) { in GenDivZeroCheckWide()
356 RegStorage t_reg = AllocTemp(); in GenDivZeroCheckWide()
369 LIR* MipsMir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch()
409 RegStorage t_reg = AllocTemp(); in GenAddLong()
430 RegStorage t_reg = AllocTemp(); in GenSubLong()
475 RegStorage t_reg = AllocTemp(); in GenNegLong()
505 RegStorage reg_ptr = AllocTemp(); in GenArrayGet()
507 RegStorage reg_len; in GenArrayGet()
518 RegStorage r_new_index = AllocTemp(); in GenArrayGet()
571 RegStorage reg_ptr; in GenArrayPut()
586 RegStorage reg_len; in GenArrayPut()
599 RegStorage r_new_index = AllocTemp(); in GenArrayPut()