Lines Matching refs:modrm_mod
473 .modrm_mod = ctxt->modrm_mod,
1187 ctxt->modrm_mod = (ctxt->modrm & 0xc0) >> 6;
1192 if (ctxt->modrm_mod == 3 || (ctxt->d & NoMod)) {
1223 switch (ctxt->modrm_mod) {
1255 if (ctxt->modrm_mod != 0)
1263 (ctxt->modrm_rm == 6 && ctxt->modrm_mod != 0))
1274 if ((base_reg & 7) == 5 && ctxt->modrm_mod == 0)
1286 } else if ((ctxt->modrm_rm & 7) == 5 && ctxt->modrm_mod == 0) {
1295 switch (ctxt->modrm_mod) {