Home | History | Annotate | Download | only in arm

Lines Matching refs:IP

1261     CHECK(rn != IP);
1263 mvn(IP, shifter_op, cond);
1264 add(rd, rn, ShifterOperand(IP), cond);
1266 mvn(IP, shifter_op, cond);
1267 sub(rd, rn, ShifterOperand(IP), cond);
1269 movw(IP, Low16Bits(value), cond);
1272 movt(IP, value_high, cond);
1274 add(rd, rn, ShifterOperand(IP), cond);
1288 CHECK(rn != IP);
1290 mvn(IP, shifter_op, cond);
1291 adds(rd, rn, ShifterOperand(IP), cond);
1293 mvn(IP, shifter_op, cond);
1294 subs(rd, rn, ShifterOperand(IP), cond);
1296 movw(IP, Low16Bits(value), cond);
1299 movt(IP, value_high, cond);
1301 adds(rd, rn, ShifterOperand(IP), cond);
1331 CHECK(base != IP);
1332 LoadImmediate(IP, offset, cond);
1333 add(IP, IP, ShifterOperand(base), cond);
1334 base = IP;
1370 CHECK_NE(base, IP);
1371 LoadImmediate(IP, offset, cond);
1372 add(IP, IP, ShifterOperand(base), cond);
1373 base = IP;
1388 CHECK_NE(base, IP);
1389 LoadImmediate(IP, offset, cond);
1390 add(IP, IP, ShifterOperand(base), cond);
1391 base = IP;
1407 CHECK(reg != IP);
1408 CHECK(base != IP);
1409 LoadImmediate(IP, offset, cond);
1410 add(IP, IP, ShifterOperand(base), cond);
1411 base = IP;
1441 CHECK_NE(base, IP);
1442 LoadImmediate(IP, offset, cond);
1443 add(IP, IP, ShifterOperand(base), cond);
1444 base = IP;
1459 CHECK_NE(base, IP);
1460 LoadImmediate(IP, offset, cond);
1461 add(IP, IP, ShifterOperand(base), cond);
1462 base = IP;