Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c211 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS in push_inst()
212 || (delay_slot & DST_INS_MASK) == MOVABLE_INS in push_inst()
213 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f)); in push_inst()
1465 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SE… in sljit_emit_jump()
1475 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SE… in sljit_emit_jump()
1484 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump()
1531 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_ijump()
H A DsljitLir.c240 # define DST_INS_MASK 0xff macro

Completed in 24 milliseconds