Home
last modified time | relevance | path

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

/external/u-boot/common/
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()
/external/pcre/dist2/src/sljit/
DsljitNativeTILEGX-encoder.c9501 find_opcode(tilegx_bundle_bits bits, tilegx_pipeline pipe) in find_opcode() function
9549 opc = find_opcode (bits, (tilegx_pipeline)pipe); in parse_insn_tilegx()