Lines Matching defs:movq
260 __ movq(mask, out); in GenAbsInteger() local
1789 __ movq(out, Address(address, 0)); in GenPeek() local
1872 __ movq(Address(address, 0), Immediate(v_32)); in GenPoke() local
1874 __ movq(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
1965 __ movq(output, Address(base, offset, ScaleFactor::TIMES_1, 0)); in GenUnsafeGet() local
2091 __ movq(Address(base, offset, ScaleFactor::TIMES_1, 0), value); in GenUnsafePut() local
2352 __ movq(temp_mask, Immediate(mask)); in SwapBits64() local
2353 __ movq(temp, reg); in SwapBits64() local
2522 __ movq(tmp, src.AsRegister<CpuRegister>()); in GenOneBit() local
2528 __ movq(tmp, Address(CpuRegister(RSP), src.GetStackIndex())); in GenOneBit() local
2535 __ movq(out, tmp); in GenOneBit() local