From 8d625cf1d159b313daefec13abc637c3e8862bd5 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 19 Mar 2010 13:02:02 -0700 Subject: tcg: Allow target-specific implementation of EQV. Signed-off-by: Richard Henderson Signed-off-by: Aurelien Jarno --- tcg/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcg/README') diff --git a/tcg/README b/tcg/README index 281c1143f3..fe8c3d5d8f 100644 --- a/tcg/README +++ b/tcg/README @@ -213,7 +213,7 @@ t0=t1&~t2 * eqv_i32/i64 t0, t1, t2 -t0=~(t1^t2) +t0=~(t1^t2), or equivalently, t0=t1^~t2 * nand_i32/i64 t0, t1, t2 -- cgit v1.2.1