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

  /external/pcre/dist/sljit/
sljitNativeARM_32.c 866 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0))));
868 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1))));
870 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2))));
994 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode << 5) | reg_map[src2])); \
995 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, reg_map[src2])); \
997 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (reg_map[(flags & ARGS_SWAPPED) ? src1 : src2] << 8) | (opcode << 5) | 0x10 | ((flags & ARGS_SWAPPED) ? reg_map[src2] : reg_map[src1])));
1010 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MVN_DP, dst, SLJIT_UNUSED, src2);
1011 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MOV_DP, dst, SLJIT_UNUSED, src2);
1013 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MOV_DP, dst, SLJIT_UNUSED, reg_map[src2]);
    [all...]
sljitNativeX86_32.c 287 if ((b & REG_MASK) == SLJIT_UNUSED)
300 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED)
368 else if ((b & REG_MASK) != SLJIT_UNUSED) {
369 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) {
377 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED)
469 if (dst == SLJIT_UNUSED)
sljitNativeX86_64.c 415 if ((b & REG_MASK) == SLJIT_UNUSED)
431 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED) {
512 else if ((b & REG_MASK) != SLJIT_UNUSED) {
513 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) {
521 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED)
614 if (dst == SLJIT_UNUSED)
714 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM))
sljitNativeX86_common.c 657 if (dst == SLJIT_UNUSED) {
876 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM))
1018 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM))
1064 if (dst == SLJIT_UNUSED) {
1103 if (dst == SLJIT_UNUSED) {
1145 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
    [all...]
sljitLir.c 648 ((r) == SLJIT_UNUSED || \
662 SLJIT_ASSERT((i) == 0 && (p) != SLJIT_UNUSED); \
952 if (op != SLJIT_UNUSED) {
961 if (op == SLJIT_UNUSED)
    [all...]
sljitNativeSPARC_common.c 666 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
980 if (dst == SLJIT_UNUSED)
    [all...]
sljitNativeARM_64.c     [all...]
sljitLir.h 159 /* When SLJIT_UNUSED is specified as destination, the result is discarded. */
160 #define SLJIT_UNUSED 0
231 /* Note: SLJIT_UNUSED as destination is not valid for floating point
516 /* Return from machine code. The op argument can be SLJIT_UNUSED which means the
519 is SLJIT_UNUSED, otherwise see below the description about source and
597 For destination, you can use SLJIT_UNUSED as well. */
    [all...]
sljitNativeARM_T2_32.c     [all...]
sljitNativePPC_common.c     [all...]
sljitNativeMIPS_common.c 931 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
    [all...]
sljitNativeTILEGX_64.c     [all...]
  /external/pcre/dist/
pcre_jit_compile.c     [all...]

Completed in 82 milliseconds