Lines Matching +full:cpu +full:- +full:viewed
39 /* We need a run-time check to determine str_pc_offset */
63 it |= it >> (27 - 10); /* Carry ITSTATE<2> to correct place */ in it_advance()
73 long cpsr = regs->ARM_cpsr; in bx_write_pc()
81 regs->ARM_cpsr = cpsr; in bx_write_pc()
82 regs->ARM_pc = pcv; in bx_write_pc()
94 /* We need run-time testing to determine if load_write_pc() should interwork. */
105 regs->ARM_pc = pcv; in load_write_pc()
122 /* We could be an ARMv6 binary on ARMv7 hardware so we need a run-time check. */
133 regs->ARM_pc = pcv; in alu_write_pc()
150 * viewed as an array of these and declared like:
172 * Instruction decoding jumps to parsing the new sub-table 'table'.
215 * These are used to specify what kind of CPU register is encoded in each of the
271 #define DECODE_TYPE_MASK ((1 << DECODE_TYPE_BITS) - 1)
282 REG_TYPE_NOPCWB, /* No PC if load/store write-back flag also set */