Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c175 return push_inst(compiler, SUBFIC | D(dst) | A(src1) | compiler->imm); in emit_single_op()
311 FAIL_IF(push_inst(compiler, SUBFIC | D(TMP_REG2) | A(src2) | 0)); in emit_single_op()
H A DsljitNativePPC_64.c327 return push_inst(compiler, SUBFIC | D(dst) | A(src1) | compiler->imm); in emit_single_op()
496 FAIL_IF(push_inst(compiler, SUBFIC | D(TMP_REG2) | A(src2) | 0)); in emit_single_op()
H A DsljitNativePPC_common.c247 #define SUBFIC (HI(8)) macro

Completed in 29 milliseconds