HomeSort by relevance Sort by last modified time
    Searched refs:REG_ESP_INDEX (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/third_party/libdisasm/
ia32_settings.c 10 REG_ESP_INDEX, REG_EBP_INDEX, REG_EIP_INDEX, REG_FLAGS_INDEX,
ia32_reg.h 10 #define REG_ESP_INDEX 5 /* 0 + 4 + 1 */
ia32_implicit.c 34 { OP_R | OP_W, REG_ESP_INDEX }, {0}}; /* call, ret */
168 {{ OP_R | OP_W, REG_ESP_INDEX },
198 {{ OP_R | OP_W, REG_ESP_INDEX }, {0}}; /* pop, push */
202 {{ OP_R | OP_W, REG_ESP_INDEX },
213 {{ OP_R | OP_W, REG_ESP_INDEX },
219 {{ OP_R | OP_W, REG_ESP_INDEX },
230 {{ OP_R | OP_W, REG_ESP_INDEX },
ia32_insn.c 20 (op->data.reg.id == REG_ESP_INDEX || \
21 op->data.reg.alias == REG_ESP_INDEX) )

Completed in 3767 milliseconds