Home | History | Annotate | Download | only in Thumb2

Lines Matching refs:checkValue

1167                               int checkValue)
1171 if ((LOWREG(reg)) && (checkValue == 0) &&
1177 modImm = modifiedImmediate(checkValue);
1178 if (LOWREG(reg) && ((checkValue & 0xff) == checkValue)) {
1179 newLIR2(cUnit, kThumbCmpRI8, reg, checkValue);
1184 loadConstant(cUnit, tReg, checkValue);