Searched refs:check_jmp_64 (Results 1 – 3 of 3) sorted by relevance
149 bool check_jmp_64(u32 curr_off, u32 targ_off, u8 cond);
559 if (!check_jmp_64(from_off, to_off, cond)) in feasible_jit_jump()653 if (!check_jmp_64(curr_off, epi_off, ARC_CC_AL)) { in handle_jmp_epilogue()
2737 bool check_jmp_64(u32 curr_off, u32 targ_off, u8 cond) in check_jmp_64() function