Searched refs:ins1 (Results 1 - 4 of 4) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeRISCV_common.c | 1839 sljit_ins ins1, ins2, ins3; in sljit_emit_shift_into() local 1884 ins1 = SLLI | WORD | IMM_I(src2w); in sljit_emit_shift_into() 1888 ins1 = SRLI | WORD | IMM_I(src2w); in sljit_emit_shift_into() 1893 FAIL_IF(push_inst(compiler, ins1 | RD(src_dst) | RS1(src_dst))); in sljit_emit_shift_into() 1899 ins1 = SLL; in sljit_emit_shift_into() 1903 ins1 = SRL; in sljit_emit_shift_into() 1908 FAIL_IF(push_inst(compiler, ins1 | WORD | RD(src_dst) | RS1(src_dst) | RS2(src2))); in sljit_emit_shift_into()
|
H A D | sljitNativeMIPS_common.c | 2407 sljit_ins ins1, ins2, ins3; in sljit_emit_shift_into() local 2449 ins1 = SELECT_OP3(op, src2w, DSLL, DSLL32, SLL); in sljit_emit_shift_into() 2453 ins1 = SELECT_OP3(op, src2w, DSRL, DSRL32, SRL); in sljit_emit_shift_into() 2458 FAIL_IF(push_inst(compiler, ins1 | T(src_dst) | D(src_dst), DR(src_dst))); in sljit_emit_shift_into() 2464 ins1 = SELECT_OP2(op, DSRL, SRL); in sljit_emit_shift_into() 2468 ins1 = SELECT_OP2(op, DSLL, SLL); in sljit_emit_shift_into() 2476 FAIL_IF(push_inst(compiler, ins1 | T(src1) | D(TMP_REG1) | (1 << 6), DR(TMP_REG1))); in sljit_emit_shift_into()
|
/third_party/python/Objects/ |
H A D | listobject.c | 279 ins1(PyListObject *self, Py_ssize_t where, PyObject *v) in ins1() function 314 return ins1((PyListObject *)op, where, newitem); in PyList_Insert() 817 if (ins1(self, index, object) == 0) in list_insert_impl()
|
/third_party/python/Modules/ |
H A D | arraymodule.c | 637 ins1(arrayobject *self, Py_ssize_t where, PyObject *v) in ins1() function 1003 if (ins1(self, Py_SIZE(self), v) != 0) { in array_iter_extend() 1095 if (ins1(self, where, v) != 0) in ins()
|
Completed in 17 milliseconds