5 long long rd
, rs
, rt
, result
;
8 rs
= 0x246856789ABCDEF0;
9 rt
= 0x123456789ABCDEF0;
10 result
= 0x091A000000000000;
12 __asm("subuh.ob %0, %1, %2\n\t"
18 printf("subuh.ob error\n");
22 rs
= 0x246856789ABCDEF0;
23 rt
= 0x1131517191B1D1F1;
24 result
= 0x1b4f2d2d51637577;
26 __asm("subuh.ob %0, %1, %2\n\t"
32 printf("subuh.ob error\n");