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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
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...]
x86bc.c 293 if (common->mode_bits == 64 && common->opersize == 64 &&
330 common->mode_bits = 64;
403 (unsigned int)common->mode_bits);
510 if (common->addrsize != 0 && common->addrsize != common->mode_bits)
513 ((common->mode_bits != 64 && common->opersize != common->mode_bits) ||
514 (common->mode_bits == 64 && common->opersize == 16)))
537 insn->common.mode_bits, insn->postop == X86_POSTOP_ADDRESS16,
674 jmp->common.mode_bits : jmp->common.opersize;
745 jmp->common.mode_bits : jmp->common.opersize
    [all...]
x86arch.c 67 arch_x86->mode_bits = 0;
114 if (arch_x86->mode_bits != 0)
115 return arch_x86->mode_bits;
126 if (yasm__strcasecmp(var, "mode_bits") == 0)
127 arch_x86->mode_bits = (unsigned int)val;
131 if (arch_x86->mode_bits != 64)
186 arch_x86->mode_bits = (unsigned char)lval;
199 arch_x86->mode_bits = 16;
207 arch_x86->mode_bits = 32;
215 arch_x86->mode_bits = 64
    [all...]
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
x86regtmod.gperf 280 if (type == YASM_ARCH_REG && bits != 0 && arch_x86->mode_bits != bits) {
286 if (type == YASM_ARCH_SEGREG && bits != 0 && arch_x86->mode_bits == bits) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 284 /** Set any arch-specific variables. For example, "mode_bits" in x86.
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 356 yasm_arch_set_var(cur_arch, "mode_bits",
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 655 yasm_arch_set_var(object->arch, "mode_bits", bits);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 467 yasm_arch_set_var(cur_arch, "mode_bits",
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/po/
yasm.pot 871 msgid "Invalid mode_bits in x86_get_fill"
    [all...]

Completed in 123 milliseconds