• Home
  • Raw
  • Download

Lines Matching defs:cmp

336   __ cmp(op1, ShifterOperand(op2));  in GenMinMax()  local
715 __ cmp(temp_lo, ShifterOperand(0)); in GenUnsafePut() local
894 __ cmp(tmp_lo, ShifterOperand(1), EQ); in GenCas() local
976 __ cmp(idx, ShifterOperand(temp)); in VisitStringCharAt() local
1006 __ cmp(argument, ShifterOperand(0)); in VisitStringCompareTo() local
1067 __ cmp(temp, ShifterOperand(temp1)); in VisitStringEquals() local
1074 __ cmp(temp, ShifterOperand(temp1)); in VisitStringEquals() local
1080 __ cmp(str, ShifterOperand(arg)); in VisitStringEquals() local
1094 __ cmp(out, ShifterOperand(temp2)); in VisitStringEquals() local
1140 __ cmp(char_reg, ShifterOperand(tmp_reg)); in GenerateVisitStringIndexOf() local
1220 __ cmp(byte_array, ShifterOperand(0)); in VisitStringNewStringFromBytes() local
1274 __ cmp(string_to_copy, ShifterOperand(0)); in VisitStringNewStringFromString() local
1327 __ cmp(temp, ShifterOperand(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
1329 __ cmp(temp, ShifterOperand(length.AsRegister<Register>())); in CheckPosition() local
1341 __ cmp(temp, ShifterOperand(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
1343 __ cmp(temp, ShifterOperand(length.AsRegister<Register>())); in CheckPosition() local
1354 __ cmp(pos_reg, ShifterOperand(0)); in CheckPosition() local
1364 __ cmp(temp, ShifterOperand(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
1366 __ cmp(temp, ShifterOperand(length.AsRegister<Register>())); in CheckPosition() local
1410 __ cmp(src, ShifterOperand(dest)); in VisitSystemArrayCopy() local
1419 __ cmp(src, ShifterOperand(dest)); in VisitSystemArrayCopy() local
1422 __ cmp(dest_pos.AsRegister<Register>(), ShifterOperand(src_pos_constant)); in VisitSystemArrayCopy() local
1427 __ cmp(src, ShifterOperand(dest)); in VisitSystemArrayCopy() local
1432 __ cmp(src_pos.AsRegister<Register>(), ShifterOperand(dest_pos_constant)); in VisitSystemArrayCopy() local
1434 __ cmp(src_pos.AsRegister<Register>(), ShifterOperand(dest_pos.AsRegister<Register>())); in VisitSystemArrayCopy() local
1456 __ cmp(length.AsRegister<Register>(), ShifterOperand(0)); in VisitSystemArrayCopy() local
1519 __ cmp(temp1, ShifterOperand(temp2)); in VisitSystemArrayCopy() local
1584 __ cmp(temp1, ShifterOperand(temp3)); in VisitSystemArrayCopy() local
1589 __ cmp(temp1, ShifterOperand(temp3)); in VisitSystemArrayCopy() local
1987 __ cmp(src_ptr, ShifterOperand(src_ptr_end)); in VisitStringGetCharsNoCheck() local