/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 2148 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); in init_frame() 2149 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame() 2151 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 2165 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->mark_ptr); in init_frame() 2166 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->mark_ptr); in init_frame() 2168 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 2178 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); in init_frame() 2179 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame() 2181 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 2187 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->mark_ptr); in init_frame() [all …]
|
D | pcre2_jit_simd_inc.h | 225 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1 | bit)); in fast_forward_char_simd() 238 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(bit != 0 ? bit : char2)); in fast_forward_char_simd() 245 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0); in fast_forward_char_simd() 339 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0); in fast_forward_char_simd() 379 OP1(SLJIT_MOV, TMP2, 0, TMP1, 0); in fast_requested_char_simd() 380 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0); in fast_requested_char_simd() 384 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1 | bit)); in fast_requested_char_simd() 397 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(bit != 0 ? bit : char2)); in fast_requested_char_simd() 404 OP1(SLJIT_MOV, STR_PTR, 0, TMP2, 0); in fast_requested_char_simd() 473 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, 0); in fast_requested_char_simd() [all …]
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 1080 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) in emit_op() 1103 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOV_P) in emit_op() 1199 …emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1,… 1247 case SLJIT_MOV: in sljit_emit_op1() 1253 return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 1551 FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, TMP_REG2, 0, TMP_REG1, 0, src, srcw)); in sljit_emit_op_src() 1883 return emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0); in sljit_emit_fast_enter() 2053 FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, TMP_CALL_REG, 0, TMP_REG1, 0, src, srcw)); in sljit_emit_ijump() 2073 FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, TMP_CALL_REG, 0, TMP_REG1, 0, src, srcw)); in sljit_emit_icall() 2242 case SLJIT_MOV: in sljit_emit_mem() [all …]
|
D | sljitLir.c | 1132 CHECK_ARGUMENT(op >= SLJIT_MOV && op <= SLJIT_MOV_P); in check_sljit_emit_return() 1202 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1() 1213 case SLJIT_MOV: in check_sljit_emit_op1() 1813 CHECK_ARGUMENT(op == SLJIT_MOV || op == SLJIT_MOV32 in check_sljit_emit_op_flags() 1883 CHECK_ARGUMENT((type & 0xff) >= SLJIT_MOV && (type & 0xff) <= SLJIT_MOV_P); in check_sljit_emit_mem() 1884 …CHECK_ARGUMENT(!(type & SLJIT_I32_OP) || ((type & 0xff) != SLJIT_MOV && (type & 0xff) != SLJIT_MOV… in check_sljit_emit_mem() 2029 if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_P)) in emit_mov_before_return() 2032 …if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || o… in emit_mov_before_return() 2054 sljit_s32 op = (dst_reg & SLJIT_I32_OP) ? SLJIT_MOV32 : SLJIT_MOV; in sljit_emit_cmov_generic() 2290 return sljit_emit_op1(compiler, SLJIT_MOV, dst, dstw, SLJIT_SP, 0); in sljit_get_local_base()
|
D | sljitNativeSPARC_common.c | 547 if (op != SLJIT_MOV || !FAST_IS_REG(src)) { in sljit_emit_return() 734 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) in emit_op() 785 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOV_P) in emit_op() 796 if ((op >= SLJIT_MOV && op <= SLJIT_MOV_P) && (dst & SLJIT_MEM)) in emit_op() 900 case SLJIT_MOV: in sljit_emit_op1() 902 return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
|
D | sljitNativeARM_64.c | 634 case SLJIT_MOV: in emit_op_imm() 746 case SLJIT_MOV: in emit_op_imm() 1172 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) { in sljit_emit_op1() 1178 case SLJIT_MOV: in sljit_emit_op1() 1219 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1() 1809 mem_flags = (GET_OPCODE(op) == SLJIT_MOV ? WORD_SIZE : INT_SIZE) | STORE; in sljit_emit_op_flags() 1879 case SLJIT_MOV: in sljit_emit_mem()
|
D | sljitNativeMIPS_common.c | 1114 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) in emit_op() 1168 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOV_P) in emit_op() 1179 if ((op >= SLJIT_MOV && op <= SLJIT_MOV_P) && (dst & SLJIT_MEM)) in emit_op() 1346 case SLJIT_MOV: in sljit_emit_op1() 1348 return emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 2275 PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0)); in sljit_emit_const() 2302 PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0)); in sljit_emit_put_label()
|
D | sljitNativeS390X.c | 1562 if (opcode >= SLJIT_MOV && opcode <= SLJIT_MOV_P) { in sljit_emit_op1() 1603 case SLJIT_MOV: in sljit_emit_op1() 1686 case SLJIT_MOV: in sljit_emit_op1() 1724 case SLJIT_MOV: in sljit_emit_op1() 1764 case SLJIT_MOV: in sljit_emit_op1() 2632 case SLJIT_MOV: in sljit_emit_op_flags()
|
D | sljitNativeARM_T2_32.c | 603 case SLJIT_MOV: in emit_op_imm() 766 case SLJIT_MOV: in emit_op_imm() 1357 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) { in sljit_emit_op1() 1359 case SLJIT_MOV: in sljit_emit_op1() 1392 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG2, srcw)); in sljit_emit_op1() 2286 case SLJIT_MOV: in sljit_emit_mem()
|
D | sljitNativePPC_32.c | 48 case SLJIT_MOV: in emit_single_op()
|
D | sljitNativeSPARC_32.c | 44 case SLJIT_MOV: in emit_single_op()
|
D | sljitNativeARM_32.c | 1140 case SLJIT_MOV: in emit_single_op() 1776 case SLJIT_MOV: in sljit_emit_op1() 1780 return emit_op(compiler, SLJIT_MOV, ALLOW_ANY_IMM, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 2671 case SLJIT_MOV: in sljit_emit_mem()
|
D | sljitLir.h | 937 #define SLJIT_MOV (SLJIT_OP1_BASE + 0) macro
|
D | sljitNativeX86_common.c | 1460 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) { in sljit_emit_op1() 1513 …if (SLJIT_UNLIKELY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S3… in sljit_emit_op1() 1520 case SLJIT_MOV: in sljit_emit_op1() 2833 compiler->mode32 = GET_OPCODE(op) != SLJIT_MOV;
|
D | sljitNativePPC_64.c | 149 case SLJIT_MOV: in emit_single_op()
|
D | sljitNativeMIPS_32.c | 75 case SLJIT_MOV: in emit_single_op()
|
D | sljitNativeMIPS_64.c | 167 case SLJIT_MOV: in emit_single_op()
|