Searched refs:EXTRACT_OPCODE (Results 1 – 3 of 3) sorted by relevance
169 #define EXTRACT_OPCODE(i) (((i) >> 3) & 31) macro
81 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in apf_disassemble()
98 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in accept_packet()