/external/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_common.c | 1790 PTR_FAIL_IF(!label); in sljit_emit_label() 1847 PTR_FAIL_IF(!jump); in sljit_emit_jump() 1897 PTR_FAIL_IF(push_inst(compiler, inst, UNMOVABLE_INS)); in sljit_emit_jump() 1899 PTR_FAIL_IF(emit_const(compiler, TMP_REG2, 0)); in sljit_emit_jump() 1902 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS)); in sljit_emit_jump() 1905 PTR_FAIL_IF(push_inst(compiler, JALR | S(TMP_REG2) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_jump() 1909 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump() 1916 PTR_FAIL_IF(load_immediate(compiler, DR(TMP_REG1), src1w)); \ 1926 PTR_FAIL_IF(load_immediate(compiler, DR(TMP_REG2), src2w)); \ 1950 PTR_FAIL_IF(emit_op_mem2(compiler, flags, DR(TMP_REG1), src1, src1w, src2, src2w)); in sljit_emit_cmp() [all …]
|
D | sljitNativeX86_32.c | 427 PTR_FAIL_IF(!inst); in emit_x86_instruction() 741 PTR_FAIL_IF(c_fast_call_with_args(compiler, arg_types, stack_size, word_arg_count, 0)); in sljit_emit_call() 749 PTR_FAIL_IF(jump == NULL); in sljit_emit_call() 751 PTR_FAIL_IF(post_call_with_args(compiler, arg_types, 0)); in sljit_emit_call() 757 PTR_FAIL_IF(cdecl_call_with_args(compiler, arg_types, stack_size, word_arg_count)); in sljit_emit_call() 765 PTR_FAIL_IF(jump == NULL); in sljit_emit_call() 767 PTR_FAIL_IF(post_call_with_args(compiler, arg_types, stack_size)); in sljit_emit_call()
|
D | sljitNativeSPARC_common.c | 1272 PTR_FAIL_IF(!label); in sljit_emit_label() 1341 PTR_FAIL_IF(!jump); in sljit_emit_jump() 1350 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump() 1360 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump() 1372 PTR_FAIL_IF(emit_const(compiler, TMP_REG1, 0)); in sljit_emit_jump() 1373 …PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG1) | … in sljit_emit_jump() 1375 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump() 1386 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call() 1524 PTR_FAIL_IF(!const_); in sljit_emit_const() 1528 PTR_FAIL_IF(emit_const(compiler, dst_r, init_value)); in sljit_emit_const() [all …]
|
D | sljitNativeARM_64.c | 1669 PTR_FAIL_IF(!label); in sljit_emit_label() 1682 PTR_FAIL_IF(!jump); in sljit_emit_jump() 1688 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(type))); in sljit_emit_jump() 1693 PTR_FAIL_IF(emit_imm64_const(compiler, TMP_REG1, 0)); in sljit_emit_jump() 1695 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1))); in sljit_emit_jump() 1724 PTR_FAIL_IF(!jump); in emit_cmp_to0() 1729 …PTR_FAIL_IF(emit_op_mem(compiler, inv_bits ? INT_SIZE : WORD_SIZE, TMP_REG1, src, srcw, TMP_REG1)); in emit_cmp_to0() 1733 PTR_FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in emit_cmp_to0() 1742 PTR_FAIL_IF(push_inst(compiler, (CBZ ^ inv_bits) | (6 << 5) | RT(src))); in emit_cmp_to0() 1743 PTR_FAIL_IF(emit_imm64_const(compiler, TMP_REG1, 0)); in emit_cmp_to0() [all …]
|
D | sljitNativeARM_32.c | 2222 PTR_FAIL_IF(!label); in sljit_emit_label() 2235 PTR_FAIL_IF(!jump); in sljit_emit_jump() 2243 PTR_FAIL_IF(prepare_blx(compiler)); in sljit_emit_jump() 2244 PTR_FAIL_IF(push_inst_with_unique_literal(compiler, ((EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, in sljit_emit_jump() 2254 PTR_FAIL_IF(emit_blx(compiler)); in sljit_emit_jump() 2262 PTR_FAIL_IF(emit_imm(compiler, TMP_REG1, 0)); in sljit_emit_jump() 2263 …PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | … in sljit_emit_jump() 2480 PTR_FAIL_IF(softfloat_call_with_args(compiler, arg_types, NULL)); in sljit_emit_call() 2488 PTR_FAIL_IF(jump == NULL); in sljit_emit_call() 2490 PTR_FAIL_IF(softfloat_post_call_with_args(compiler, arg_types)); in sljit_emit_call() [all …]
|
D | sljitNativeS390X.c | 2528 PTR_FAIL_IF(!label); in sljit_emit_label() 2542 PTR_FAIL_IF(push_load_cc(compiler, type & 0xff)); in sljit_emit_jump() 2547 PTR_FAIL_IF(!jump); in sljit_emit_jump() 2554 PTR_FAIL_IF(push_inst(compiler, brasl(type == SLJIT_FAST_CALL ? fast_link_r : link_r, 0))); in sljit_emit_jump() 2556 PTR_FAIL_IF(push_inst(compiler, brcl(mask, 0))); in sljit_emit_jump() 2740 PTR_FAIL_IF(!const_); in sljit_emit_const() 2746 PTR_FAIL_IF(push_inst(compiler, sljit_ins_const | lgrl(dst_r, 0))); in sljit_emit_const() 2748 PTR_FAIL_IF(push_inst(compiler, sljit_ins_const | larl(tmp1, 0))); in sljit_emit_const() 2749 PTR_FAIL_IF(push_inst(compiler, lg(dst_r, 0, r0, tmp1))); in sljit_emit_const() 2753 PTR_FAIL_IF(store_word(compiler, dst_r, dst, dstw, tmp1, 0 /* always 64-bit */)); in sljit_emit_const() [all …]
|
D | sljitNativeARM_T2_32.c | 1829 PTR_FAIL_IF(!label); in sljit_emit_label() 1843 PTR_FAIL_IF(!jump); in sljit_emit_jump() 1847 PTR_FAIL_IF(emit_imm32_const(compiler, TMP_REG1, 0)); in sljit_emit_jump() 1852 PTR_FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_jump() 1857 PTR_FAIL_IF(push_inst16(compiler, BX | RN3(TMP_REG1))); in sljit_emit_jump() 1860 PTR_FAIL_IF(push_inst16(compiler, BLX | RN3(TMP_REG1))); in sljit_emit_jump() 2077 PTR_FAIL_IF(softfloat_call_with_args(compiler, arg_types, NULL)); in sljit_emit_call() 2085 PTR_FAIL_IF(jump == NULL); in sljit_emit_call() 2087 PTR_FAIL_IF(softfloat_post_call_with_args(compiler, arg_types)); in sljit_emit_call() 2090 PTR_FAIL_IF(hardfloat_call_with_args(compiler, arg_types)); in sljit_emit_call() [all …]
|
D | sljitNativeMIPS_32.c | 625 PTR_FAIL_IF(!jump); in sljit_emit_call() 629 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call() 633 PTR_FAIL_IF(emit_const(compiler, PIC_ADDR_REG, 0)); in sljit_emit_call() 636 PTR_FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_call() 638 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call() 640 PTR_FAIL_IF(post_call_with_args(compiler, arg_types)); in sljit_emit_call()
|
D | sljitNativePPC_common.c | 1901 PTR_FAIL_IF(!label); in sljit_emit_label() 1982 PTR_FAIL_IF(!jump); in sljit_emit_jump() 1994 PTR_FAIL_IF(emit_const(compiler, TMP_CALL_REG, 0)); in sljit_emit_jump() 1995 PTR_FAIL_IF(push_inst(compiler, MTCTR | S(TMP_CALL_REG))); in sljit_emit_jump() 1997 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0))); in sljit_emit_jump() 2008 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call() 2371 PTR_FAIL_IF(!const_); in sljit_emit_const() 2375 PTR_FAIL_IF(emit_const(compiler, dst_r, init_value)); in sljit_emit_const() 2378 PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0)); in sljit_emit_const() 2393 PTR_FAIL_IF(!put_label); in sljit_emit_put_label() [all …]
|
D | sljitNativeMIPS_64.c | 629 PTR_FAIL_IF(!jump); in sljit_emit_call() 633 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call() 637 PTR_FAIL_IF(emit_const(compiler, PIC_ADDR_REG, 0)); in sljit_emit_call() 640 PTR_FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_call() 642 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call()
|
D | sljitNativeX86_64.c | 437 PTR_FAIL_IF(emit_load_imm64(compiler, TMP_REG2, immb)); in emit_x86_instruction() 514 PTR_FAIL_IF(!inst); in emit_x86_instruction() 738 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL, 0)); in sljit_emit_call()
|
D | sljitNativeX86_common.c | 2691 PTR_FAIL_IF(!label); 2695 PTR_FAIL_IF(!inst); 3045 PTR_FAIL_IF(!const_); 3060 PTR_FAIL_IF(!inst); 3090 PTR_FAIL_IF(!put_label); 3114 PTR_FAIL_IF(!inst);
|
D | sljitLir.c | 61 #define PTR_FAIL_IF(expr) \ macro 2201 PTR_FAIL_IF(sljit_emit_op2(compiler, SLJIT_SUB | flags | (type & SLJIT_I32_OP), in sljit_emit_cmp()
|