Searched refs:emit_move (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeS390X.c | 1063 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rr() 1068 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rr() 1089 FAIL_IF(emit_move(compiler, tmp1, src1, src1w)); in emit_rr1() 1106 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rrf() 1111 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rrf() 1138 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_ri() 1154 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rie_d() 1190 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rx() 2471 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in sljit_emit_bitwise_imm() 2609 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in sljit_emit_shift() [all …]
|
Completed in 20 milliseconds