Home | History | Annotate | Download | only in out

Lines Matching refs:_offset

97  * Adjust the program counter.  "_offset" is a signed int, in 16-bit units.
106 # define ADJUST_PC(_offset) do { \
107 int myoff = _offset; /* deref only once */ \
123 # define ADJUST_PC(_offset) do { \
124 pc += _offset; \
277 #define FETCH(_offset) (pc[(_offset)])
449 #define FINISH(_offset) { \
450 ADJUST_PC(_offset); \
457 #define FINISH(_offset) { \
458 ADJUST_PC(_offset); \