HomeSort by relevance Sort by last modified time
    Searched defs:reg_id (Results 1 - 5 of 5) sorted by null

  /art/compiler/dex/quick/arm/
target_arm.cc 104 int reg_id; local
107 reg_id = reg & 0x1f;
113 shift += reg_id;
255 int reg_id = i; local
257 reg_id = r14lr;
259 reg_id = r15pc;
262 sprintf(buf + strlen(buf), ", r%d", reg_id);
265 sprintf(buf, "r%d", reg_id);
  /art/compiler/dex/quick/mips/
target_mips.cc 105 int reg_id; local
108 reg_id = reg & 0x1f;
114 shift += reg_id;
  /art/compiler/dex/quick/x86/
target_x86.cc 114 int reg_id; local
116 reg_id = reg & 0xf;
122 shift += reg_id;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 588 int reg_id = get_reg_id(index, local
590 ra_class_add_reg(regs, class.Id, reg_id);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 588 int reg_id = get_reg_id(index, local
590 ra_class_add_reg(regs, class.Id, reg_id);

Completed in 181 milliseconds