Lines Matching defs:add
307 __ add(out_reg, in_reg, ShifterOperand(mask)); in GenAbsInteger() local
551 __ add(IP, base, ShifterOperand(offset)); in GenUnsafeGet() local
710 __ add(IP, base, ShifterOperand(offset)); in GenUnsafePut() local
718 __ add(IP, base, ShifterOperand(offset)); in GenUnsafePut() local
860 __ add(tmp_ptr, base, ShifterOperand(offset)); in GenCas() local
979 __ add(array_temp, obj, ShifterOperand(value_offset.Int32Value())); // array_temp := str.value. in VisitStringCharAt() local
1096 __ add(temp1, temp1, ShifterOperand(sizeof(uint32_t))); in VisitStringEquals() local
1561 __ add(temp1, src, ShifterOperand(src_pos.AsRegister<Register>(), LSL, 2)); in VisitSystemArrayCopy() local
1569 __ add(temp2, dest, ShifterOperand(dest_pos.AsRegister<Register>(), LSL, 2)); in VisitSystemArrayCopy() local
1577 __ add(temp3, temp1, ShifterOperand(length.AsRegister<Register>(), LSL, 2)); in VisitSystemArrayCopy() local
1976 __ add(src_ptr, srcObj, ShifterOperand(value_offset)); in VisitStringGetCharsNoCheck() local
1977 __ add(src_ptr_end, src_ptr, ShifterOperand(srcEnd, LSL, 1)); in VisitStringGetCharsNoCheck() local
1978 __ add(src_ptr, src_ptr, ShifterOperand(srcBegin, LSL, 1)); in VisitStringGetCharsNoCheck() local
1981 __ add(dst_ptr, dstObj, ShifterOperand(data_offset)); in VisitStringGetCharsNoCheck() local
1982 __ add(dst_ptr, dst_ptr, ShifterOperand(dstBegin, LSL, 1)); in VisitStringGetCharsNoCheck() local