Lines Matching full:instruction
41 // Get the size of a thumb2 instruction in bytes.
90 // Work out the return PC. This will be the address of the instruction
91 // following the faulting ldr/str instruction. This is in thumb mode so
92 // the instruction might be a 16 or 32 bit one. Also, the GC map always
95 // Need to work out the size of the instruction that caused the exception.
114 // the load/store instruction that might cause the fault. However the mapping table has
118 // Need to work out the size of the instruction that caused the exception.
130 // A suspend check is done using the following instruction sequence:
132 // .. some intervening instruction
154 // Second instruction is not good, not ours.
158 // The first instruction can a little bit up the stream due to load hoisting
169 ptr1 -= 2; // Min instruction size is 2 bytes.
175 // will resume the instruction (current PC + 2). PC points to the
176 // ldr r0,[r0,#0] instruction (r0 will be 0, set by the trigger).
196 // minus the overflow region size (16K typically). The instruction sequence
202 // The second instruction will fault if r12 is inside the protected region