Home | History | Annotate | Download | only in optimizing

Lines Matching defs:out

57     // out in this case.
86 Location output = locations->Out();
98 Location output = locations->Out();
156 Register out = locations->Out().AsRegister<Register>();
164 __ clz(out, in_reg_hi);
166 __ clz(out, in_reg_lo);
167 __ AddConstant(out, 32);
170 __ clz(out, in.AsRegister<Register>());
199 Register out = locations->Out().AsRegister<Register>();
205 __ rbit(out, in_reg_lo);
206 __ clz(out, out);
208 __ rbit(out, in_reg_hi);
209 __ clz(out, out);
210 __ AddConstant(out, 32);
214 __ rbit(out, in);
215 __ clz(out, out);
245 Location out = locations->Out();
248 __ vabsd(FromLowSToD(out.AsFpuRegisterPairLow<SRegister>()),
251 __ vabss(out.AsFpuRegister<SRegister>(), in.AsFpuRegister<SRegister>());
285 Location output = locations->Out();
334 Register out = locations->Out().AsRegister<Register>();
339 __ mov(out, ShifterOperand(op1), is_min ? Condition::LT : Condition::GT);
340 __ mov(out, ShifterOperand(op2), is_min ? Condition::GE : Condition::LE);
375 __ vsqrtd(FromLowSToD(locations->Out().AsFpuRegisterPairLow<SRegister>()),
386 __ ldrsb(invoke->GetLocations()->Out().AsRegister<Register>(),
397 __ ldr(invoke->GetLocations()->Out().AsRegister<Register>(),
411 Register lo = invoke->GetLocations()->Out().AsRegisterPairLow<Register>();
412 Register hi = invoke->GetLocations()->Out().AsRegisterPairHigh<Register>();
429 __ ldrsh(invoke->GetLocations()->Out().AsRegister<Register>(),
495 invoke->GetLocations()->Out().AsRegister<Register>(),
510 Location trg_loc = locations->Out();
740 bool value_can_be_null = true; // TODO: Worth finding out this information?
837 Register out = locations->Out().AsRegister<Register>(); // Boolean result.
850 bool value_can_be_null = true; // TODO: Worth finding out this information?
900 __ rsbs(out, tmp_lo, ShifterOperand(1));
902 __ mov(out, ShifterOperand(0), CC);
961 Register out = locations->Out().AsRegister<Register>(); // Result character.
982 __ ldrh(out, Address(array_temp, idx, LSL, 1)); // out := array_temp[idx].
1039 Register out = locations->Out().AsRegister<Register>();
1092 __ ldr(out, Address(str, temp1));
1094 __ cmp(out, ShifterOperand(temp2));
1103 __ LoadImmediate(out, 1);
1108 __ LoadImmediate(out, 0);
1442 // Bail out if the source is null.
1447 // Bail out if the destination is null.
1451 // If the length is negative, bail out.
1498 // Bail out if the destination is not a non primitive array.
1509 // Bail out if the source is not a non primitive array.
1540 // Bail out if the source is not a non primitive array.
1607 // the input and output locations are unallocated, the register allocator runs out of
1633 // the input and output locations are unallocated, the register allocator runs out of
1678 __ vmovdrr(FromLowSToD(locations->Out().AsFpuRegisterPairLow<SRegister>()),
1707 __ vmovdrr(FromLowSToD(locations->Out().AsFpuRegisterPairLow<SRegister>()),
1856 Register out = locations->Out().AsRegister<Register>();
1859 __ rbit(out, in);
1876 Register out_reg_lo = locations->Out().AsRegisterPairLow<Register>();
1877 Register out_reg_hi = locations->Out().AsRegisterPairHigh<Register>();
1891 Register out = locations->Out().AsRegister<Register>();
1894 __ rev(out, in);
1911 Register out_reg_lo = locations->Out().AsRegisterPairLow<Register>();
1912 Register out_reg_hi = locations->Out().AsRegisterPairHigh<Register>();
1926 Register out = locations->Out().AsRegister<Register>();
1929 __ revsh(out, in);