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

  /external/pcre/dist2/src/sljit/
sljitNativeARM_32.c 860 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0))));
862 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1))));
864 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2))));
981 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])); \
982 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, reg_map[src2])); \
984 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])));
997 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MVN_DP, dst, SLJIT_UNUSED, src2);
998 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MOV_DP, dst, SLJIT_UNUSED, src2);
1000 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MOV_DP, dst, SLJIT_UNUSED, reg_map[src2]);
    [all...]
sljitNativeX86_32.c 308 if ((b & REG_MASK) == SLJIT_UNUSED)
321 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED)
389 else if ((b & REG_MASK) != SLJIT_UNUSED) {
390 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) {
398 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED)
490 if (dst == SLJIT_UNUSED)
sljitNativeX86_64.c 402 if ((b & REG_MASK) == SLJIT_UNUSED)
418 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED) {
499 else if ((b & REG_MASK) != SLJIT_UNUSED) {
500 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) {
508 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED)
601 if (dst == SLJIT_UNUSED)
701 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM))
sljitLir.c 692 ((r) == SLJIT_UNUSED || \
716 CHECK_ARGUMENT(((p) & REG_MASK) != SLJIT_UNUSED); \
735 CHECK_ARGUMENT(((p) & REG_MASK) != SLJIT_UNUSED); \
755 CHECK_ARGUMENT(((p) & REG_MASK) != SLJIT_UNUSED); \
984 if (op != SLJIT_UNUSED) {
993 if (op == SLJIT_UNUSED)
    [all...]
sljitNativeX86_common.c 683 if (dst == SLJIT_UNUSED) {
911 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM))
1053 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM))
1099 if (dst == SLJIT_UNUSED) {
1138 if (dst == SLJIT_UNUSED) {
1180 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
    [all...]
sljitNativeSPARC_common.c 655 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
973 if (dst == SLJIT_UNUSED)
    [all...]
sljitNativeARM_64.c     [all...]
sljitLir.h 161 /* When SLJIT_UNUSED is specified as destination, the result is discarded. */
162 #define SLJIT_UNUSED 0
233 /* Note: SLJIT_UNUSED as destination is not valid for floating point
539 /* Return from machine code. The op argument can be SLJIT_UNUSED which means the
542 is SLJIT_UNUSED, otherwise see below the description about source and
620 For destination, you can use SLJIT_UNUSED as well. */
    [all...]
sljitNativeARM_T2_32.c     [all...]
sljitNativePPC_common.c     [all...]
sljitNativeMIPS_common.c 916 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
    [all...]
sljitNativeTILEGX_64.c     [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c     [all...]

Completed in 1228 milliseconds