Lines Matching defs:in
5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
85 // Slow-path for fallback (calling the managed code to handle the intrinsic) in an intrinsified
88 // Note: The actual parameters are required to be in the locations given by the invoke's location
114 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
225 Location in = locations->InAt(0);
230 FromLowSToD(in.AsFpuRegisterPairLow<SRegister>()));
232 __ vabss(out.AsFpuRegister<SRegister>(), in.AsFpuRegister<SRegister>());
265 Location in = locations->InAt(0);
271 Register in_reg_lo = in.AsRegisterPairLow<Register>();
272 Register in_reg_hi = in.AsRegisterPairHigh<Register>();
284 Register in_reg = in.AsRegister<Register>();
723 Register tmp_lo = locations->GetTemp(1).AsRegister<Register>(); // Value in memory.
804 // TODO: For simplicity, the index parameter is requested in a register, so different from Quick