Lines Matching refs:instruction_op
90 struct instruction_op *op) in branch_taken()
518 static int do_fp_load(struct instruction_op *op, unsigned long ea, in do_fp_load()
569 static int do_fp_store(struct instruction_op *op, unsigned long ea, in do_fp_store()
716 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load()
802 void emulate_vsx_store(struct instruction_op *op, const union vsx_reg *reg, in emulate_vsx_store()
894 static nokprobe_inline int do_vsx_load(struct instruction_op *op, in do_vsx_load()
941 static nokprobe_inline int do_vsx_store(struct instruction_op *op, in do_vsx_store()
1053 struct instruction_op *op) in set_cr0()
1071 static nokprobe_inline void set_ca32(struct instruction_op *op, bool val) in set_ca32()
1082 struct instruction_op *op, int rd, in add_with_carry()
1110 struct instruction_op *op, in do_cmp_signed()
1128 struct instruction_op *op, in do_cmp_unsigned()
1147 struct instruction_op *op, in do_cmpb()
1167 struct instruction_op *op, in do_popcnt()
1194 struct instruction_op *op, in do_bpermd()
1215 struct instruction_op *op, in do_prty()
1273 int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, in analyse_instr()
3149 void emulate_update_regs(struct pt_regs *regs, struct instruction_op *op) in emulate_update_regs()
3241 int emulate_loadstore(struct pt_regs *regs, struct instruction_op *op) in emulate_loadstore()
3500 struct instruction_op op; in emulate_step()