Searched defs:GET_OPCODE (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ | ||
D | lopcodes.h | 89 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) macro |
/external/pcre/dist2/src/sljit/ | ||
D | sljitLir.c | 98 #define GET_OPCODE(op) \ macro |