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 147 RegStorage t_reg2 = AllocTypedTemp(false, result_reg_class); local
149 if (t_reg2.Is32Bit()) {
150 t_reg2 = As64BitReg(t_reg2);
153 if (t_reg2.Is64Bit()) {
154 t_reg2 = As32BitReg(t_reg2);
164 right_op = t_reg2;
165 OpRegRegImm(kOpAdd, t_reg2, left_op, delta);
171 LoadConstantNoClobber(t_reg2, false_val)
586 RegStorage t_reg2 = (is_64bit) ? AllocTempWide() : AllocTemp(); local
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 1698 RegStorage t_reg2 = AllocTemp(); local
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 284 RegStorage t_reg2 = AllocTypedTemp(false, result_reg_class); local
286 LoadConstant(t_reg2, false_val);
290 OpRegCopy(rl_result.reg, t_reg2);
    [all...]

Completed in 1038 milliseconds