Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
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()
157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \
218 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
465 FAIL_IF(push_inst(compiler, DMULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
473 FAIL_IF(push_inst(compiler, MFHI | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
474 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
602 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
655 FAIL_IF(load_immediate(compiler, DR(PIC_ADDR_REG), srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_32.c37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
374 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
378 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
379 FAIL_IF(push_inst(compiler, MFHI | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
380 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
528 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
554 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
566 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
652 FAIL_IF(load_immediate(compiler, DR(PIC_ADDR_REG), srcw)); in sljit_emit_icall()
660 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
[all …]
H A DsljitNativeTILEGX_64.c333 FAIL_IF(!ptr); in push_inst_debug()
344 FAIL_IF(!ptr); in push_inst_nodebug()
355 FAIL_IF(!ptr); in push_inst()
1891 FAIL_IF(push_3_buffer( \ in emit_single_op()
1895 FAIL_IF(push_3_buffer( \ in emit_single_op()
1900 FAIL_IF(push_3_buffer( \ in emit_single_op()
1904 FAIL_IF(push_3_buffer( \ in emit_single_op()
1924 FAIL_IF(push_3_buffer( \ in emit_single_op()
1928 FAIL_IF(push_3_buffer( \ in emit_single_op()
1933 FAIL_IF(push_3_buffer( \ in emit_single_op()
[all …]
H A DsljitNativeSPARC_32.c32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate()
59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
83 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS)); in emit_single_op()
84 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2(src2), DR(TMP_REG1))); in emit_single_op()
85 FAIL_IF(push_inst(compiler, BICC | DA(0x1) | (7 & DISP_MASK), UNMOVABLE_INS)); in emit_single_op()
86 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS)); in emit_single_op()
87 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(-1), DR(dst))); in emit_single_op()
92 FAIL_IF(push_inst(compiler, BICC | DA(0xe) | (-2 & DISP_MASK), UNMOVABLE_INS)); 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()
[all …]
H A DsljitNativeX86_common.c688 FAIL_IF(!inst); in emit_mov()
717 FAIL_IF(!inst); in emit_mov()
723 FAIL_IF(!inst); in emit_mov()
731 FAIL_IF(!inst); in emit_mov()
734 FAIL_IF(!inst); in emit_mov()
1040 FAIL_IF(!inst); in emit_prefetch()
1131 FAIL_IF(!inst); in emit_unary()
1161 FAIL_IF(!inst); in emit_not_with_flags()
1165 FAIL_IF(!inst); in emit_not_with_flags()
1190 FAIL_IF(!inst); in emit_clz()
[all …]
H A DsljitNativeARM_64.c140 FAIL_IF(!ptr); in push_inst()
575 FAIL_IF(load_immediate(compiler, TMP_REG1, arg1)); in emit_op_imm()
689 FAIL_IF(load_immediate(compiler, TMP_REG2, arg2)); in emit_op_imm()
697 FAIL_IF(load_immediate(compiler, TMP_REG1, arg1)); in emit_op_imm()
859 FAIL_IF(load_immediate(compiler, tmp_reg, argw)); in emit_op_mem()
1351 FAIL_IF(load_immediate(compiler, TMP_REG1, argw)); in emit_fop_mem()
1395 FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in sljit_emit_fop1_conv_f64_from_sw()
1714 FAIL_IF(!jump); in sljit_emit_ijump()
1718 FAIL_IF(emit_imm64_const(compiler, TMP_REG1, 0)); in sljit_emit_ijump()
1799 FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in sljit_emit_cmov()
[all …]
H A DsljitNativePPC_64.c88 FAIL_IF(PUSH_RLDICR(reg, shift)); in load_immediate()
94 FAIL_IF(PUSH_RLDICR(reg, shift)); in load_immediate()
106 FAIL_IF(PUSH_RLDICR(reg, shift)); in load_immediate()
114 FAIL_IF(PUSH_RLDICR(reg, 31)); in load_immediate()
126 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
133 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
137 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
144 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
209 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op()
227 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, src1, 32, 31, 1))); in emit_single_op()
[all …]
H A DsljitNativeARM_T2_32.c206 FAIL_IF(!ptr); in push_inst16()
215 FAIL_IF(!ptr); in push_inst32()
224 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const()
539 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in load_immediate()
729 FAIL_IF(load_immediate(compiler, arg2, imm)); in emit_op_imm()
734 FAIL_IF(load_immediate(compiler, arg1, imm)); in emit_op_imm()
960 FAIL_IF(load_immediate(compiler, tmp_reg, argw)); in emit_op_mem()
1025 FAIL_IF(load_immediate(compiler, tmp_reg, argw)); in emit_op_mem()
1056 FAIL_IF((push & 0xff00) in sljit_emit_enter()
1509 FAIL_IF(compiler->error); in emit_fop_mem()
[all …]
H A DsljitNativePPC_common.c250 FAIL_IF(!ptr); in push_inst()
618 FAIL_IF(push_inst(compiler, MFLR | D(0))); in sljit_emit_enter()
727 FAIL_IF(push_inst(compiler, MTLR | S(0))); in sljit_emit_return()
728 FAIL_IF(push_inst(compiler, BLR)); in sljit_emit_return()
963 FAIL_IF(load_immediate(compiler, tmp_reg, argw)); in emit_op_mem()
1766 FAIL_IF(push_inst(compiler, MFLR | D(TMP_REG2))); in sljit_emit_fast_enter()
1777 FAIL_IF(push_inst(compiler, MTLR | S(src))); in sljit_emit_fast_return()
1942 FAIL_IF(!jump); in sljit_emit_ijump()
1949 FAIL_IF(emit_const(compiler, TMP_CALL_REG, 0)); in sljit_emit_ijump()
1957 FAIL_IF(push_inst(compiler, MTCTR | S(src_r))); in sljit_emit_ijump()
[all …]
H A DsljitNativeARM_32.c153 FAIL_IF(!inst); in push_cpool()
159 FAIL_IF(!inst); in push_cpool()
168 FAIL_IF(!inst); in push_cpool()
182 FAIL_IF(push_cpool(compiler)); in push_inst()
185 FAIL_IF(!ptr); in push_inst()
200 FAIL_IF(push_cpool(compiler)); in push_inst_with_literal()
230 FAIL_IF(!ptr); in push_inst_with_literal()
245 FAIL_IF(push_cpool(compiler)); in push_inst_with_unique_literal()
249 FAIL_IF(!ptr); in push_inst_with_unique_literal()
390 FAIL_IF(!ptr); in push_inst()
[all …]
H A DsljitNativeSPARC_common.c211 FAIL_IF(!ptr); in push_inst()
650 FAIL_IF(load_immediate(compiler, arg2, argw)); in getput_arg()
733 FAIL_IF(load_immediate(compiler, TMP_REG1, src1w)); in emit_op()
741 FAIL_IF(compiler->error); in emit_op()
769 FAIL_IF(compiler->error); in emit_op()
1004 FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in sljit_emit_fop1_conv_f64_from_sw()
1116 FAIL_IF(compiler->error); in sljit_emit_fop2()
1124 FAIL_IF(compiler->error); in sljit_emit_fop2()
1361 FAIL_IF(!jump); in sljit_emit_ijump()
1370 FAIL_IF(emit_const(compiler, TMP_REG1, 0)); in sljit_emit_ijump()
[all …]
H A DsljitNativeMIPS_common.c228 FAIL_IF(!ptr); in push_inst()
913 FAIL_IF(load_immediate(compiler, tmp_ar, argw)); in emit_op_mem()
998 FAIL_IF(compiler->error); in emit_op()
1026 FAIL_IF(compiler->error); in emit_op()
1091 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1092 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1484 FAIL_IF(compiler->error); in sljit_emit_fop2()
1492 FAIL_IF(compiler->error); in sljit_emit_fop2()
1858 FAIL_IF(!jump); in sljit_emit_ijump()
1865 FAIL_IF(emit_const(compiler, TMP_REG2, 0)); in sljit_emit_ijump()
[all …]
H A DsljitNativeX86_64.c34 FAIL_IF(!inst); in emit_load_imm64()
103 FAIL_IF(!inst); in sljit_emit_enter()
113 FAIL_IF(!inst); in sljit_emit_enter()
125 FAIL_IF(!inst); in sljit_emit_enter()
214 FAIL_IF(!inst); in sljit_emit_enter()
262 FAIL_IF(!inst); in sljit_emit_return()
294 FAIL_IF(!inst); in sljit_emit_return()
305 FAIL_IF(!inst); in sljit_emit_return()
313 FAIL_IF(!inst); in sljit_emit_return()
329 FAIL_IF(!inst); in emit_do_imm32()
[all …]
H A DsljitNativeX86_32.c34 FAIL_IF(!inst); in emit_do_imm()
107 FAIL_IF(!inst); in sljit_emit_enter()
199 FAIL_IF(!inst); in sljit_emit_enter()
227 FAIL_IF(!inst); in sljit_emit_enter()
318 FAIL_IF(!inst); in sljit_emit_return()
554 FAIL_IF(!inst); in c_fast_call_with_args()
715 FAIL_IF(!inst); in post_call_with_args()
850 FAIL_IF(!inst); in sljit_emit_fast_enter()
859 FAIL_IF(!inst); in sljit_emit_fast_enter()
876 FAIL_IF(!inst); in sljit_emit_fast_return()
[all …]
H A DsljitNativePPC_32.c37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
112FAIL_IF(push_inst(compiler, ADDIS | D(dst) | A(src1) | (((compiler->imm >> 16) & 0xffff) + ((compi… in emit_single_op()
134 FAIL_IF(push_inst(compiler, CMPLI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op()
139 FAIL_IF(push_inst(compiler, CMPL | CRD(0) | A(src1) | B(src2))); in emit_single_op()
202 FAIL_IF(push_inst(compiler, ORI | S(src1) | A(dst) | IMM(compiler->imm))); in emit_single_op()
218 FAIL_IF(push_inst(compiler, XORI | S(src1) | A(dst) | IMM(compiler->imm))); in emit_single_op()
254 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 16))); in emit_const()
H A DsljitLir.c56 #define FAIL_IF(expr) \ macro
1974 FAIL_IF(!jump); in sljit_emit_cmov_generic()
1980 FAIL_IF(sljit_emit_op1(compiler, op, dst_reg & ~SLJIT_I32_OP, 0, src, srcw)); in sljit_emit_cmov_generic()
1987 FAIL_IF(!label); in sljit_emit_cmov_generic()

Completed in 162 milliseconds