Lines Matching refs:c
37 __uint128_t a,b,c; in test_add() member
40 prm.a = prm.b = prm.c = 21; in test_add()
47 : [v3] "=Q" (prm.c) in test_add()
50 report(prm.c == 42, "adding 21"); in test_add()
58 __uint128_t a,b,c; in test_ext1_nand() member
73 : [v3] "=Q" (prm.c) in test_ext1_nand()
76 report(!prm.c, "nand ff"); in test_ext1_nand()
84 __uint128_t a,b,c; in test_bcd_add() member
92 prm.c = 0; in test_bcd_add()
100 : [v3] "=Q" (prm.c) in test_bcd_add()
103 report(prm.c == 0x42c, "bcd add 21"); in test_bcd_add()