Home | History | Annotate | Download | only in sljit

Lines Matching refs:type_flags

1307 #define EMIT_MOV(type, type_flags, type_cast) \
1308 emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? type_cast srcw : srcw)