Lines Matching defs:pc
141 os << "pc";
431 uintptr_t pc = RoundDown(reinterpret_cast<intptr_t>(instr_ptr) + 4, 4);
432 uintptr_t lit_adr = U ? pc + imm32 : pc - imm32;
1355 if (Rt.r == PC && is_load && !is_word) {
1361 } else if (Rn.r == PC || U != 0u) {
1364 if (Rn.r == PC && is_half) {
1382 bool unpred = (Rt.r == SP && !is_word) || (Rt.r == PC && !is_load);
1383 if (Rn.r == PC && !is_load) {
1386 } else if (Rn.r == PC || U != 0u) {
1387 // Load/store with imm12 (load literal if Rn.r == PC; there's no store literal).
1393 } else if (Rn.r == PC) {
1408 unpred = unpred || (Rm.rm.r == SP) || (Rm.rm.r == PC);
1692 args << Rt << ", [pc, #" << (imm8 << 2) << "]";