Lines Matching full:instruction
60 r7 rINST first 16-bit code unit of current instruction
61 r8 rIBASE interpreted instruction base pointer, used for computed goto
64 one instruction to make instruction-counting easier. They MUST NOT alter
104 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
109 * Fetch the next instruction from the specified offset. Advances rPC
110 * to point to the next instruction. "_count" is in 16-bit code units.
130 * Fetch the next instruction from an offset specified by _reg. Updates
131 * rPC to point to the next instruction. "_reg" must specify the distance
158 * Put the instruction's opcode field into the specified register.
163 * Put the prefetched instruction's opcode field into the specified register.