Searched refs:inp_flags (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_32.c | 1788 SLJIT_ASSERT(!(inp_flags & ALLOW_INV_IMM) || (inp_flags & ALLOW_IMM)); in emit_op() 1790 if (inp_flags & ALLOW_NEG_IMM) { in emit_op() 1812 if (!(inp_flags & ALLOW_IMM)) in emit_op() 1819 if (inp_flags & ALLOW_INV_IMM) { in emit_op() 1843 if (inp_flags & ALLOW_INV_IMM) { in emit_op() 1869 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op() 1882 if (inp_flags & BYTE_SIZE) in emit_op() 1883 inp_flags &= ~SIGNED; in emit_op() 1886 return emit_op_mem(compiler, inp_flags, src2, dst, dstw, TMP_REG2); in emit_op() 1900 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, src2_reg, src2, src2w, TMP_REG2)); in emit_op() [all …]
|
H A D | sljitNativePPC_common.c | 1064 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, in emit_op_mem() argument 1088 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem() 1094 …return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg & REG_MASK) | B(offs_re… in emit_op_mem() 1097 inst = data_transfer_insts[inp_flags & MEM_MASK]; in emit_op_mem() 1104 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem() 1105 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem() 1110 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | IMM(argw)); in emit_op_mem() 1125 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(tmp_reg) | IMM(argw)); in emit_op_mem() 1134 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem() 1135 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem()
|
Completed in 26 milliseconds