Lines Matching refs:rep
471 struct x86_decode *ins), int rep) in string_rep() argument
477 if ((PREFIX_REP == rep) && !get_ZF(env)) { in string_rep()
480 if ((PREFIX_REPN == rep) && get_ZF(env)) { in string_rep()
501 if (decode->rep) { in exec_ins()
524 if (decode->rep) { in exec_outs()
552 if (decode->rep) { in exec_movs()
583 if (decode->rep) { in exec_cmps()
584 string_rep(env, decode, exec_cmps_single, decode->rep); in exec_cmps()
608 if (decode->rep) { in exec_stos()
634 if (decode->rep) { in exec_scas()
635 string_rep(env, decode, exec_scas_single, decode->rep); in exec_scas()
657 if (decode->rep) { in exec_lods()