OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OP_SIGNED
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
cr16.h
219
#define
OP_SIGNED
(1 << 1)
crx.h
227
#define
OP_SIGNED
(1 << 1)
/external/google-breakpad/src/third_party/libdisasm/
ia32_insn.h
116
/* Using a mask allows us to store info such as
OP_SIGNED
in the
243
#define
OP_SIGNED
0x010 /* operand is signed */
Completed in 667 milliseconds