Home
last modified time | relevance | path

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

/hardware/google/apf/
Dapf.h142 #define DIV_OPCODE 9 // Divide, e.g. "div R0,5" macro
Ddisassembler.c63 [DIV_OPCODE] = "div",
234 case DIV_OPCODE: in apf_disassemble()
240 } else if (!imm && opcode == DIV_OPCODE) { in apf_disassemble()
Dapf_interpreter.c224 case DIV_OPCODE: { in accept_packet()
/hardware/google/apf/v4/
Dapf.h142 #define DIV_OPCODE 9 // Divide, e.g. "div R0,5" macro
Dapf_interpreter.c224 case DIV_OPCODE: { in accept_packet()
/hardware/google/apf/v7/
Dapf.h176 #define DIV_OPCODE 9 // Divide, e.g. "div R0,5" macro
Dapf_interpreter.c232 #define DIV_OPCODE 9 /* Divide, e.g. "div R0,5" */ macro
865 case DIV_OPCODE: { /* see above comment! */ in do_apf_run()
Dapf_interpreter_source.c319 case DIV_OPCODE: { // see above comment! in do_apf_run()
/hardware/google/apf/devtools/
Dapf_interpreter.c232 #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/
Dapf_interpreter.c232 #define DIV_OPCODE 9 /* Divide, e.g. "div R0,5" */ macro
855 case DIV_OPCODE: { /* see above comment! */ in do_apf_run()