Searched refs:inp_flags (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_common.c | 1156 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem() 1165 inst = data_transfer_insts[inp_flags & MEM_MASK]; in emit_op_mem() 1172 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem() 1173 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem() 1178 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | IMM(argw)); in emit_op_mem() 1190 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem() 1191 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem() 1739 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into() local 1742 sljit_s32 inp_flags = WORD_DATA | LOAD_DATA; in sljit_emit_shift_into() local 1765 FAIL_IF(emit_op_mem(compiler, inp_flags, TMP_REG2, src2, src2w, TMP_REG2)); in sljit_emit_shift_into() [all …]
|
H A D | sljitNativeARM_32.c | 1913 SLJIT_ASSERT(!(inp_flags & ALLOW_INV_IMM) || (inp_flags & ALLOW_IMM)); in emit_op() 1915 if (inp_flags & ALLOW_NEG_IMM) { in emit_op() 1937 if (!(inp_flags & ALLOW_IMM)) in emit_op() 1944 if (inp_flags & ALLOW_INV_IMM) { in emit_op() 1968 if (inp_flags & ALLOW_INV_IMM) { in emit_op() 1994 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op() 2007 if (inp_flags & BYTE_SIZE) in emit_op() 2008 inp_flags &= ~SIGNED; in emit_op() 2011 return emit_op_mem(compiler, inp_flags, src2, dst, dstw, TMP_REG2); in emit_op() 2025 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, src2_reg, src2, src2w, TMP_REG2)); in emit_op() [all …]
|
H A D | sljitNativeRISCV_common.c | 1842 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into() local 1845 sljit_s32 inp_flags = WORD_DATA | LOAD_DATA; in sljit_emit_shift_into() local 1870 FAIL_IF(emit_op_mem(compiler, inp_flags, TMP_REG2, src2, src2w)); in sljit_emit_shift_into() 1875 FAIL_IF(emit_op_mem(compiler, inp_flags, TMP_REG1, src1, src1w)); in sljit_emit_shift_into()
|
H A D | sljitNativeMIPS_common.c | 2409 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into() local 2412 sljit_s32 inp_flags = WORD_DATA | LOAD_DATA; in sljit_emit_shift_into() local 2435 FAIL_IF(emit_op_mem(compiler, inp_flags, DR(TMP_REG2), src2, src2w)); in sljit_emit_shift_into() 2440 FAIL_IF(emit_op_mem(compiler, inp_flags, DR(TMP_REG1), src1, src1w)); in sljit_emit_shift_into()
|
Completed in 49 milliseconds