Home | History | Annotate | Download | only in include

Lines Matching refs:inst

70 #define	BKPT_SIZE	(4)		/* size of breakpoint inst */
71 #define BKPT_SET(inst, addr) (BKPT_INST)
82 bool db_inst_trap_return(int inst);
83 bool db_inst_return(int inst);
84 bool db_inst_call(int inst);
85 bool db_inst_branch(int inst);
86 int db_inst_load(int inst);
87 int db_inst_store(int inst);
88 bool db_inst_unconditional_flow_transfer(int inst);
89 db_addr_t db_branch_taken(int inst, db_addr_t pc, db_regs_t *regs);