Lines Matching refs:GET_FLAGS
1423 if (SLJIT_UNLIKELY(GET_FLAGS(op_flags)))
2171 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2179 if (!GET_FLAGS(op)) {
2194 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2199 if (!GET_FLAGS(op)) {
2216 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2234 return emit_shift_with_flags(compiler, SHL, GET_FLAGS(op),
2237 return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),
2240 return emit_shift_with_flags(compiler, SAR, GET_FLAGS(op),