Lines Matching refs:op

43 		if (op & SLJIT_SET_E) \
49 if (op & SLJIT_SET_E) \
57 if (op & SLJIT_SET_E) \
63 if (op & SLJIT_SET_E) \
69 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si … in emit_single_op() argument
72 switch (GET_OPCODE(op)) { in emit_single_op()
86 if (op == SLJIT_MOV_SB) { in emit_single_op()
104 if (op == SLJIT_MOV_SH) { in emit_single_op()
120 if (op & SLJIT_SET_E) in emit_single_op()
129 if (op & SLJIT_SET_E) in emit_single_op()
148 if (op & SLJIT_SET_E) in emit_single_op()
155 if (op & SLJIT_SET_O) { in emit_single_op()
161 if (op & SLJIT_SET_E) in emit_single_op()
163 if (op & (SLJIT_SET_C | SLJIT_SET_O)) { in emit_single_op()
176 if (op & SLJIT_SET_O) in emit_single_op()
178 if (op & SLJIT_SET_E) in emit_single_op()
180 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
188 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
190 if (!(op & SLJIT_SET_O)) in emit_single_op()
199 if (op & SLJIT_SET_C) { in emit_single_op()
209 if (op & SLJIT_SET_C) in emit_single_op()
214 if (op & SLJIT_SET_C) in emit_single_op()
218 if (!(op & SLJIT_SET_C)) in emit_single_op()
227 if ((flags & SRC2_IMM) && ((op & (SLJIT_SET_U | SLJIT_SET_S)) || src2 == SIMM_MIN)) { in emit_single_op()
234 if (op & SLJIT_SET_O) { in emit_single_op()
240 if (op & SLJIT_SET_E) in emit_single_op()
242 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
249 if (op & SLJIT_SET_O) in emit_single_op()
251 if (op & SLJIT_SET_E) in emit_single_op()
253 if (op & (SLJIT_SET_U | SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
255 if (op & SLJIT_SET_U) in emit_single_op()
257 if (op & SLJIT_SET_S) { in emit_single_op()
266 if (!(op & SLJIT_SET_O)) in emit_single_op()
281 if (op & SLJIT_SET_C) in emit_single_op()
287 if (op & SLJIT_SET_C) in emit_single_op()
293 if (op & SLJIT_SET_C) in emit_single_op()
297 …return (op & SLJIT_SET_C) ? push_inst(compiler, OR | SA(OVERFLOW_FLAG) | TA(LESS_FLAG) | DA(ULESS_… in emit_single_op()
301 if (!(op & SLJIT_SET_O)) { in emit_single_op()