Searched refs:bt_val (Results 1 – 1 of 1) sorted by relevance
1795 int bt_val = ba_val ^ bb_val; in ExecuteGeneric() local1796 bt_val = bt_val << (31 - bt); // shift bit to correct destination in ExecuteGeneric()1798 condition_reg_ |= bt_val; in ExecuteGeneric()1807 int bt_val = 1 - (ba_val ^ bb_val); in ExecuteGeneric() local1808 bt_val = bt_val << (31 - bt); // shift bit to correct destination in ExecuteGeneric()1810 condition_reg_ |= bt_val; in ExecuteGeneric()