Home
last modified time | relevance | path

Searched refs:OPCODE_BRA (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/sh/kernel/
Dkgdb.c26 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) macro
85 else if (OPCODE_BRA(op)) in get_step_address()
Dkprobes.c29 #define OPCODE_BRA(x) (((x) & 0xF000) == 0xa000) macro
162 } else if (OPCODE_BRA(p->opcode) || OPCODE_BSR(p->opcode)) { in prepare_singlestep()