Searched refs:mode_bits (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86id.c318 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
385 x86_finalize_common(x86_common *common, const x86_insn_info *info, unsigned int mode_bits) argument
631 unsigned int mode_bits = id_insn->mode_bits; local
1067 unsigned int mode_bits = id_insn->mode_bits; local
[all...]
H A Dx86bc.c293 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
[all...]
H A Dx86arch.c67 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
[all...]
H A Dx86arch.h105 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
H A Dx86regtmod.gperf280 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) {

Completed in 151 milliseconds