Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeRISCV_32.c46 static SLJIT_INLINE sljit_s32 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 static SLJIT_INLINE sljit_s32 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 1 milliseconds