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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c 444 x86_ea->valid_modrm = 0; /* default to not yet valid */
462 x86_ea->valid_modrm = 1;
476 x86_ea->valid_modrm = 1;
492 x86_ea->valid_modrm = 1;
510 x86_ea->valid_modrm = 1;
528 x86_ea->valid_modrm = 1;
551 x86_ea->valid_modrm = 1; /* We're done with ModRM */
643 ((x86_ea->need_modrm && !x86_ea->valid_modrm) ||
858 x86_ea->valid_modrm = 1;
    [all...]
x86bc.c 173 x86_ea->valid_modrm = 0;
195 x86_ea->valid_modrm = 0;
216 x86_ea->valid_modrm = 1;
388 (unsigned int)x86_ea->modrm, (unsigned int)x86_ea->valid_modrm,
853 if (!x86_ea->valid_modrm)
    [all...]
x86arch.h 184 * Even if valid_modrm=0, the spare bits are still valid (don't overwrite!)
188 unsigned char valid_modrm; /* 1 if Mod/RM byte currently valid, 0 if not */ member in struct:x86_effaddr

Completed in 139 milliseconds