Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbedbug.c30 struct opcode *find_opcode_by_name __P ((char *));
459 struct opcode *find_opcode_by_name (char *name) in find_opcode_by_name() function
776 if ((opc = find_opcode_by_name (scratch)) == (struct opcode *) 0) { in asmppc()