Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dint_mips.cc229 bool dest_fp = r_dest.IsFloat(); in OpRegCopyWide() local
231 if (dest_fp) { in OpRegCopyWide()
/art/compiler/dex/quick/arm/
Dint_arm.cc450 bool dest_fp = r_dest.IsFloat(); in OpRegCopyWide() local
457 if (dest_fp && r_dest.IsPair()) { in OpRegCopyWide()
463 if (dest_fp) { in OpRegCopyWide()
/art/compiler/dex/quick/x86/
Dint_x86.cc153 bool dest_fp = r_dest.IsFloat(); in OpRegCopyWide() local
155 if (dest_fp) { in OpRegCopyWide()