Home
last modified time | relevance | path

Searched refs:AllocTempSingle (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/arm64/
Dfp_arm64.cc427 RegStorage r_imm_point5 = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound()
428 RegStorage r_tmp = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound()
/art/compiler/dex/quick/x86/
Dfp_x86.cc67 r_src2 = AllocTempSingle(); in GenArithOpFloat()
220 RegStorage temp_reg = AllocTempSingle(); in GenConversion()
279 RegStorage temp_reg = AllocTempSingle(); in GenConversion()
/art/compiler/dex/quick/
Dralloc_util.cc439 RegStorage Mir2Lir::AllocTempSingle(bool required) { in AllocTempSingle() function in art::Mir2Lir
467 return AllocTempSingle(required); in AllocTypedTemp()
Dmir_to_lir.h752 virtual RegStorage AllocTempSingle(bool required = true);