Revision 6676f424 target-ppc/op_helper.h

b/target-ppc/op_helper.h
51 51
void do_print_mem_EA (target_ulong EA);
52 52

  
53 53
/* Registers load and stores */
54
void do_load_cr (void);
54 55
void do_store_cr (uint32_t mask);
55 56
#if defined(TARGET_PPC64)
56 57
void do_store_pri (int prio);
......
87 88
void do_subfzeo_64 (void);
88 89
void do_srad (void);
89 90
#endif
91
void do_popcntb (void);
92
#if defined(TARGET_PPC64)
93
void do_popcntb_64 (void);
94
#endif
90 95

  
91 96
/* Floating-point arithmetic helpers */
92 97
void do_compute_fprf (int set_class);
......
133 138
void do_td (int flags);
134 139
#endif
135 140
#if !defined(CONFIG_USER_ONLY)
141
void do_store_msr (void);
136 142
void do_rfi (void);
137 143
#if defined(TARGET_PPC64)
138 144
void do_rfid (void);

Also available in: Unified diff