Home | History | Annotate | Download | only in sljit

Lines Matching refs:DST_INS_MASK

187 	SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS
188 || (delay_slot & DST_INS_MASK) == MOVABLE_INS
189 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f));
1330 if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SET))
1340 if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SET))
1348 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
1378 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)