Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/kernel/
Dtrace.c225 unsigned short opcode0, opcode1; in get_instruction() local
248 if (!get_mem16(&opcode1, address + 1)) in get_instruction()
250 *val = (opcode0 << 16) + opcode1; in get_instruction()