Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dfp_arm64.cc230 bool is_double) { in GenFusedFPCmpBranch()
281 bool is_double = false; in GenCmpFP() local
450 bool Arm64Mir2Lir::GenInlinedRound(CallInfo* info, bool is_double) { in GenInlinedRound()
467 bool Arm64Mir2Lir::GenInlinedMinMaxFP(CallInfo* info, bool is_min, bool is_double) { in GenInlinedMinMaxFP()
/art/compiler/dex/quick/x86/
Dfp_x86.cc141 void X86Mir2Lir::GenLongToFP(RegLocation rl_dest, RegLocation rl_src, bool is_double) { in GenLongToFP()
361 …6Mir2Lir::GenRemFP(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_double) { in GenRemFP()
513 bool is_double) { in GenFusedFPCmpBranch()
731 bool X86Mir2Lir::GenInlinedMinMaxFP(CallInfo* info, bool is_min, bool is_double) { in GenInlinedMinMaxFP()
/art/compiler/dex/quick/arm/
Dfp_arm.cc246 bool is_double) { in GenFusedFPCmpBranch()
298 bool is_double = false; in GenCmpFP() local
/art/compiler/dex/quick/mips/
Dfp_mips.cc257 void MipsMir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double) { in GenFusedFPCmpBranch()
/art/compiler/dex/quick/
Dgen_invoke.cc1275 bool Mir2Lir::GenInlinedMinMaxFP(CallInfo* info, bool is_min, bool is_double) { in GenInlinedMinMaxFP()
1296 bool Mir2Lir::GenInlinedRound(CallInfo* info, bool is_double) { in GenInlinedRound()
/art/compiler/optimizing/
Dintrinsics_arm64.cc360 bool is_double, in GenMinMaxFP()
523 bool is_double, in GenMathRound()
Dintrinsics_x86_64.cc390 bool is_double, in GenMinMaxFP()
Dintrinsics_x86.cc475 static void GenMinMaxFP(LocationSummary* locations, bool is_min, bool is_double, in GenMinMaxFP()