Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1003 static sljit_s32 store_word(struct sljit_compiler *compiler, sljit_gpr src, in store_word() function
2150 FAIL_IF(store_word(compiler, dst_r, dst, dstw, op & SLJIT_32)); in sljit_emit_op1()
2248 return store_word(compiler, tmp0, dst, dstw, op & SLJIT_32); in sljit_emit_add()
2393 return store_word(compiler, tmp0, dst, dstw, op & SLJIT_32); in sljit_emit_sub()
2699 return store_word(compiler, tmp0, dst, dstw, op & SLJIT_32); in sljit_emit_op2()
2708 return store_word(compiler, tmp0, dst, dstw, op & SLJIT_32); in sljit_emit_op2()
2726 return store_word(compiler, tmp0, dst, dstw, op & SLJIT_32); in sljit_emit_op2()
3070 return store_word(compiler, fast_link_r, dst, dstw, 0); in sljit_emit_fast_enter()
3257 return store_word(compiler, dst_r, dst, dstw, (op & SLJIT_32)); in sljit_emit_op_flags()
3326 PTR_FAIL_IF(store_word(compiler, dst_r, dst, dstw, 0 /* always 64-bit */)); in sljit_emit_const()
[all …]

Completed in 19 milliseconds