Home | History | Annotate | Download | only in sljit

Lines Matching refs:GET_FLAGS

1400 	if (SLJIT_UNLIKELY(GET_FLAGS(op_flags)))
2148 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2156 if (!GET_FLAGS(op)) {
2171 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2176 if (!GET_FLAGS(op)) {
2193 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2211 return emit_shift_with_flags(compiler, SHL, GET_FLAGS(op),
2214 return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),
2217 return emit_shift_with_flags(compiler, SAR, GET_FLAGS(op),