HomeSort by relevance Sort by last modified time
    Searched refs:EXTRACT_OPCODE (Results 1 - 3 of 3) sorted by null

  /hardware/google/apf/
apf.h 159 #define EXTRACT_OPCODE(i) (((i) >> 3) & 31)
apf_disassembler.c 85 const uint32_t opcode = EXTRACT_OPCODE(bytecode);
apf_interpreter.c 88 const uint32_t opcode = EXTRACT_OPCODE(bytecode);

Completed in 1997 milliseconds