Home | History | Annotate | Download | only in apf

Lines Matching defs:opcode

27 static void print_opcode(const char* opcode) {
28 printf("%-6s", opcode);
31 // Mapping from opcode number to opcode name.
85 const uint32_t opcode = EXTRACT_OPCODE(bytecode);
86 #define PRINT_OPCODE() print_opcode(opcode_names[opcode])
101 switch (opcode) {
139 if (opcode == JNEBS_OPCODE) {
209 // Unknown opcode
211 printf("unknown %u", opcode);