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

  /external/compiler-rt/lib/msandr/
msandr.cc 249 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/
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;
  /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/v8/src/ia32/
disasm-ia32.cc 673 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local
674 return 2 + op_size; // includes 0x0F
    [all...]

Completed in 86 milliseconds