Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dint_arm64.cc1523 int fp_count = POPCOUNT(fp_reg_mask); in SpillRegsPreSub() local
1524 int spill_offset = frame_size - (core_count + fp_count) * kArm64PointerSize; in SpillRegsPreSub()
1552 int fp_count = POPCOUNT(fp_reg_mask); in SpillRegsPreIndexed() local
1554 int combined = fp_count + core_count; in SpillRegsPreIndexed()
1561 if (fp_count > 0) { in SpillRegsPreIndexed()
1569 if (fp_count == 1) { in SpillRegsPreIndexed()
1628 if (fp_count != 0) { in SpillRegsPreIndexed()