Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_32.c46 …emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value, sljit_ins last_ins) in emit_const() argument
52 return push_inst(compiler, last_ins | RS1(dst) | IMM_I(init_value)); in emit_const()
H A DsljitNativeRISCV_64.c129 …emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value, sljit_ins last_ins) in emit_const() argument
149 return push_inst(compiler, last_ins | RS1(dst) | IMM_I(init_value)); in emit_const()

Completed in 5 milliseconds