Home | History | Annotate | Download | only in jit

Lines Matching refs:isOperandConstantImmediateInt

89     if (isOperandConstantImmediateInt(op2)) {
90 // isOperandConstantImmediateInt(op2) => 1 SlowCase
126 if (isOperandConstantImmediateInt(op2)) {
159 if (isOperandConstantImmediateInt(op2)) {
176 if (!isOperandConstantImmediateInt(op1))
192 if (isOperandConstantImmediateInt(op2)) {
216 if (!isOperandConstantImmediateInt(op1)) {
274 if (isOperandConstantImmediateInt(op2)) {
279 } else if (isOperandConstantImmediateInt(op1)) {
316 if (isOperandConstantImmediateInt(op2)) {
342 } else if (isOperandConstantImmediateInt(op1)) {
427 if (isOperandConstantImmediateInt(op2)) {
432 } else if (isOperandConstantImmediateInt(op1)) {
469 if (isOperandConstantImmediateInt(op2)) {
495 } else if (isOperandConstantImmediateInt(op1)) {
580 if (isOperandConstantImmediateInt(op2)) {
585 } else if (isOperandConstantImmediateInt(op1)) {
623 if (isOperandConstantImmediateInt(op2)) {
649 } else if (isOperandConstantImmediateInt(op1)) {
721 if (isOperandConstantImmediateInt(op1)) {
728 } else if (isOperandConstantImmediateInt(op2)) {
750 if (isOperandConstantImmediateInt(op1)) {
755 } else if (isOperandConstantImmediateInt(op2)) {
1070 if (isOperandConstantImmediateInt(op1)) {
1075 } else if (isOperandConstantImmediateInt(op2)) {
1096 bool op1HasImmediateIntFastCase = isOperandConstantImmediateInt(op1);
1097 bool op2HasImmediateIntFastCase = !op1HasImmediateIntFastCase && isOperandConstantImmediateInt(op2);
1110 if (isOperandConstantImmediateInt(op1) && ((value = getConstantOperandImmediateInt(op1)) > 0)) {
1115 } else if (isOperandConstantImmediateInt(op2) && ((value = getConstantOperandImmediateInt(op2)) > 0)) {
1133 bool op1HasImmediateIntFastCase = isOperandConstantImmediateInt(op1) && getConstantOperandImmediateInt(op1) > 0;
1134 bool op2HasImmediateIntFastCase = !op1HasImmediateIntFastCase && isOperandConstantImmediateInt(op2) && getConstantOperandImmediateInt(op2) > 0;
1149 } else if (isOperandConstantImmediateInt(op1)) {
1168 } else if (isOperandConstantImmediateInt(op2)) {
1203 if (!isOperandConstantImmediateDouble(op1) && !isOperandConstantImmediateInt(op1)) {
1207 if (!isOperandConstantImmediateDouble(op2) && !isOperandConstantImmediateInt(op2)) {