Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A 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()
1299 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SE… in sljit_emit_jump()
1309 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SE… in sljit_emit_jump()
1318 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump()
1365 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_ijump()
H A DsljitLir.c246 # define DST_INS_MASK 0xff macro

Completed in 17 milliseconds