Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c187 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS in push_inst()
188 || (delay_slot & DST_INS_MASK) == MOVABLE_INS in push_inst()
189 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f)); in push_inst()
1303 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SE… in sljit_emit_jump()
1313 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SE… in sljit_emit_jump()
1321 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump()
1351 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_ijump()
H A DsljitLir.c219 # define DST_INS_MASK 0xff macro

Completed in 16 milliseconds