Searched defs:next_instr_address (Results 1 – 8 of 8) sorted by relevance
217 next_instr_address(db_addr_t pc, bool bdslot_p) next_instr_address() function
209 #define next_instr_address(pc, bd) \ macro
105 #define next_instr_address(pc, bd) \ macro
114 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
128 #define next_instr_address(pc, bd) \ macro
122 #define next_instr_address(v, b) ((db_addr_t) ((b) ? (v) : ((v) + 4))) macro
91 #define next_instr_address(v, b) ((db_addr_t) ((b) ? (v) : ((v) + 4))) macro
1085 next_instr_address(db_addr_t pc, bool bd) in next_instr_address() function