HomeSort by: relevance | last modified time | path
    Searched refs:OERC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_32.c 93 return push_inst(compiler, NEG | OERC(flags) | D(dst) | A(src2));
121 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2));
149 return push_inst(compiler, SUBFC | OERC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1));
159 return push_inst(compiler, MULLW | OERC(flags) | D(dst) | A(src2) | B(src1));
sljitNativePPC_64.c 210 return push_inst(compiler, NEG | OERC(flags) | D(dst) | A(src2));
242 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2));
273 return push_inst(compiler, SUBFC | OERC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1));
286 return push_inst(compiler, MULLW | OERC(flags) | D(dst) | A(src2) | B(src1));
287 return push_inst(compiler, MULLD | OERC(flags) | D(dst) | A(src2) | B(src1));
sljitNativePPC_common.c 132 #define OERC(flags) (((flags & ALT_SET_FLAGS) >> 10) | (flags & ALT_SET_FLAGS))
555 /* This flag affects the RC() and OERC() macros. */

Completed in 13 milliseconds