Home
last modified time | relevance | path

Searched refs:inp_flags (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1011 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags,
1564 SLJIT_ASSERT(!(inp_flags & ALLOW_INV_IMM) || (inp_flags & ALLOW_IMM)); in emit_op()
1569 if (!(inp_flags & ALLOW_IMM)) in emit_op()
1576 if (inp_flags & ALLOW_INV_IMM) { in emit_op()
1607 if (inp_flags & ALLOW_INV_IMM) { in emit_op()
1633 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op()
1646 if (inp_flags & BYTE_SIZE) in emit_op()
1647 inp_flags &= ~SIGNED; in emit_op()
1650 return emit_op_mem(compiler, inp_flags, src2, dst, dstw, TMP_REG2); in emit_op()
1664 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, src2_reg, src2, src2w, TMP_REG2)); in emit_op()
[all …]
H A DsljitNativePPC_common.c986 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, in emit_op_mem() argument
1010 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem()
1016 …return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg & REG_MASK) | B(offs_re… in emit_op_mem()
1019 inst = data_transfer_insts[inp_flags & MEM_MASK]; in emit_op_mem()
1026 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem()
1027 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem()
1032 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | IMM(argw)); in emit_op_mem()
1047 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(tmp_reg) | IMM(argw)); in emit_op_mem()
1056 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem()
1057 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem()

Completed in 44 milliseconds