Searched refs:op3fn (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/rx/ |
H A D | translate.c | 803 typedef void (*op3fn)(TCGv ret, TCGv arg1, TCGv arg2); typedef 810 static inline void rx_gen_op_rrr(op3fn opr, int dst, int src, int src2) in rx_gen_op_rrr() 815 static inline void rx_gen_op_irr(op3fn opr, int dst, int src, uint32_t src2) in rx_gen_op_irr() 821 static inline void rx_gen_op_mr(op3fn opr, DisasContext *ctx, in rx_gen_op_mr()
|