Home
last modified time | relevance | path

Searched defs:is_double (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/arm64/
Dfp_arm64.cc202 bool is_double) { in GenFusedFPCmpBranch()
253 bool is_double = false; in GenCmpFP() local
420 bool Arm64Mir2Lir::GenInlinedRound(CallInfo* info, bool is_double) { in GenInlinedRound()
437 bool Arm64Mir2Lir::GenInlinedMinMaxFP(CallInfo* info, bool is_min, bool is_double) { in GenInlinedMinMaxFP()
/art/compiler/dex/quick/x86/
Dfp_x86.cc125 void X86Mir2Lir::GenLongToFP(RegLocation rl_dest, RegLocation rl_src, bool is_double) { in GenLongToFP()
342 …6Mir2Lir::GenRemFP(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_double) { in GenRemFP()
494 bool is_double) { in GenFusedFPCmpBranch()
708 bool X86Mir2Lir::GenInlinedMinMaxFP(CallInfo* info, bool is_min, bool is_double) { in GenInlinedMinMaxFP()
/art/compiler/dex/quick/arm/
Dfp_arm.cc215 bool is_double) { in GenFusedFPCmpBranch()
267 bool is_double = false; in GenCmpFP() local
/art/compiler/dex/quick/mips/
Dfp_mips.cc211 bool gt_bias, bool is_double) { in GenFusedFPCmpBranch()
/art/compiler/dex/quick/
Dgen_invoke.cc1432 bool Mir2Lir::GenInlinedMinMaxFP(CallInfo* info, bool is_min, bool is_double) { in GenInlinedMinMaxFP()
1449 bool Mir2Lir::GenInlinedRound(CallInfo* info, bool is_double) { in GenInlinedRound()