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

  /external/google-breakpad/src/third_party/libdisasm/
ia32_modrm.c 123 ea->disp_size = sizeof(int32_t);
192 ea->disp_size = sizeof(char);
197 ea->disp_size = sizeof(short);
251 ea->disp_size = sizeof(int32_t);
284 ea->disp_size = sizeof(char);
292 ea->disp_size = insn->addr_size;
x86_format.c 40 if ( ea->disp_size && ea->disp ) { \
224 if ( ea->disp_size ) {
228 if ( ea->disp_size > 1 && ! ea->disp_sign ) {
257 (ea->disp_size && ! ea->disp_sign) ) {
267 if ( ea->disp_size && ! ea->disp_sign )
273 if ( ea->disp_size || (! ea->index.name[0] &&
    [all...]
libdis.h 146 char disp_size; /* 0, 1, 2, 4 */ member in struct:__anon19780
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_common_defs.h 288 uint32_t disp_size; member in union:__anon42133::__anon42138
vc1parse.c 148 result = viddec_pm_get_bits(ctxt, &sh.disp_size, 29);
  /art/compiler/utils/x86/
assembler_x86.h 115 int disp_size = sizeof(disp); local
116 memmove(&encoding_[length_], &disp, disp_size);
117 length_ += disp_size;
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 151 intptr_t disp_size = sizeof(disp); local
152 memmove(&encoding_[length_], &disp, disp_size);
153 length_ += disp_size;
    [all...]
IceTargetLoweringX8664Traits.h 157 intptr_t disp_size = sizeof(disp); local
158 memmove(&encoding_[length_], &disp, disp_size);
159 length_ += disp_size;
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 142 int disp_size = sizeof(disp); local
143 memmove(&encoding_[length_], &disp, disp_size);
144 length_ += disp_size;
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 96 char disp_size;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c 365 char disp_size[] =
363 char disp_size[] = variable
    [all...]
tc-i386.c 7124 disp_size (unsigned int n) function
    [all...]

Completed in 413 milliseconds