Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dfp_arm64.cc382 RegLocation rl_dest = InlineTargetWide(info); // double place for result in GenInlinedSqrt()
392 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedCeil()
402 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedFloor()
412 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedRint()
424 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedRound()
445 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMaxFP()
Dint_arm64.cc647 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedAbsLong()
664 RegLocation rl_dest = (is_long) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMax()
675 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedPeek()
1691 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); // result reg in GenInlinedReverseBits()
/art/compiler/dex/quick/x86/
Dfp_x86.cc588 RegLocation rl_dest = InlineTargetWide(info); // double place for result in GenInlinedSqrt()
645 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedAbsDouble()
712 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedMinMaxFP()
Dint_x86.cc815 RegLocation rl_dest = (is_long) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMax()
858 RegLocation rl_dest = size == k64 ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedPeek()
/art/compiler/dex/quick/
Dgen_invoke.cc1123 RegLocation Mir2Lir::InlineTargetWide(CallInfo* info) { in InlineTargetWide() function in art::Mir2Lir
1335 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); // result reg in GenInlinedReverseBytes()
1389 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedAbsLong()
1470 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedDoubleCvt()
1612 RegLocation rl_dest = is_long ? InlineTargetWide(info) : InlineTarget(info); // result reg in GenInlinedUnsafeGet()
Dmir_to_lir.h959 RegLocation InlineTargetWide(CallInfo* info);
/art/compiler/dex/quick/arm/
Dfp_arm.cc405 RegLocation rl_dest = InlineTargetWide(info); // double place for result in GenInlinedSqrt()