Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/
H A Dkgdb.c24 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) macro
77 else if (OPCODE_BFS(op)) { in get_step_address()