Lines Matching refs:instruction
235 @ Correct the PC such that it is pointing at the instruction
236 @ which caused the fault. If the faulting instruction was ARM
237 @ the PC will be pointing at the next instruction, and have to
239 @ pointing at the second half of the Thumb instruction. We
250 @ If a kprobe is about to simulate a "stmdb sp..." instruction,
259 @ the instruction, or the more conventional lr if we are to treat
260 @ this as a real undefined instruction
262 @ r0 - instruction
268 ldrh r0, [r4, #-2] @ Thumb instruction at LR - 2
269 cmp r0, #0xe800 @ 32-bit instruction if xx >= 0
517 ARM_BE8(rev16 r5, r5) @ little endian instruction
518 cmp r5, #0xe800 @ 32bit instruction if xx != 0
519 blo __und_usr_fault_16 @ 16bit undefined instruction
521 ARM_BE8(rev16 r0, r0) @ little endian instruction