Home | History | Annotate | Download | only in optimizing

Lines Matching defs:out

123     Location out = invoke_->GetLocations()->Out();
124 if (out.IsValid()) {
125 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
126 DCHECK(!invoke_->GetLocations()->GetLiveRegisters()->ContainsCoreRegister(out.reg()));
127 MoveFromReturnRegister(out, invoke_->GetType(), codegen);
158 // out in this case.
187 Location output = locations->Out();
194 Location output = locations->Out();
239 Location out = locations->Out();
243 __ Rev16(WRegisterFrom(out), WRegisterFrom(in));
244 __ Sxth(WRegisterFrom(out), WRegisterFrom(out));
248 __ Rev(RegisterFrom(out, type), RegisterFrom(in, type));
295 Location out = locations->Out();
297 __ Clz(RegisterFrom(out, type), RegisterFrom(in, type));
322 Location out = locations->Out();
324 __ Rbit(RegisterFrom(out, type), RegisterFrom(in, type));
325 __ Clz(RegisterFrom(out, type), RegisterFrom(out, type));
350 Location out = locations->Out();
352 __ Rbit(RegisterFrom(out, type), RegisterFrom(in, type));
379 Register dst = RegisterFrom(instr->GetLocations()->Out(), type);
414 Location out = locations->Out();
417 FPRegister out_reg = is64bit ? DRegisterFrom(out) : SRegisterFrom(out);
450 Location output = locations->Out();
481 Location out = locations->Out();
485 FPRegister out_reg = is_double ? DRegisterFrom(out) : SRegisterFrom(out);
541 Location out = locations->Out();
545 Register out_reg = is_long ? XRegisterFrom(out) : WRegisterFrom(out);
590 __ Fsqrt(DRegisterFrom(locations->Out()), DRegisterFrom(locations->InAt(0)));
600 __ Frintp(DRegisterFrom(locations->Out()), DRegisterFrom(locations->InAt(0)));
610 __ Frintm(DRegisterFrom(locations->Out()), DRegisterFrom(locations->InAt(0)));
620 __ Frintn(DRegisterFrom(locations->Out()), DRegisterFrom(locations->InAt(0)));
637 XRegisterFrom(locations->Out()) : WRegisterFrom(locations->Out());
679 __ Ldrsb(WRegisterFrom(invoke->GetLocations()->Out()),
689 __ Ldr(WRegisterFrom(invoke->GetLocations()->Out()),
699 __ Ldr(XRegisterFrom(invoke->GetLocations()->Out()),
709 __ Ldrsh(WRegisterFrom(invoke->GetLocations()->Out()),
769 codegen_->Load(Primitive::kPrimNot, WRegisterFrom(invoke->GetLocations()->Out()),
786 Location trg_loc = locations->Out();
936 bool value_can_be_null = true; // TODO: Worth finding out this information?
1028 Register out = WRegisterFrom(locations->Out()); // Boolean result.
1038 bool value_can_be_null = true; // TODO: Worth finding out this information?
1081 __ Cset(out, eq);
1147 Register out = WRegisterFrom(locations->Out()); // Result character.
1169 __ Ldrh(out, MemOperand(array_temp.X(), idx, UXTW, 1)); // out := array_temp[idx].
1222 Register out = XRegisterFrom(locations->Out());
1279 __ Ldr(out, MemOperand(str.X(), temp1));
1282 __ Cmp(out, temp2);
1290 __ Mov(out, 1);
1295 __ Mov(out, 0);
1725 // Check to see if we have known failures that will cause us to have to bail out
1868 // Bail out if the source is null.
1871 // Bail out if the destination is null.
1875 // If the length is negative, bail out.
1946 // Check to see if we have known failures that will cause us to have to bail out
2057 // Bail out if the source is null.
2062 // Bail out if the destination is null.
2070 // If the length is negative, bail out.
2118 // Bail out if the destination is not a non primitive array.
2129 // Bail out if the source is not a non primitive array.
2160 // Bail out if the source is not a non primitive array.