Lines Matching refs:op

122 	(!(op & SLJIT_INT_OP) ? a : b)
126 if (op & SLJIT_SET_E) \
132 if (op & SLJIT_SET_E) \
141 SLJIT_ASSERT(!(op & SLJIT_INT_OP)); \
146 ins = (op & SLJIT_INT_OP) ? op_imm : op_dimm; \
147 if (op & SLJIT_SET_E) \
153 ins = (op & SLJIT_INT_OP) ? op_v : op_dv; \
154 if (op & SLJIT_SET_E) \
160 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si … in emit_single_op() argument
165 switch (GET_OPCODE(op)) { in emit_single_op()
177 if (op == SLJIT_MOV_SB) { in emit_single_op()
191 if (op == SLJIT_MOV_SH) { in emit_single_op()
202 SLJIT_ASSERT(!(op & SLJIT_INT_OP)); in emit_single_op()
212 if (op & SLJIT_SET_E) in emit_single_op()
221 if (op & SLJIT_SET_E) in emit_single_op()
234 …FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_INT_OP) ? 32 : 64), UNMOVABLE_I… in emit_single_op()
240 if (op & SLJIT_SET_E) in emit_single_op()
247 if (op & SLJIT_SET_O) { in emit_single_op()
253 if (op & SLJIT_SET_E) in emit_single_op()
255 if (op & (SLJIT_SET_C | SLJIT_SET_O)) { in emit_single_op()
268 if (op & SLJIT_SET_O) in emit_single_op()
270 if (op & SLJIT_SET_E) in emit_single_op()
272 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
280 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
282 if (!(op & SLJIT_SET_O)) in emit_single_op()
291 if (op & SLJIT_SET_C) { in emit_single_op()
301 if (op & SLJIT_SET_C) in emit_single_op()
306 if (op & SLJIT_SET_C) in emit_single_op()
310 if (!(op & SLJIT_SET_C)) in emit_single_op()
319 if ((flags & SRC2_IMM) && ((op & (SLJIT_SET_U | SLJIT_SET_S)) || src2 == SIMM_MIN)) { in emit_single_op()
326 if (op & SLJIT_SET_O) { in emit_single_op()
332 if (op & SLJIT_SET_E) in emit_single_op()
334 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
341 if (op & SLJIT_SET_O) in emit_single_op()
343 if (op & SLJIT_SET_E) in emit_single_op()
345 if (op & (SLJIT_SET_U | SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
347 if (op & SLJIT_SET_U) in emit_single_op()
349 if (op & SLJIT_SET_S) { in emit_single_op()
358 if (!(op & SLJIT_SET_O)) in emit_single_op()
373 if (op & SLJIT_SET_C) in emit_single_op()
379 if (op & SLJIT_SET_C) in emit_single_op()
385 if (op & SLJIT_SET_C) in emit_single_op()
389 …return (op & SLJIT_SET_C) ? push_inst(compiler, OR | SA(OVERFLOW_FLAG) | TA(LESS_FLAG) | DA(ULESS_… in emit_single_op()
393 if (!(op & SLJIT_SET_O)) { in emit_single_op()
395 if (op & SLJIT_INT_OP) in emit_single_op()