HomeSort by relevance Sort by last modified time
    Searched defs:mode_bits (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 105 unsigned int mode_bits; member in struct:yasm_arch_x86
219 unsigned char addrsize; /* 0 or =mode_bits => no override */
220 unsigned char opersize; /* 0 or =mode_bits => no override */
223 unsigned char mode_bits; member in struct:x86_common
x86id.c 318 unsigned int mode_bits:8; member in struct:x86_id_insn
386 unsigned int mode_bits)
391 common->mode_bits = (unsigned char)mode_bits;
420 unsigned int mode_bits = id_insn->mode_bits; local
426 x86_finalize_common(&jmpfar->common, info, mode_bits);
461 jmpfar->common.opersize = (unsigned char)mode_bits;
507 unsigned int mode_bits = id_insn->mode_bits; local
631 unsigned int mode_bits = id_insn->mode_bits; local
1067 unsigned int mode_bits = id_insn->mode_bits; local
    [all...]

Completed in 3952 milliseconds