Searched refs:JMP_rm (Results 1 – 2 of 2) sorted by relevance
393 code_ptr[2] = U8(MOD_REG | (type >= SLJIT_FAST_CALL ? CALL_rm : JMP_rm) | reg_lmap[TMP_REG2]); in detect_far_jump_type()
225 #define JMP_rm (/* GROUP_FF */ 4 << 3) macro3456 inst[1] = U8(inst[1] | ((type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm));
Completed in 33 milliseconds