HomeSort by: relevance | last modified time | path
    Searched defs:branch_taken (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/riscv/riscv/
db_machdep.c 174 branch_taken(uint32_t insn, db_addr_t pc, db_regs_t *tf) function in typeref:typename:db_addr_t
  /src/sys/arch/arm/arm32/
db_interface.c 391 branch_taken(u_int insn, u_int pc, db_regs_t *regs) function in typeref:typename:u_int
438 panic("branch_taken: botch");
  /src/sys/arch/aarch64/include/
db_machdep.h 211 #define branch_taken(ins, pc, regs) \ macro
  /src/sys/arch/sparc/include/
db_machdep.h 101 #define branch_taken(ins, pc, regs) \ macro
  /src/sys/arch/sparc64/include/
db_machdep.h 124 #define branch_taken(ins, pc, regs) \ macro
  /src/sys/arch/mips/mips/
db_interface.c 1071 branch_taken(int inst, db_addr_t pc, db_regs_t *regs) function in typeref:typename:db_addr_t
  /src/sys/arch/powerpc/powerpc/
db_interface.c 501 branch_taken(int inst, db_addr_t pc, db_regs_t *regs) function in typeref:typename:db_addr_t
522 db_printf("branch_taken: can't figure out branch target for 0x%x!\n",
  /src/sys/arch/ia64/include/
db_machdep.h 109 #define branch_taken(ins, pc, regs) pc macro
  /src/sys/arch/alpha/include/
db_machdep.h 87 #define branch_taken(ins, pc, regs) \ macro

Completed in 16 milliseconds