HomeSort by relevance Sort by last modified time
    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.27/opcodes/
i386-dis.c 79 static void OP_R (int, int);
282 #define Rd { OP_R, d_mode }
283 #define Rdq { OP_R, dq_mode }
284 #define Rm { OP_R, m_mode }
449 #define MaskR { OP_R, mask_mode }
    [all...]

Completed in 323 milliseconds