Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dvis_helper.c68 #define VIS_L64(n) l[1 - (n)] macro
77 #define VIS_L64(n) l[n] macro
360 r |= (s1.VIS_L64(i) <= s2.VIS_L64(i)) << i; in helper_fcmpule32()
593 int64_t t = (int64_t)(int32_t)s1.VIS_L64(i) << (s2.VIS_L64(i) % 32); in helper_fslas32()
596 r.VIS_L64(i) = t; in helper_fslas32()