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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c 439 x86_checkea_calc_displen(x86_effaddr *x86_ea, unsigned int wordsize, int noreg,
444 x86_ea->valid_modrm = 0; /* default to not yet valid */
446 switch (x86_ea->ea.disp.size) {
459 x86_ea->ea.disp.size = wordsize;
461 x86_ea->modrm |= 0100;
462 x86_ea->valid_modrm = 1;
469 if (wordsize != x86_ea->ea.disp.size) {
475 x86_ea->modrm |= 0200;
476 x86_ea->valid_modrm = 1;
491 x86_ea->ea.disp.size = wordsize
    [all...]
x86bc.c 160 yasm_x86__ea_init(x86_effaddr *x86_ea, unsigned int spare,
163 if (yasm_value_finalize(&x86_ea->ea.disp, precbc))
166 x86_ea->modrm &= 0xC7; /* zero spare/reg bits */
167 x86_ea->modrm |= (spare << 3) & 0x38; /* plug in provided bits */
171 yasm_x86__ea_set_disponly(x86_effaddr *x86_ea)
173 x86_ea->valid_modrm = 0;
174 x86_ea->need_modrm = 0;
175 x86_ea->valid_sib = 0;
176 x86_ea->need_sib = 0;
182 x86_effaddr *x86_ea = yasm_xmalloc(sizeof(x86_effaddr)) local
226 x86_effaddr *x86_ea; local
379 const x86_effaddr *x86_ea = (const x86_effaddr *)ea; local
527 x86_effaddr *x86_ea = insn->x86_ea; local
633 x86_effaddr *x86_ea = insn->x86_ea; local
813 \/*@null@*\/ x86_effaddr *x86_ea = (x86_effaddr *)insn->x86_ea; local
    [all...]
x86arch.h 197 void yasm_x86__ea_init(x86_effaddr *x86_ea, unsigned int spare,
200 void yasm_x86__ea_set_disponly(x86_effaddr *x86_ea);
201 x86_effaddr *yasm_x86__ea_create_reg(x86_effaddr *x86_ea, unsigned long reg,
204 (x86_effaddr *x86_ea, /*@keep@*/ yasm_expr *imm, unsigned int im_len);
235 /*@null@*/ x86_effaddr *x86_ea; /* effective address */ member in struct:x86_insn
300 (x86_effaddr *x86_ea, unsigned char *addrsize, unsigned int bits,
x86id.c     [all...]

Completed in 166 milliseconds