Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm64.cc477 bool is_double, in GenMinMaxFP() argument
483 FPRegister op1_reg = is_double ? DRegisterFrom(op1) : SRegisterFrom(op1); in GenMinMaxFP()
484 FPRegister op2_reg = is_double ? DRegisterFrom(op2) : SRegisterFrom(op2); in GenMinMaxFP()
485 FPRegister out_reg = is_double ? DRegisterFrom(out) : SRegisterFrom(out); in GenMinMaxFP()
632 bool is_double, in GenMathRound() argument
634 FPRegister in_reg = is_double ? in GenMathRound()
636 Register out_reg = is_double ? in GenMathRound()
642 if (is_double) { in GenMathRound()
Dintrinsics_x86.cc405 bool is_double, in GenMinMaxFP() argument
439 if (is_double) { in GenMinMaxFP()
452 if (is_double) { in GenMinMaxFP()
458 if (is_double) { in GenMinMaxFP()
472 if (is_double) { in GenMinMaxFP()
478 if (is_double) { in GenMinMaxFP()
493 if (is_double) { in GenMinMaxFP()
Dintrinsics_x86_64.cc293 bool is_double, in GenMinMaxFP() argument
327 if (is_double) { in GenMinMaxFP()
340 if (is_double) { in GenMinMaxFP()
346 if (is_double) { in GenMinMaxFP()
356 if (is_double) { in GenMinMaxFP()
365 if (is_double) { in GenMinMaxFP()
Dcode_generator_x86.h297 void GenerateFPCompare(Location lhs, Location rhs, HInstruction* insn, bool is_double);
Dcode_generator_x86.cc1283 bool is_double) { in GenerateFPCompare() argument
1285 if (is_double) { in GenerateFPCompare()