HomeSort by relevance Sort by last modified time
    Searched refs:t_reg2 (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/quick/arm64/
int_arm64.cc 139 RegStorage t_reg2 = AllocTypedTemp(false, result_reg_class); local
141 if (t_reg2.Is32Bit()) {
142 t_reg2 = As64BitReg(t_reg2);
145 if (t_reg2.Is64Bit()) {
146 t_reg2 = As32BitReg(t_reg2);
156 right_op = t_reg2;
157 OpRegRegImm(kOpAdd, t_reg2, left_op, delta);
163 LoadConstantNoClobber(t_reg2, false_val)
571 RegStorage t_reg2 = (is_64bit) ? AllocTempWide() : AllocTemp(); local
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 1605 RegStorage t_reg2 = AllocTemp(); local
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 271 RegStorage t_reg2 = AllocTypedTemp(false, result_reg_class); local
273 LoadConstant(t_reg2, false_val);
277 OpRegCopy(rl_result.reg, t_reg2);
    [all...]

Completed in 938 milliseconds