Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/xmon/
H A Dppc-dis.c66 operand = &powerpc_operands[*opindex]; in skip_optional_operands()
104 operand = powerpc_operands + *opindex; in lookup_powerpc()
186 operand = powerpc_operands + *opindex; in print_insn_powerpc()
H A Dppc.h293 extern const struct powerpc_operand powerpc_operands[];
H A Dppc-opc.c131 const struct powerpc_operand powerpc_operands[] = variable
957 const unsigned int num_powerpc_operands = (sizeof (powerpc_operands)
958 / sizeof (powerpc_operands[0]));