Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. register long test, fcsr;
  2. asm volatile(" li %0, 64ntsub %0, x0, %0ntfcvt.d.w f1, %0ntfcvt.wu.d %0,f1" : "=r"(test));
  3. asm volatile(" frcsr %0" : "=r"(fcsr));
  4. printf("result: %d %lu %lx %xn", test, test, fcsr);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement