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

/external/compiler-rt/lib/msandr/
H A Dmsandr.cc249 opnd_size_t op_size = opnd_get_size(op); local
250 CHECK(op_size != OPSZ_NA);
251 uint access_size = opnd_size_in_bytes(op_size);
254 mov_st(drcontext, opnd_create_base_disp(R1, DR_REG_NULL, 0, 0, op_size),
255 opnd_create_immed_int((ptr_int_t) 0, op_size)));
/external/qemu/elff/
H A Ddwarf_cu.cc488 Dwarf_Value op_size; local
492 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&op_size));
543 go += op_size.u32;
/external/v8/src/ia32/
H A Ddisasm-ia32.cc673 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local
674 return 2 + op_size; // includes 0x0F

Completed in 91 milliseconds