Home | History | Annotate | Download | only in sljit

Lines Matching refs:JMP_rm

189 #define JMP_rm		(/* GROUP_FF */ 4 << 3)
2678 *inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;