Searched refs:DIV_OPCODE (Results 1 – 10 of 10) sorted by relevance
/hardware/google/apf/ |
D | apf.h | 142 #define DIV_OPCODE 9 // Divide, e.g. "div R0,5" macro
|
D | disassembler.c | 63 [DIV_OPCODE] = "div", 234 case DIV_OPCODE: in apf_disassemble() 240 } else if (!imm && opcode == DIV_OPCODE) { in apf_disassemble()
|
D | apf_interpreter.c | 224 case DIV_OPCODE: { in accept_packet()
|
/hardware/google/apf/v4/ |
D | apf.h | 142 #define DIV_OPCODE 9 // Divide, e.g. "div R0,5" macro
|
D | apf_interpreter.c | 224 case DIV_OPCODE: { in accept_packet()
|
/hardware/google/apf/v7/ |
D | apf.h | 176 #define DIV_OPCODE 9 // Divide, e.g. "div R0,5" macro
|
D | apf_interpreter.c | 232 #define DIV_OPCODE 9 /* Divide, e.g. "div R0,5" */ macro 865 case DIV_OPCODE: { /* see above comment! */ in do_apf_run()
|
D | apf_interpreter_source.c | 319 case DIV_OPCODE: { // see above comment! in do_apf_run()
|
/hardware/google/apf/devtools/ |
D | apf_interpreter.c | 232 #define DIV_OPCODE 9 /* Divide, e.g. "div R0,5" */ macro 865 case DIV_OPCODE: { /* see above comment! */ in do_apf_run()
|
/hardware/google/apf/v6/ |
D | apf_interpreter.c | 232 #define DIV_OPCODE 9 /* Divide, e.g. "div R0,5" */ macro 855 case DIV_OPCODE: { /* see above comment! */ in do_apf_run()
|