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

  /art/compiler/dex/quick/arm64/
fp_arm64.cc 427 RegStorage r_imm_point5 = (is_double) ? AllocTempDouble() : AllocTempSingle();
428 RegStorage r_tmp = (is_double) ? AllocTempDouble() : AllocTempSingle();
  /art/compiler/dex/quick/x86/
fp_x86.cc 67 r_src2 = AllocTempSingle();
220 RegStorage temp_reg = AllocTempSingle();
279 RegStorage temp_reg = AllocTempSingle();
  /art/compiler/dex/quick/
ralloc_util.cc 439 RegStorage Mir2Lir::AllocTempSingle(bool required) {
467 return AllocTempSingle(required);
    [all...]
mir_to_lir.h     [all...]

Completed in 627 milliseconds