Home | History | Annotate | Download | only in target-i386

Lines Matching refs:R_ECX

2075         env->regs[R_ECX] = (ctrl & (1 << 6)) ? 31 - clz32(res) : ctz32(res);
2077 env->regs[R_ECX] = 16 >> (ctrl & (1 << 0));
2113 env->regs[R_ECX] = (ctrl & (1 << 6)) ? 31 - clz32(res) : ctz32(res);
2115 env->regs[R_ECX] = 16 >> (ctrl & (1 << 0));