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

  /external/pcre/dist/sljit/
sljitNativeSPARC_common.c 220 if (jump->flags & IS_MOVABLE) {
238 if (jump->flags & IS_MOVABLE) {
    [all...]
sljitNativeMIPS_common.c 252 if (jump->flags & IS_MOVABLE) {
288 if ((jump->flags & IS_MOVABLE) && (target_addr & ~0xfffffff) == ((jump->addr + 2 * sizeof(sljit_ins)) & ~0xfffffff)) {
309 if ((jump->flags & IS_MOVABLE) && (target_addr & ~0xfffffff) == (jump->addr & ~0xfffffff)) {
    [all...]
sljitLir.c 178 # define IS_MOVABLE 0x004
212 # define IS_MOVABLE 0x04
    [all...]

Completed in 407 milliseconds