Home | History | Annotate | Download | only in out

Lines Matching full:_offset

107  * Adjust the program counter.  "_offset" is a signed int, in 16-bit units.
116 # define ADJUST_PC(_offset) do { \
117 int myoff = _offset; /* deref only once */ \
133 # define ADJUST_PC(_offset) do { \
134 pc += _offset; \
295 #define FETCH(_offset) (pc[(_offset)])
472 #define FINISH(_offset) { \
473 ADJUST_PC(_offset); \