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

  /art/compiler/dex/quick/
gen_loadstore.cc 121 void Mir2Lir::LoadValueDirectWide(RegLocation rl_src, int reg_lo,
125 OpRegCopyWide(reg_lo, reg_hi, rl_src.low_reg, rl_src.high_reg);
127 LoadConstantWide(reg_lo, reg_hi, mir_graph_->ConstantValueWide(rl_src));
132 reg_lo, reg_hi, INVALID_SREG); local
141 void Mir2Lir::LoadValueDirectWideFixed(RegLocation rl_src, int reg_lo,
143 Clobber(reg_lo);
145 MarkInUse(reg_lo);
147 LoadValueDirectWide(rl_src, reg_lo, reg_hi);
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 1601 Register reg_lo = eax; local
    [all...]

Completed in 209 milliseconds