Home
last modified time | relevance | path

Searched refs:FAIL_IF (Results 1 – 16 of 16) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
382 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
383 FAIL_IF(push_inst(compiler, MFHI | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
384 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
509 FAIL_IF(emit_stack_frame_release(compiler, 0, &prev_ins)); in call_with_args()
520 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
559 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
629 FAIL_IF(load_immediate(compiler, DR(PIC_ADDR_REG), srcw)); in sljit_emit_icall()
637 FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_icall()
643 FAIL_IF(push_inst(compiler, JR | S(PIC_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_64.c44 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
79 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate()
88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar)); in load_immediate()
488 FAIL_IF(push_inst(compiler, DMULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
501 FAIL_IF(push_inst(compiler, MFHI | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
502 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
627 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
686 FAIL_IF(load_immediate(compiler, DR(PIC_ADDR_REG), srcw)); in sljit_emit_icall()
695 FAIL_IF(emit_stack_frame_release(compiler, 0, &ins)); in sljit_emit_icall()
697 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
[all …]
H A DsljitNativeSPARC_32.c32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate()
56 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
66 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
78 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS)); in emit_single_op()
79 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2(src2), DR(TMP_REG1))); in emit_single_op()
80 FAIL_IF(push_inst(compiler, BICC | DA(0x1) | (7 & DISP_MASK), UNMOVABLE_INS)); in emit_single_op()
81 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS)); in emit_single_op()
82 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(-1), DR(dst))); in emit_single_op()
111 FAIL_IF(push_inst(compiler, SRA | D(TMP_REG1) | S1(dst) | IMM(31), DR(TMP_REG1))); in emit_single_op()
112 FAIL_IF(push_inst(compiler, RDY | D(TMP_LINK), DR(TMP_LINK))); in emit_single_op()
[all …]
H A DsljitNativeX86_common.c749 FAIL_IF(!inst); in emit_endbranch()
779 FAIL_IF(!inst); in emit_rdssp()
803 FAIL_IF(!inst); in emit_incssp()
844 FAIL_IF(!inst); in adjust_shadow_stack()
859 FAIL_IF(!inst); in adjust_shadow_stack()
877 FAIL_IF(!inst); in adjust_shadow_stack()
948 FAIL_IF(!inst); in emit_mov()
951 FAIL_IF(!inst); in emit_mov()
1261 FAIL_IF(!inst); in emit_prefetch()
1349 FAIL_IF(!inst); in emit_unary()
[all …]
H A DsljitNativePPC_64.c85 FAIL_IF(PUSH_RLDICR(reg, shift)); in load_immediate()
91 FAIL_IF(PUSH_RLDICR(reg, shift)); in load_immediate()
103 FAIL_IF(PUSH_RLDICR(reg, shift)); in load_immediate()
111 FAIL_IF(PUSH_RLDICR(reg, 31)); in load_immediate()
123 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
130 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
134 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
141 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
211 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, src1, 32, 31, 1))); in emit_single_op()
213 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op()
[all …]
H A DsljitNativeS390X.c174 FAIL_IF(!ibuf); in push_inst()
1218 FAIL_IF(push_inst(compiler, ins)); in emit_rx()
2055 FAIL_IF(push_inst(compiler, in sljit_emit_op1()
2062 FAIL_IF(push_inst(compiler, in sljit_emit_op1()
2070 FAIL_IF(push_inst(compiler, in sljit_emit_op1()
2077 FAIL_IF(push_inst(compiler, in sljit_emit_op1()
2080 FAIL_IF(push_inst(compiler, in sljit_emit_op1()
3229 FAIL_IF(push_inst(compiler, in sljit_emit_op_flags()
3241 FAIL_IF(push_inst(compiler, in sljit_emit_op_flags()
3245 FAIL_IF(push_inst(compiler, in sljit_emit_op_flags()
[all …]
H A DsljitNativeARM_64.c145 FAIL_IF(!ptr); in push_inst()
622 FAIL_IF(load_immediate(compiler, TMP_REG1, arg1)); in emit_op_imm()
743 FAIL_IF(load_immediate(compiler, TMP_REG2, arg2)); in emit_op_imm()
913 FAIL_IF(load_immediate(compiler, tmp_reg, argw)); in emit_op_mem()
1198 FAIL_IF(emit_stack_frame_release(compiler)); in sljit_emit_return_void()
1513 FAIL_IF(load_immediate(compiler, TMP_REG1, argw)); in emit_fop_mem()
1557 FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in sljit_emit_fop1_conv_f64_from_sw()
1884 FAIL_IF(!jump); in sljit_emit_ijump()
1888 FAIL_IF(emit_imm64_const(compiler, TMP_REG1, 0)); in sljit_emit_ijump()
1913 FAIL_IF(emit_stack_frame_release(compiler)); in sljit_emit_icall()
[all …]
H A DsljitNativeARM_T2_32.c216 FAIL_IF(!ptr); in push_inst16()
225 FAIL_IF(!ptr); in push_inst32()
234 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const()
573 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in load_immediate()
600 FAIL_IF(load_immediate(compiler, TMP_REG1, arg1)); in emit_op_imm()
1108 FAIL_IF((imm & 0xff00) in sljit_emit_enter()
1231 FAIL_IF(push_inst32(compiler, *(--remap_ptr))); in sljit_emit_enter()
1321 FAIL_IF(load_immediate(compiler, TMP_REG2, imm)); in emit_add_sp()
1408 FAIL_IF(push_inst16(compiler, POP | reg_list)); in emit_stack_frame_release()
1776 FAIL_IF(compiler->error); in emit_fop_mem()
[all …]
H A DsljitNativeSPARC_common.c215 FAIL_IF(!ptr); in push_inst()
783 FAIL_IF(load_immediate(compiler, arg2, argw)); in getput_arg()
866 FAIL_IF(load_immediate(compiler, TMP_REG1, src1w)); in emit_op()
874 FAIL_IF(compiler->error); in emit_op()
906 FAIL_IF(compiler->error); in emit_op()
1175 FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in sljit_emit_fop1_conv_f64_from_sw()
1287 FAIL_IF(compiler->error); in sljit_emit_fop2()
1295 FAIL_IF(compiler->error); in sljit_emit_fop2()
1527 FAIL_IF(!jump); in sljit_emit_ijump()
1536 FAIL_IF(emit_const(compiler, TMP_REG1, 0)); in sljit_emit_ijump()
[all …]
H A DsljitNativeMIPS_common.c300 FAIL_IF(!ptr); in push_inst()
1280 FAIL_IF(load_immediate(compiler, tmp_ar, argw)); in emit_op_mem()
1365 FAIL_IF(compiler->error); in emit_op()
1397 FAIL_IF(compiler->error); in emit_op()
1491 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1492 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1904 FAIL_IF(compiler->error); in sljit_emit_fop2()
1912 FAIL_IF(compiler->error); in sljit_emit_fop2()
2279 FAIL_IF(!jump); in sljit_emit_ijump()
2286 FAIL_IF(emit_const(compiler, TMP_REG2, 0)); in sljit_emit_ijump()
[all …]
H A DsljitNativeARM_32.c162 FAIL_IF(!inst); in push_cpool()
168 FAIL_IF(!inst); in push_cpool()
177 FAIL_IF(!inst); in push_cpool()
191 FAIL_IF(push_cpool(compiler)); in push_inst()
194 FAIL_IF(!ptr); in push_inst()
209 FAIL_IF(push_cpool(compiler)); in push_inst_with_literal()
239 FAIL_IF(!ptr); in push_inst_with_literal()
254 FAIL_IF(push_cpool(compiler)); in push_inst_with_unique_literal()
258 FAIL_IF(!ptr); in push_inst_with_unique_literal()
399 FAIL_IF(!ptr); in push_inst()
[all …]
H A DsljitNativePPC_common.c258 FAIL_IF(!ptr); in push_inst()
738 FAIL_IF(push_inst(compiler, MFLR | D(0))); in sljit_emit_enter()
898 FAIL_IF(emit_stack_frame_release(compiler)); in sljit_emit_return_void()
1102 FAIL_IF(load_immediate(compiler, tmp_reg, argw)); in emit_op_mem()
1132 FAIL_IF(load_immediate(compiler, tmp_reg, argw)); in emit_op_mem()
1687 FAIL_IF(push_inst(compiler, MTLR | S(src))); in sljit_emit_op_src()
2020 FAIL_IF(push_inst(compiler, MFLR | D(TMP_REG2))); in sljit_emit_fast_enter()
2196 FAIL_IF(!jump); in sljit_emit_ijump()
2205 FAIL_IF(emit_const(compiler, TMP_CALL_REG, 0)); in sljit_emit_ijump()
2213 FAIL_IF(push_inst(compiler, MTCTR | S(src_r))); in sljit_emit_ijump()
[all …]
H A DsljitNativeX86_64.c38 FAIL_IF(!inst); in emit_load_imm64()
52 FAIL_IF(!inst); in emit_do_imm32()
394 FAIL_IF(!inst); in sljit_emit_enter()
404 FAIL_IF(!inst); in sljit_emit_enter()
629 FAIL_IF(!inst); in emit_stack_frame_release()
640 FAIL_IF(!inst); in emit_stack_frame_release()
660 FAIL_IF(!inst); in sljit_emit_return_void()
856 FAIL_IF(!inst); in sljit_emit_fast_enter()
866 FAIL_IF(!inst); in sljit_emit_fast_enter()
896 FAIL_IF(!inst); in emit_fast_return()
[all …]
H A DsljitNativeX86_32.c38 FAIL_IF(!inst); in emit_do_imm()
345 FAIL_IF(!inst); in sljit_emit_enter()
468 FAIL_IF(!inst); in sljit_emit_enter()
579 FAIL_IF(!inst); in emit_stack_frame_release()
615 FAIL_IF(!inst); in sljit_emit_return_void()
675 FAIL_IF(!inst); in c_fast_call_with_args()
830 FAIL_IF(!inst); in post_call_with_args()
1194 FAIL_IF(!inst); in emit_tail_call_end()
1365 FAIL_IF(!inst); in sljit_emit_fast_enter()
1374 FAIL_IF(!inst); in sljit_emit_fast_enter()
[all …]
H A DsljitNativePPC_32.c37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
107FAIL_IF(push_inst(compiler, ADDIS | D(dst) | A(src1) | (((compiler->imm >> 16) & 0xffff) + ((compi… in emit_single_op()
130 FAIL_IF(push_inst(compiler, CMPLI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op()
135 FAIL_IF(push_inst(compiler, CMPL | CRD(0) | A(src1) | B(src2))); in emit_single_op()
143 FAIL_IF(push_inst(compiler, CMPI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op()
148 FAIL_IF(push_inst(compiler, CMP | CRD(0) | A(src1) | B(src2))); in emit_single_op()
211 FAIL_IF(push_inst(compiler, ORI | S(src1) | A(dst) | IMM(compiler->imm))); in emit_single_op()
227 FAIL_IF(push_inst(compiler, XORI | S(src1) | A(dst) | IMM(compiler->imm))); in emit_single_op()
263 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 16))); in emit_const()
H A DsljitLir.c55 #define FAIL_IF(expr) \ macro
2067 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return()
2096 FAIL_IF(!jump); in sljit_emit_cmov_generic()
2102 FAIL_IF(sljit_emit_op1(compiler, op, dst_reg & ~SLJIT_32, 0, src, srcw)); in sljit_emit_cmov_generic()
2109 FAIL_IF(!label); in sljit_emit_cmov_generic()

Completed in 98 milliseconds