Searched defs:is_double (Results 1 – 8 of 8) sorted by relevance
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 230 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/ |
D | fp_x86.cc | 141 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/ |
D | fp_arm.cc | 246 bool is_double) { in GenFusedFPCmpBranch() 298 bool is_double = false; in GenCmpFP() local
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 257 void MipsMir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double) { in GenFusedFPCmpBranch()
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 1275 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/ |
D | intrinsics_arm64.cc | 360 bool is_double, in GenMinMaxFP() 523 bool is_double, in GenMathRound()
|
D | intrinsics_x86_64.cc | 390 bool is_double, in GenMinMaxFP()
|
D | intrinsics_x86.cc | 475 static void GenMinMaxFP(LocationSummary* locations, bool is_min, bool is_double, in GenMinMaxFP()
|