HomeSort by relevance Sort by last modified time
    Searched refs:OERC (Results 1 - 3 of 3) sorted by null

  /external/pcre/dist/sljit/
sljitNativePPC_32.c 91 return push_inst(compiler, NEG | OERC(flags) | D(dst) | A(src2));
119 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2));
154 return push_inst(compiler, SUBFC | OERC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1));
169 return push_inst(compiler, MULLW | OERC(flags) | D(dst) | A(src2) | B(src1));
sljitNativePPC_64.c 208 return push_inst(compiler, NEG | OERC(flags) | D(dst) | A(src2));
240 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2));
277 return push_inst(compiler, SUBFC | OERC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1));
295 return push_inst(compiler, MULLW | OERC(flags) | D(dst) | A(src2) | B(src1));
296 return push_inst(compiler, MULLD | OERC(flags) | D(dst) | A(src2) | B(src1));
sljitNativePPC_common.c 126 #define OERC(flags) (((flags & ALT_SET_FLAGS) >> 10) | (flags & ALT_SET_FLAGS))
535 /* This flag affects the RC() and OERC() macros. */
    [all...]

Completed in 58 milliseconds