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
57 // out in this case.
155 Location in = locations->InAt(0);
161 Register in_reg_lo = in.AsRegisterPairLow<Register>();
162 Register in_reg_hi = in.AsRegisterPairHigh<Register>();
170 __ clz(out, in.AsRegister<Register>());
213 Register in = locations->InAt(0).AsRegister<Register>();
214 __ rbit(out, in);
244 Location in = locations->InAt(0);
249 FromLowSToD(in.AsFpuRegisterPairLow<SRegister>()));
251 __ vabss(out.AsFpuRegister<SRegister>(), in.AsFpuRegister<SRegister>());
284 Location in = locations->InAt(0);
290 Register in_reg_lo = in.AsRegisterPairLow<Register>();
291 Register in_reg_hi = in.AsRegisterPairHigh<Register>();
303 Register in_reg = in.AsRegister<Register>();
587 // path in InstructionCodeGeneratorARM::GenerateArrayLoadWithBakerReadBarrier.
845 Register tmp_lo = locations->GetTemp(1).AsRegister<Register>(); // Value in memory.
881 // the reference stored in the object before attempting the CAS,
882 // similar to the one in the art::Unsafe_compareAndSwapObject JNI
922 // implemented (see TODO in GenCAS below).
968 // TODO: For simplicity, the index parameter is requested in a register, so different from Quick
1083 // Assertions that must hold in order to compare strings 2 characters at a time.
1101 // If loop does not result in returning false, we return true.
1317 // Where is the length in the Array?
1372 // TODO: Implement read barriers in the SystemArrayCopy intrinsic.
1452 // We have already checked in the LocationsBuilder for the constant case.
1857 Register in = locations->InAt(0).AsRegister<Register>();
1859 __ rbit(out, in);
1892 Register in = locations->InAt(0).AsRegister<Register>();
1894 __ rev(out, in);
1927 Register in = locations->InAt(0).AsRegister<Register>();
1929 __ revsh(out, in);
1952 // Check assumption that sizeof(Char) is 2 (used in scaling below).
1956 // Location of data in char array buffer.
1959 // Location of char array data in string.