Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dppc-opc.c49 static unsigned long insert_bd (unsigned long, long, int, const char **);
143 { 16, 0, insert_bd, extract_bd, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
148 { 16, 0, insert_bd, extract_bd, PPC_OPERAND_ABSOLUTE | PPC_OPERAND_SIGNED },
663 insert_bd (unsigned long insn, in insert_bd() function