Searched refs:op_size (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
H A Dia32_operand.c40 unsigned int addr_meth, size_t op_size,
135 op_size);
138 op_size);
140 size = op_size;
147 if ( op_size == 1 ) {
156 &op->data.relative_far, op_size );
158 size = op_size;
248 size = (insn->op_size == 4) ? 2 : 1;
253 size = (insn->op_size == 4) ? 8 : 4;
257 size = (insn->op_size
38 decode_operand_value( unsigned char *buf, size_t buf_len, x86_op_t *op, x86_insn_t *insn, unsigned int addr_meth, size_t op_size, unsigned int op_value, unsigned char modrm, size_t gen_regs ) argument
383 unsigned int addr_meth, op_type, op_size, gen_regs; local
[all...]
H A Dia32_insn.c90 insn->stack_mod_val = insn->op_size;
264 size_t size, op_size; local
273 insn->op_size = ( prefixes & PREFIX_OP_SIZE ) ? 4 : 2;
276 insn->op_size = ( prefixes & PREFIX_OP_SIZE ) ? 2 : 4;
306 op_size = ia32_decode_operand( buf, buf_len, insn, raw_insn->dest,
309 buf += op_size;
310 buf_len -= op_size;
311 size = op_size;
313 op_size = ia32_decode_operand( buf, buf_len, insn, raw_insn->src,
315 buf += op_size;
[all...]
H A Dia32_invariant.c144 unsigned int addr_size, op_size, mode_16; local
150 op_size = ( prefixes & PREFIX_OP_SIZE ) ? 4 : 2;
154 op_size = ( prefixes & PREFIX_OP_SIZE ) ? 2 : 4;
167 size = (op_size == 4) ? 2 : 1;
170 size = (op_size == 4) ? 4 : 2;
173 size = (op_size == 4) ? 6 : 4;
H A Dlibdis.h501 unsigned char op_size; /* default operand size : 2 or 4 */ member in struct:__anon6953
/external/google-breakpad/src/third_party/libdisasm/swig/
H A Dlibdisasm_oop.i479 unsigned char op_size;
1016 unsigned int op_size() {
/external/v8/src/x87/
H A Ddisasm-x87.cc663 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local
664 return 2 + op_size; // includes 0x0F
/external/v8/src/ia32/
H A Ddisasm-ia32.cc727 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local
728 return 2 + op_size; // includes 0x0F

Completed in 185 milliseconds