Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dsimulator-ppc.cc1795 int bt_val = ba_val ^ bb_val; in ExecuteGeneric() local
1796 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() local
1808 bt_val = bt_val << (31 - bt); // shift bit to correct destination in ExecuteGeneric()
1810 condition_reg_ |= bt_val; in ExecuteGeneric()