tcg/i386: Optimize cmpsel with constant 0 operand 3. These can be simplified to and/andc, avoiding the load of the zero into a register. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>