Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_32.c91 return push_inst(compiler, NEG | OERC(flags) | D(dst) | A(src2)); in emit_single_op()
119 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2)); in emit_single_op()
154 return push_inst(compiler, SUBFC | OERC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1)); in emit_single_op()
169 return push_inst(compiler, MULLW | OERC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
H A DsljitNativePPC_64.c208 return push_inst(compiler, NEG | OERC(flags) | D(dst) | A(src2)); in emit_single_op()
240 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2)); in emit_single_op()
277 return push_inst(compiler, SUBFC | OERC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1)); in emit_single_op()
295 return push_inst(compiler, MULLW | OERC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
296 return push_inst(compiler, MULLD | OERC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
H A DsljitNativePPC_common.c126 #define OERC(flags) (((flags & ALT_SET_FLAGS) >> 10) | (flags & ALT_SET_FLAGS)) macro

Completed in 12 milliseconds