Searched defs:instruction_op (Results 1 – 1 of 1) sorted by relevance
100 struct instruction_op { struct101 int type;102 int reg;103 unsigned long val;105 unsigned long ea;106 int update_reg;108 int spr;109 u32 ccval;110 u32 xerval;134 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, argument