Home
last modified time | relevance | path

Searched refs:INSTRUCTION_ENUM (Results 1 – 1 of 1) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h40 #define INSTRUCTION_ENUM(opcode, cname, ...) OP_##cname = (opcode), macro
42 DEX_INSTRUCTION_LIST(INSTRUCTION_ENUM)
44 #undef INSTRUCTION_ENUM