Home | History | Annotate | Download | only in optimizing

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
94 // Slow-path for fallback (calling the managed code to handle the intrinsic) in an intrinsified
97 // Note: The actual parameters are required to be in the locations given by the invoke's location
123 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
218 Location in = locations->InAt(0);
223 __ Rev16(WRegisterFrom(out), WRegisterFrom(in));
228 __ Rev(RegisterFrom(out, type), RegisterFrom(in, type));
265 Location in = locations->InAt(0);
268 __ Rbit(RegisterFrom(out, type), RegisterFrom(in, type));
296 Location in = locations->InAt(0);
299 FPRegister in_reg = is64bit ? DRegisterFrom(in) : SRegisterFrom(in);
332 Location in = locations->InAt(0);
335 Register in_reg = is64bit ? XRegisterFrom(in) : WRegisterFrom(in);
864 Register tmp_value = temps.AcquireSameSizeAs(value); // Value in memory.
923 // In case we need to go in the slow path, we can't have the output be the same
948 // TODO: For simplicity, the index parameter is requested in a register, so different from Quick