Lines Matching refs:modrm_mod
510 .modrm_mod = ctxt->modrm_mod,
1322 ctxt->modrm_mod = (ctxt->modrm & 0xc0) >> 6;
1327 if (ctxt->modrm_mod == 3 || (ctxt->d & NoMod)) {
1358 switch (ctxt->modrm_mod) {
1390 if (ctxt->modrm_mod != 0)
1398 (ctxt->modrm_rm == 6 && ctxt->modrm_mod != 0))
1409 if ((base_reg & 7) == 5 && ctxt->modrm_mod == 0)
1421 } else if ((ctxt->modrm_rm & 7) == 5 && ctxt->modrm_mod == 0) {
1430 switch (ctxt->modrm_mod) {