Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c64 static long extract_nb (unsigned long, ppc_cpu_t, int *);
482 { 0x1f, 11, NULL, extract_nb, PPC_OPERAND_PLUS1 },
487 { 0x1f, 11, insert_nbi, extract_nb, PPC_OPERAND_PLUS1 },
1667 extract_nb (unsigned long insn, in extract_nb() function