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

/external/pcre/dist2/src/sljit/
H A DsljitNativeSPARC_common.c191 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS
192 || (delay_slot & DST_INS_MASK) == MOVABLE_INS
193 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f));
1307 if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SET))
1317 if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SET))
1325 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
1355 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
H A DsljitLir.c219 # define DST_INS_MASK 0xff macro

Completed in 123 milliseconds