Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dfp_arm64.cc412 RegLocation rl_dest = InlineTargetWide(info); // double place for result in GenInlinedSqrt()
422 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedCeil()
432 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedFloor()
442 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedRint()
454 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedRound()
475 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMaxFP()
Dint_arm64.cc681 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedAbsLong()
699 RegLocation rl_dest = (is_long) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMax()
710 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedPeek()
1786 RegLocation rl_dest = IsWide(size) ? InlineTargetWide(info) : InlineTarget(info); // result reg in GenInlinedReverseBits()
/art/compiler/dex/quick/x86/
Dfp_x86.cc606 RegLocation rl_dest = InlineTargetWide(info); // double place for result in GenInlinedSqrt()
668 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedAbsDouble()
733 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedMinMaxFP()
Dint_x86.cc869 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedMinMax()
988 RegLocation rl_dest = (is_long) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMax()
1032 RegLocation rl_dest = size == k64 ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedPeek()
1304 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedReverseBits()
/art/compiler/dex/quick/
Dgen_invoke.cc910 RegLocation Mir2Lir::InlineTargetWide(CallInfo* info) { in InlineTargetWide() function in art::Mir2Lir
1171 RegLocation rl_dest = IsWide(size) ? InlineTargetWide(info) : InlineTarget(info); // result reg in GenInlinedReverseBytes()
1225 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedAbsLong()
1321 RegLocation rl_dest = InlineTargetWide(info); in GenInlinedDoubleCvt()
1451 RegLocation rl_dest = is_long ? InlineTargetWide(info) : InlineTarget(info); // result reg in GenInlinedUnsafeGet()
Dmir_to_lir.h941 RegLocation InlineTargetWide(CallInfo* info);
/art/compiler/dex/quick/arm/
Dfp_arm.cc436 RegLocation rl_dest = InlineTargetWide(info); // double place for result in GenInlinedSqrt()