Searched refs:DST_INS_MASK (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c187 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)
H A DsljitLir.c225 # define DST_INS_MASK 0xff macro

Completed in 61 milliseconds