Searched refs:bit31 (Results 1 – 1 of 1) sorted by relevance
905 uint32_t bit31, bit30; in exec_ror() local914 bit31 = (res >> 31) & 1; in exec_ror()917 SET_FLAGS_OxxxxC(env, bit30 ^ bit31, bit31); in exec_ror()986 uint32_t bit0, bit31; in exec_rol() local996 bit31 = (res >> 31); in exec_rol()998 SET_FLAGS_OxxxxC(env, bit0 ^ bit31, bit0); in exec_rol()