Home
last modified time | relevance | path

Searched refs:TMP_REG2 (Results 1 – 12 of 12) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativePPC_32.c100 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
105 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
109 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
132 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
136 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
166 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
173 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
177 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
184 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
188 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
[all …]
DsljitNativePPC_64.c126 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
127 src2 = TMP_REG2; \
137 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
138 src2 = TMP_REG2; \
219 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
224 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
228 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
254 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
258 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
290 SLJIT_ASSERT(src2 == TMP_REG2); in emit_single_op()
[all …]
DsljitNativePPC_common.c91 #define TMP_REG2 (SLJIT_NUMBER_OF_REGISTERS + 3) macro
98 #define TMP_CALL_REG TMP_REG2
1144 sljit_si sugg_src2_r = TMP_REG2; in emit_op()
1156 dst_r = TMP_REG2; in emit_op()
1166 if (getput_arg_fast(compiler, input_flags | ARG_TEST, TMP_REG2, dst, dstw)) { in emit_op()
1168 dst_r = TMP_REG2; in emit_op()
1214 FAIL_IF(getput_arg(compiler, input_flags | LOAD_DATA, TMP_REG2, src2, src2w, src1, src1w)); in emit_op()
1219 FAIL_IF(getput_arg(compiler, input_flags | LOAD_DATA, TMP_REG2, src2, src2w, dst, dstw)); in emit_op()
1222 src2_r = TMP_REG2; in emit_op()
1238 dst_r = TMP_REG2; in emit_op()
[all …]
DsljitNativeMIPS_common.c48 #define TMP_REG2 (SLJIT_NUMBER_OF_REGISTERS + 3) macro
52 #define PIC_ADDR_REG TMP_REG2
575 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG2), DR(TMP_REG2))); in sljit_emit_enter()
577 base = S(TMP_REG2); in sljit_emit_enter()
921 sljit_si dst_r = TMP_REG2; in emit_op()
924 sljit_si sugg_src2_r = TMP_REG2; in emit_op()
1019 SLJIT_ASSERT(src2_r == TMP_REG2); in emit_op()
1021 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG2), src2, src2w, src1, src1w)); in emit_op()
1026 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG2), src2, src2w, dst, dstw)); in emit_op()
1712 PTR_FAIL_IF(emit_const(compiler, TMP_REG2, 0)); in sljit_emit_jump()
[all …]
DsljitNativeARM_T2_32.c37 #define TMP_REG2 (SLJIT_NUMBER_OF_REGISTERS + 3) macro
668 FAIL_IF(load_immediate(compiler, TMP_REG2, arg2)); in emit_op_imm()
669 arg2 = TMP_REG2; in emit_op_imm()
750 SLJIT_ASSERT(reg_map[TMP_REG2] <= 7 && dst != TMP_REG2); in emit_op_imm()
751 FAIL_IF(push_inst32(compiler, SMULL | RT4(dst) | RD4(TMP_REG2) | RN4(arg1) | RM4(arg2))); in emit_op_imm()
753 return push_inst32(compiler, CMP_W | RN4(TMP_REG2) | 0x70e0 | RM4(dst)); in emit_op_imm()
1406 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src, srcw)) in sljit_emit_op1()
1409 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op1()
1410 src = TMP_REG2; in sljit_emit_op1()
1458 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src2, src2w)) in sljit_emit_op2()
[all …]
DsljitNativeSPARC_common.c87 #define TMP_REG2 (SLJIT_NUMBER_OF_REGISTERS + 3) macro
656 sljit_si dst_r = TMP_REG2; in emit_op()
659 sljit_si sugg_src2_r = TMP_REG2; in emit_op()
748 SLJIT_ASSERT(src2_r == TMP_REG2); in emit_op()
750 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2, src2, src2w, src1, src1w)); in emit_op()
755 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2, src2, src2w, dst, dstw)); in emit_op()
804 FAIL_IF(push_inst(compiler, OR | D(TMP_REG2) | S1(0) | S2(SLJIT_R0), DR(TMP_REG2))); in sljit_emit_op0()
807 FAIL_IF(push_inst(compiler, SUB | D(SLJIT_R1) | S1(TMP_REG2) | S2(SLJIT_R1), DR(SLJIT_R1))); in sljit_emit_op0()
1354 PTR_FAIL_IF(emit_const(compiler, TMP_REG2, 0)); in sljit_emit_jump()
1355 …PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG2) | … in sljit_emit_jump()
[all …]
DsljitNativeARM_32.c40 #define TMP_REG2 (SLJIT_NUMBER_OF_REGISTERS + 3) macro
1629 sljit_si sugg_src2_r = TMP_REG2; in emit_op()
1639 dst_r = TMP_REG2; in emit_op()
1649 if (getput_arg_fast(compiler, inp_flags | ARG_TEST, TMP_REG2, dst, dstw)) { in emit_op()
1651 dst_r = TMP_REG2; in emit_op()
1759 FAIL_IF(getput_arg(compiler, inp_flags | LOAD_DATA, TMP_REG2, src1, src1w, dst, dstw)); in emit_op()
1763 FAIL_IF(getput_arg(compiler, inp_flags | LOAD_DATA, TMP_REG2, src2, src2w, dst, dstw)); in emit_op()
1766 src2_r = TMP_REG2; in emit_op()
1782 dst_r = TMP_REG2; in emit_op()
2294 …FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, TMP_REG2, SLJIT_UNUSED, RM(TMP_REG3))… in sljit_emit_fast_enter()
[all …]
DsljitNativeMIPS_32.c228 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); in emit_single_op()
229 src2 = TMP_REG2; in emit_single_op()
275 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); in emit_single_op()
276 src2 = TMP_REG2; in emit_single_op()
DsljitNativeX86_common.c84 #define TMP_REG2 (SLJIT_NUMBER_OF_REGISTERS + 3) macro
687 FAIL_IF(emit_load_imm64(compiler, TMP_REG2, srcw)); in emit_mov()
688 inst = emit_x86_instruction(compiler, 1, TMP_REG2, 0, dst, dstw); in emit_mov()
1188 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in emit_clz()
1241 EMIT_MOV(compiler, dst, dstw, TMP_REG2, 0); in emit_clz()
1424 FAIL_IF(emit_load_imm64(compiler, TMP_REG2, immw)); \
1425 inst = emit_x86_instruction(compiler, 1, TMP_REG2, 0, arg, argw); \
1703 EMIT_MOV(compiler, TMP_REG2, 0, SLJIT_IMM, src1w);
1706 inst = emit_x86_instruction(compiler, 2, dst_r, 0, TMP_REG2, 0);
1746 EMIT_MOV(compiler, TMP_REG2, 0, SLJIT_IMM, src1w);
[all …]
DsljitNativeTILEGX_64.c47 #define TMP_REG2 (SLJIT_NO_REGISTERS + 2) macro
50 #define PIC_ADDR_REG TMP_REG2
1814 src2 = TMP_REG2; in emit_single_op()
1892 src2 = TMP_REG2; in emit_single_op()
2000 sljit_si dst_r = TMP_REG2; in emit_op()
2003 sljit_si sugg_src2_r = TMP_REG2; in emit_op()
2093 SLJIT_ASSERT(src2_r == TMP_REG2); in emit_op()
2133 sugg_dst_ar = reg_map[(op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2]; in sljit_emit_op_flags()
2199 … | flags, CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0); in sljit_emit_op_flags()
2357 sljit_si src_r = TMP_REG2; in sljit_emit_ijump()
[all …]
DsljitNativeMIPS_64.c320 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); in emit_single_op()
321 src2 = TMP_REG2; in emit_single_op()
367 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); in emit_single_op()
368 src2 = TMP_REG2; in emit_single_op()
DsljitNativeARM_64.c38 #define TMP_REG2 (SLJIT_NUMBER_OF_REGISTERS + 3) macro
647 FAIL_IF(load_immediate(compiler, TMP_REG2, arg2)); in emit_op_imm()
648 arg2 = TMP_REG2; in emit_op_imm()
1372 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src, srcw)) in sljit_emit_op1()
1375 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op1()
1376 src = TMP_REG2; in sljit_emit_op1()
1434 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src2, src2w)) in sljit_emit_op2()
1442 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, src1, src1w)); in sljit_emit_op2()
1447 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, dst, dstw)); in sljit_emit_op2()
1453 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, dst, dstw)); in sljit_emit_op2()
[all …]