Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/
H A Dkprobes.c26 #define OPCODE_BRA(x) (((x) & 0xF000) == 0xa000) macro
H A Dkgdb.c26 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) macro