Lines Matching refs:INV_IMM
992 #define INV_IMM 0x02 macro
1006 SLJIT_ASSERT(!(flags & INV_IMM) && !(src2 & SRC2_IMM)); \
1027 return push_inst(compiler, EMIT_DATA_PROCESS_INS((flags & INV_IMM) ? MVN_DP : MOV_DP, 0, in emit_single_op()
1049 return push_inst(compiler, EMIT_DATA_PROCESS_INS((flags & INV_IMM) ? MVN_DP : MOV_DP, 0, in emit_single_op()
1067 return push_inst(compiler, EMIT_DATA_PROCESS_INS((flags & INV_IMM) ? MVN_DP : MOV_DP, 0, in emit_single_op()
1074 …return push_inst(compiler, EMIT_DATA_PROCESS_INS((flags & INV_IMM) ? MOV_DP : MVN_DP, flags & SET_… in emit_single_op()
1080 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()
1086 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()
1094 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()
1099 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()
1107 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()
1112 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()
1124 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(!(flags & INV_IMM) ? AND_DP : BIC_DP, flags & SET… in emit_single_op()
1128 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()
1132 SLJIT_ASSERT(!(flags & INV_IMM)); in emit_single_op()
1474 flags |= INV_IMM; in emit_op()
1505 flags |= ARGS_SWAPPED | INV_IMM; in emit_op()