Home
last modified time | relevance | path

Searched refs:VIS_W64 (Results 1 – 1 of 1) sorted by relevance

/qemu/target/sparc/
H A Dvis_helper.c66 #define VIS_W64(n) w[3 - (n)] macro
75 #define VIS_W64(n) w[n] macro
196 d.VIS_W64(0) = s.VIS_B32(0) << 4; in helper_fexpand()
197 d.VIS_W64(1) = s.VIS_B32(1) << 4; in helper_fexpand()
198 d.VIS_W64(2) = s.VIS_B32(2) << 4; in helper_fexpand()
199 d.VIS_W64(3) = s.VIS_B32(3) << 4; in helper_fexpand()
310 r |= (s1.VIS_W64(i) <= s2.VIS_W64(i)) << i; in helper_fcmpule16()
537 r.VIS_W64(0) = do_fchksm16(s1.VIS_W64(0), s2.VIS_W64(0)); in helper_fchksm16()
538 r.VIS_W64(1) = do_fchksm16(s1.VIS_W64(1), s2.VIS_W64(1)); in helper_fchksm16()
539 r.VIS_W64(2) = do_fchksm16(s1.VIS_W64(2), s2.VIS_W64(2)); in helper_fchksm16()
[all …]