OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OP_R
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/third_party/libdisasm/
ia32_insn.h
234
#define
OP_R
0x001 /* operand is READ */
236
#define OP_RW 0x003 /* (
OP_R
|OP_W): convenience macro */
/toolchain/binutils/binutils-2.25/opcodes/
i386-dis.c
79
static void
OP_R
(int, int);
263
#define Rd {
OP_R
, d_mode }
264
#define Rdq {
OP_R
, dq_mode }
265
#define Rm {
OP_R
, m_mode }
430
#define MaskR {
OP_R
, mask_mode }
[
all
...]
Completed in 187 milliseconds