Searched defs:JNE_OPCODE (Results 1 – 6 of 6) sorted by relevance
/hardware/google/apf/ |
D | apf.h | 149 #define JNE_OPCODE 16 // Compare not equal and branch, e.g. "jne R0,5,label" macro
|
/hardware/google/apf/v4/ |
D | apf.h | 149 #define JNE_OPCODE 16 // Compare not equal and branch, e.g. "jne R0,5,label" macro
|
/hardware/google/apf/v7/ |
D | apf.h | 183 #define JNE_OPCODE 16 // Compare not equal and branch, e.g. "jne R0,5,label" macro
|
D | apf_interpreter.c | 239 #define JNE_OPCODE 16 /* Compare not equal and branch, e.g. "jne R0,5,label" */ macro
|
/hardware/google/apf/devtools/ |
D | apf_interpreter.c | 239 #define JNE_OPCODE 16 /* Compare not equal and branch, e.g. "jne R0,5,label" */ macro
|
/hardware/google/apf/v6/ |
D | apf_interpreter.c | 239 #define JNE_OPCODE 16 /* Compare not equal and branch, e.g. "jne R0,5,label" */ macro
|