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

  /external/google-breakpad/src/third_party/libdisasm/
ia32_operand.c 40 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 == 4) ? 4 : 2
383 unsigned int addr_meth, op_type, op_size, gen_regs; local
    [all...]
ia32_insn.c 90 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...]
ia32_invariant.c 144 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;
libdis.h 501 unsigned char op_size; /* default operand size : 2 or 4 */ member in struct:__anon9658
    [all...]
  /art/compiler/dex/quick/
gen_loadstore.cc 56 OpSize op_size; local
58 op_size = kReference;
60 op_size = k64;
62 op_size = k32;
64 LoadBaseDisp(TargetPtrReg(kSp), SRegOffset(rl_src.s_reg_low), r_dest, op_size, kNotVolatile); local
mir_to_lir.cc 196 OpSize op_size = rl_dest.wide ? k64 : (rl_dest.ref ? kReference : k32); local
197 LoadBaseDisp(TargetPtrReg(kSp), offset, rl_dest.reg, op_size, kNotVolatile); local
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 488 Dwarf_Value op_size; local
492 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&op_size));
543 go += op_size.u32;
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 479 unsigned char op_size;
1016 unsigned int op_size() {
  /external/v8/src/ia32/
disasm-ia32.cc 677 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local
678 return 2 + op_size; // includes 0x0F
    [all...]
  /external/v8/src/x87/
disasm-x87.cc 677 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local
678 return 2 + op_size; // includes 0x0F
    [all...]

Completed in 267 milliseconds