Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbedbug.c29 struct opcode *find_opcode __P ((unsigned long));
198 if ((ctx.op = find_opcode (ctx.instr)) == 0) { in disppc()
418 struct opcode *find_opcode (unsigned long instr) in find_opcode() function
1085 if ((op = find_opcode (instr)) == (struct opcode *) 0) { in find_next_address()