OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JGT_OPCODE
(Results
1 - 3
of
3
) sorted by null
/hardware/google/apf/
apf.h
143
#define
JGT_OPCODE
17 // Compare greater than and branch, e.g. "jgt R0,5,label"
apf_disassembler.c
49
[
JGT_OPCODE
] = "jgt",
120
case
JGT_OPCODE
:
apf_interpreter.c
152
case
JGT_OPCODE
:
176
case
JGT_OPCODE
:
Completed in 326 milliseconds