5 long long rs
, ach
, acl
, dsp
;
6 long long result
, resulth
, resultl
;
24 : "+r"(dsp
), "+r"(ach
), "+r"(acl
)
28 if ((dsp
!= result
) || (ach
!= resulth
) || (acl
!= resultl
)) {
29 printf("mthlip wrong\n");
50 : "+r"(dsp
), "+r"(ach
), "+r"(acl
)
54 if ((dsp
!= result
) || (ach
!= resulth
) || (acl
!= resultl
)) {
55 printf("mthlip wrong\n");