Lines Matching +full:cpu +full:- +full:viewed
1 /* SPDX-License-Identifier: GPL-2.0-only */
32 /* We need a run-time check to determine str_pc_offset */
41 long cpsr = regs->ARM_cpsr; in bx_write_pc()
49 regs->ARM_cpsr = cpsr; in bx_write_pc()
50 regs->ARM_pc = pcv; in bx_write_pc()
62 /* We need run-time testing to determine if load_write_pc() should interwork. */
73 regs->ARM_pc = pcv; in load_write_pc()
90 /* We could be an ARMv6 binary on ARMv7 hardware so we need a run-time check. */
101 regs->ARM_pc = pcv; in alu_write_pc()
118 * viewed as an array of these and declared like:
140 * Instruction decoding jumps to parsing the new sub-table 'table'.
183 * These are used to specify what kind of CPU register is encoded in each of the
239 #define DECODE_TYPE_MASK ((1 << DECODE_TYPE_BITS) - 1)
250 REG_TYPE_NOPCWB, /* No PC if load/store write-back flag also set */