Lines Matching full:else
55 else in get_step_address()
60 else if (OPCODE_BTS(op)) { in get_step_address()
63 else in get_step_address()
68 else if (OPCODE_BF(op)) { in get_step_address()
71 else in get_step_address()
76 else if (OPCODE_BFS(op)) { in get_step_address()
79 else in get_step_address()
84 else if (OPCODE_BRA(op)) in get_step_address()
88 else if (OPCODE_BRAF(op)) in get_step_address()
93 else if (OPCODE_BSR(op)) in get_step_address()
97 else if (OPCODE_BSRF(op)) in get_step_address()
102 else if (OPCODE_JMP(op)) in get_step_address()
106 else if (OPCODE_JSR(op)) in get_step_address()
110 else if (OPCODE_RTS(op)) in get_step_address()
114 else if (OPCODE_RTE(op)) in get_step_address()
118 else in get_step_address()
326 #else