OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCatCoproc
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/qtools/
opcode.cpp
20
kCatCoproc
, // OP_CDP
25
kCatCoproc
| kCatLoad, // OP_LDC
34
kCatCoproc
, // OP_MCR
37
kCatCoproc
, // OP_MRC
49
kCatCoproc
| kCatStore, // OP_STC
opcode.h
128
static const uint32_t
kCatCoproc
= 0x1000;
153
inline bool isCoproc(Opcode op) { return (opcode_flags[op] &
kCatCoproc
) != 0; }
Completed in 18 milliseconds