Searched refs:ALT_SET_FLAGS (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_32.c117 if (!(flags & ALT_SET_FLAGS))
119 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2));
150 if (!(flags & ALT_SET_FLAGS))
154 return push_inst(compiler, SUBFC | OERC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1));
H A DsljitNativePPC_64.c237 if (!(flags & ALT_SET_FLAGS))
240 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2));
272 if (!(flags & ALT_SET_FLAGS))
277 return push_inst(compiler, SUBFC | OERC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1));
H A DsljitNativePPC_common.c129 OE and Rc flag (see ALT_SET_FLAGS). */
130 #define OERC(flags) (((flags & ALT_SET_FLAGS) >> 10) | (flags & ALT_SET_FLAGS))
131 /* Rc flag (see ALT_SET_FLAGS). */
132 #define RC(flags) ((flags & ALT_SET_FLAGS) >> 10)
540 #define ALT_SET_FLAGS 0x000400 macro
559 ALT_SET_FLAGS 0x000400
1134 sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_FORM6 | ALT_SIGN_EXT | ALT_SET_FLAGS);
1304 sljit_s32 flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0;
1460 sljit_s32 flags = GET_FLAGS(op) ? ALT_SET_FLAGS
[all...]

Completed in 122 milliseconds