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
113 // Slow-path for fallback (calling the managed code to handle the intrinsic) in an intrinsified
116 // Note: The actual parameters are required to be in the locations given by the invoke's location
142 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
295 // In-register
311 // Once assembler support is available, in-memory operations look like this:
602 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>();
605 GetAssembler()->sqrtsd(out, in);
650 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>();
652 __ roundsd(out, in, Immediate(round_mode));
716 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>();
725 // Add in the input.
726 __ addss(inPlusPointFive, in);
763 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>();
772 // Add in the input.
773 __ addsd(inPlusPointFive, in);
823 // TODO: For simplicity, the index parameter is requested in a register, so different from Quick
875 // The data needs to be in RDI for scasw. So request that the string is there, anyways.
937 // From here down, we know that we are looking for a char that fits in 16 bits.
979 // * Comparison address in RDI.
980 // * Counter in ECX.
1426 // expected value must be in EAX/RAX.
1528 * swapping bits to reverse bits in a number x. Using bswap to save instructions
1574 * swapping bits to reverse bits in a long number x. Using bswap to save instructions