Lines Matching full:flipped
5 * Check if thread endianness is flipped inadvertently to BE on trap
27 * endianness "flipped back" to the native endianness (BE).
77 * event that endianness is flipped by the bug, so just in trap_signal_handler()
80 * flipped or not. in trap_signal_handler()
87 * endianness was still LE (not flipped inadvertently) in trap_signal_handler()
96 * advertently flipped, instruction (1) is tread as a in trap_signal_handler()
102 * flipped or not after the return from the second trap in trap_signal_handler()
103 * event. If endianness is flipped, the bug is present. in trap_signal_handler()
119 * Thread endianness is BE, so it flipped in trap_signal_handler()
160 * flipped back to BE on return from the second trap in trap_signal_handler()
216 " b %l[failure] ;" /* (5) b [NA]; MSR.LE flipped (bug) */ in ping()