Searched refs:SLJIT_MOV_S32 (Results 1 – 14 of 14) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativePPC_64.c | 161 case SLJIT_MOV_S32: in emit_single_op() 164 if (op == SLJIT_MOV_S32) in emit_single_op()
|
D | sljitNativePPC_common.c | 1365 if (op == SLJIT_MOV_S32) in sljit_emit_op1() 1370 op = SLJIT_MOV_S32; in sljit_emit_op1() 1386 case SLJIT_MOV_S32: in sljit_emit_op1() 1396 case SLJIT_MOV_S32: in sljit_emit_op1() 1398 return EMIT_MOV(SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, (sljit_s32)); in sljit_emit_op1() 2682 case SLJIT_MOV_S32: in sljit_emit_mem_update() 2694 case SLJIT_MOV_S32: in sljit_emit_mem_update()
|
D | sljitNativeX86_common.c | 1631 if (op == SLJIT_MOV_S32) in sljit_emit_op1() 1636 op = SLJIT_MOV_S32; in sljit_emit_op1() 1659 case SLJIT_MOV_S32: in sljit_emit_op1() 1671 …LY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || op == SLJIT… in sljit_emit_op1() 1682 case SLJIT_MOV_S32: in sljit_emit_op1() 1703 case SLJIT_MOV_S32: in sljit_emit_op1()
|
D | sljitNativePPC_32.c | 53 case SLJIT_MOV_S32: in emit_single_op()
|
D | sljitLir.c | 110 ((op) >= SLJIT_MOV_U8 && (op) <= SLJIT_MOV_S32) 1219 CHECK_ARGUMENT(op >= SLJIT_MOV && op <= SLJIT_MOV_S32); in check_sljit_emit_return() 2049 case SLJIT_MOV_S32: in check_sljit_emit_mem() 2429 …if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || o… in emit_mov_before_return()
|
D | sljitNativeS390X.c | 2072 case SLJIT_MOV_S32: in sljit_emit_op1() 2107 case SLJIT_MOV_S32: in sljit_emit_op1() 2153 case SLJIT_MOV_S32: in sljit_emit_op1() 2188 case SLJIT_MOV_S32: in sljit_emit_op1() 2221 case SLJIT_MOV_S32: in sljit_emit_op1()
|
D | sljitLir.h | 1053 #define SLJIT_MOV_S32 (SLJIT_OP1_BASE + 6) macro
|
D | sljitNativeRISCV_common.c | 1164 case SLJIT_MOV_S32: in emit_single_op() 1713 case SLJIT_MOV_S32: in sljit_emit_op1() 1723 case SLJIT_MOV_S32: in sljit_emit_op1() 1726 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, … in sljit_emit_op1()
|
D | sljitNativeARM_64.c | 808 case SLJIT_MOV_S32: in emit_op_imm() 1375 case SLJIT_MOV_S32: in sljit_emit_op1() 2260 case SLJIT_MOV_S32: in sljit_emit_mem_update()
|
D | sljitNativeARM_T2_32.c | 805 case SLJIT_MOV_S32: in emit_op_imm() 1701 case SLJIT_MOV_S32: in sljit_emit_op1() 2954 case SLJIT_MOV_S32: in sljit_emit_mem_update()
|
D | sljitNativeMIPS_common.c | 1550 case SLJIT_MOV_S32: in emit_single_op() 2274 case SLJIT_MOV_S32: in sljit_emit_op1() 2284 case SLJIT_MOV_S32: in sljit_emit_op1() 2286 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, … in sljit_emit_op1()
|
D | sljitNativeARM_32.c | 2141 case SLJIT_MOV_S32: in sljit_emit_op1() 3454 case SLJIT_MOV_S32: in sljit_emit_mem_update()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_simd_inc.h | 1075 OP1(SLJIT_MOV_S32, SLJIT_R2, 0, SLJIT_IMM, offs1); in fast_forward_char_pair_simd() 1076 OP1(SLJIT_MOV_S32, SLJIT_R3, 0, SLJIT_IMM, offs2); in fast_forward_char_pair_simd()
|
D | pcre2_jit_compile.c | 7348 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare() 7357 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare() 7399 OP1(SLJIT_MOV_S32, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare() 9338 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(ucd_record, other_case)); in compile_ref_matchingpath()
|