Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dvis_helper.c37 target_ulong y_int = (rs1 >> 33) & 0x7ff; in helper_array8() local
41 target_ulong lower_y = y_int & 3; in helper_array8()
45 target_ulong middle_y = (y_int >> 2) & 15; in helper_array8()
49 target_ulong upper_y = (y_int >> 6) & ((1 << n) - 1); in helper_array8()