Lines Matching refs:recompile_bit
1699 int recompile_bit = (trap_state & DS_RECOMPILE_BIT);
1700 trap_state -= recompile_bit;
1712 int recompile_bit = (trap_state & DS_RECOMPILE_BIT);
1713 trap_state -= recompile_bit;
1727 int recompile_bit = (trap_state & DS_RECOMPILE_BIT);
1728 trap_state -= recompile_bit;
1730 return trap_state + recompile_bit; // already at state lattice bottom
1732 return trap_state + recompile_bit; // the condition is already true
1734 return reason + recompile_bit; // no condition has yet been true
1736 return DS_REASON_MASK + recompile_bit; // fall to state lattice bottom