On 2013-02-13 22:23, Hurugalawadi, Naveen wrote:
bove
+(define_insn "*andsi3_compare0_uxtw"
+  [(set (reg:CC_NZ CC_REGNUM)
+       (compare:CC_NZ
+        (and:SI (match_operand:SI 1 "register_operand" "%r,r")
+                (match_operand:SI 2 "aarch64_logical_operand" "r,K"))
+        (const_int 0)))
+   (set (match_operand:DI 0 "register_operand" "=r,r")
+       (zero_extend:DI (plus:SI (match_dup 1) (match_dup 2))))]

PLUS?


r~

Reply via email to