Searched defs:is_double (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 202 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/ |
D | fp_x86.cc | 125 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/ |
D | fp_arm.cc | 215 bool is_double) { in GenFusedFPCmpBranch() 267 bool is_double = false; in GenCmpFP() local
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 211 bool gt_bias, bool is_double) { in GenFusedFPCmpBranch()
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 1432 bool Mir2Lir::GenInlinedMinMaxFP(CallInfo* info, bool is_min, bool is_double) { in GenInlinedMinMaxFP() 1449 bool Mir2Lir::GenInlinedRound(CallInfo* info, bool is_double) { in GenInlinedRound()
|