HomeSort by: relevance | last modified time | path
    Searched refs:DST_INS_MASK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeSPARC_common.c 193 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS
194 || (delay_slot & DST_INS_MASK) == MOVABLE_INS
195 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f));
1319 if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SET))
1329 if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SET))
1337 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
1367 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
sljitLir.c 235 # define DST_INS_MASK 0xff

Completed in 13 milliseconds