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

  /external/pcre/dist/
pcre_jit_compile.c     [all...]
  /external/pcre/dist/sljit/
sljitNativePPC_common.c     [all...]
sljitLir.h     [all...]
sljitNativeSPARC_32.c 96 case SLJIT_ADD:
sljitNativePPC_32.c 97 case SLJIT_ADD:
sljitNativeSPARC_common.c 900 case SLJIT_ADD:
    [all...]
sljitNativeARM_64.c 530 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB)
563 case SLJIT_ADD:
566 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg));
716 case SLJIT_ADD:
    [all...]
sljitNativeARM_32.c 908 FAIL_IF(emit_op(compiler, SLJIT_ADD, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, compiler->local_size));
    [all...]
sljitLir.c 606 case SLJIT_ADD: \
    [all...]
sljitNativeARM_T2_32.c 544 case SLJIT_ADD:
729 case SLJIT_ADD:
    [all...]
sljitNativeTILEGX_64.c     [all...]
sljitNativeMIPS_32.c 153 case SLJIT_ADD:
sljitNativeMIPS_64.c 245 case SLJIT_ADD:
sljitNativeMIPS_common.c     [all...]
sljitNativePPC_64.c 216 case SLJIT_ADD:
sljitNativeX86_common.c     [all...]

Completed in 156 milliseconds