• Home
  • Raw
  • Download

Lines Matching defs:movl

79         __ movl(target_reg, EAX);  in MoveFromReturnRegister()  local
87 __ movl(target_reg_lo, EAX); in MoveFromReturnRegister() local
90 __ movl(target_reg_hi, EDX); in MoveFromReturnRegister() local
319 __ movl(output_lo, input_hi); in VisitLongReverseBytes() local
320 __ movl(output_hi, input_lo); in VisitLongReverseBytes() local
443 __ movl(temp, input_hi); in GenAbsLong() local
447 __ movl(output_lo, temp); in GenAbsLong() local
448 __ movl(output_hi, temp); in GenAbsLong() local
632 __ movl(temp, output_lo); in GenMinMax() local
636 __ movl(temp, output_hi); in GenMinMax() local
844 __ movl(out, Immediate(bit_cast<int32_t, float>(0.5f))); in VisitMathRoundFloat() local
853 __ movl(out, Immediate(kPrimIntMax)); in VisitMathRoundFloat() local
1019 __ movl(string_length, Address(string_obj, count_offset)); in GenerateStringIndexOf() local
1029 __ movl(counter, string_length); in GenerateStringIndexOf() local
1071 __ movl(out, Immediate(-1)); in GenerateStringIndexOf() local
1178 __ movl(out_loc.AsRegister<Register>(), Address(address, 0)); in GenPeek() local
1181 __ movl(out_loc.AsRegisterPairLow<Register>(), Address(address, 0)); in GenPeek() local
1182 __ movl(out_loc.AsRegisterPairHigh<Register>(), Address(address, 4)); in GenPeek() local
1260 __ movl(Address(address, 0), in GenPoke() local
1263 __ movl(Address(address, 0), value_loc.AsRegister<Register>()); in GenPoke() local
1269 __ movl(Address(address, 0), Immediate(Low32Bits(value))); in GenPoke() local
1270 __ movl(Address(address, 4), Immediate(High32Bits(value))); in GenPoke() local
1272 __ movl(Address(address, 0), value_loc.AsRegisterPairLow<Register>()); in GenPoke() local
1273 __ movl(Address(address, 4), value_loc.AsRegisterPairHigh<Register>()); in GenPoke() local
1335 __ movl(output.AsRegister<Register>(), Address(base, offset, ScaleFactor::TIMES_1, 0)); in GenUnsafeGet() local
1349 __ movl(output_lo, Address(base, offset, ScaleFactor::TIMES_1, 0)); in GenUnsafeGet() local
1350 __ movl(output_hi, Address(base, offset, ScaleFactor::TIMES_1, 4)); in GenUnsafeGet() local
1494 __ movl(Address(base, offset, ScaleFactor::TIMES_1, 0), value_lo); in GenUnsafePut() local
1495 __ movl(Address(base, offset, ScaleFactor::TIMES_1, 4), value_hi); in GenUnsafePut() local
1498 __ movl(Address(base, offset, ScaleFactor::TIMES_1, 0), value_loc.AsRegister<Register>()); in GenUnsafePut() local
1647 __ movl(temp, reg); in SwapBits() local
1699 __ movl(temp, reg_low); in VisitLongReverse() local
1700 __ movl(reg_low, reg_high); in VisitLongReverse() local
1701 __ movl(reg_high, temp); in VisitLongReverse() local