HomeSort by relevance Sort by last modified time
    Searched refs:DST_INS_MASK (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/sljit/
sljitNativeSPARC_common.c 187 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS
188 || (delay_slot & DST_INS_MASK) == MOVABLE_INS
189 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f));
    [all...]
sljitLir.c 225 # define DST_INS_MASK 0xff
    [all...]

Completed in 640 milliseconds