Searched refs:GET_ARG (Results 1 – 2 of 2) sorted by relevance
333 #define GET_ARG(pc) ((WORD)(((pc)[0] << 8) | (pc)[1])) macro339 #define GET_OFFSET(pc) GET_ARG(pc)2472 matchCh = GET_ARG(pc); in SimpleMatch()2481 matchCh = GET_ARG(pc); in SimpleMatch()2594 matchCh2 = GET_ARG(pc); in ExecuteREBytecode()2596 k = GET_ARG(pc); in ExecuteREBytecode()2621 matchCh1 = GET_ARG(pc); in ExecuteREBytecode()2623 matchCh2 = GET_ARG(pc); in ExecuteREBytecode()