Home
last modified time | relevance | path

Searched refs:arm_predict_branch (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dmachdep.h40 int arm_predict_branch(void *, u_int, register_t, register_t *,
/f-stack/freebsd/arm/arm/
H A Dmachdep_ptrace.c119 error = arm_predict_branch(td, cur_instr, td->td_frame->tf_pc, in ptrace_get_alternative_next()
223 arm_predict_branch(void *cookie, u_int insn, register_t pc, register_t *new_pc, in arm_predict_branch() function
H A Ddb_interface.c320 ret = arm_predict_branch(NULL, insn, (register_t)pc, &new_pc, in branch_taken()