Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c207 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS in push_inst()
208 || (delay_slot & DST_INS_MASK) == MOVABLE_INS in push_inst()
209 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f)); in push_inst()
1347 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SE… in sljit_emit_jump()
1357 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SE… in sljit_emit_jump()
1366 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump()
1413 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_ijump()
DsljitLir.c239 # define DST_INS_MASK 0xff macro