Searched refs:INV_IMM (Results 1 – 1 of 1) sorted by relevance
1109 #define INV_IMM 0x02 macro1123 SLJIT_ASSERT(!(flags & INV_IMM) && !(src2 & SRC2_IMM)); \1144 return push_inst(compiler, ((flags & INV_IMM) ? MVN : MOV) | RD(dst) | src2); in emit_single_op()1165 return push_inst(compiler, ((flags & INV_IMM) ? MVN : MOV) | RD(dst) | src2); in emit_single_op()1182 return push_inst(compiler, ((flags & INV_IMM) ? MVN : MOV) | RD(dst) | src2); in emit_single_op()1188 …return push_inst(compiler, ((flags & INV_IMM) ? MOV : MVN) | (flags & SET_FLAGS) | RD(dst) | src2); in emit_single_op()1193 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()1199 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()1205 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()1209 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()[all …]