Searched defs:next_instr_address (Results 1 – 7 of 7) sorted by relevance
89 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
75 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
77 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
78 next_instr_address(vaddr_t addr, int b) { in next_instr_address() function
472 next_instr_address(pc, branch) in next_instr_address() function
361 next_instr_address(vaddr_t pc, int bd) in next_instr_address() function
126 #define next_instr_address(pc, bd) \ macro