Searched refs:ALT_SET_FLAGS (Results 1 – 3 of 3) sorted by relevance
117 if (!(flags & ALT_SET_FLAGS)) in emit_single_op()119 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2)); in emit_single_op()150 if (!(flags & ALT_SET_FLAGS)) in emit_single_op()154 return push_inst(compiler, SUBFC | OERC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1)); in emit_single_op()
237 if (!(flags & ALT_SET_FLAGS)) in emit_single_op()240 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2)); in emit_single_op()272 if (!(flags & ALT_SET_FLAGS)) in emit_single_op()277 return push_inst(compiler, SUBFC | OERC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1)); in emit_single_op()
126 #define OERC(flags) (((flags & ALT_SET_FLAGS) >> 10) | (flags & ALT_SET_FLAGS))128 #define RC(flags) ((flags & ALT_SET_FLAGS) >> 10)536 #define ALT_SET_FLAGS 0x000400 macro1145 …_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_FORM6 | ALT_SIGN_EXT | ALT_SET_FLAGS); in emit_op()1314 sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op1()1470 sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op2()