Searched refs:gen_adds (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 687 static inline void gen_adds(TCGv ret, TCGv r1, TCGv r2); 714 gen_adds(ret_low, r1_low, temp); in gen_madds_h() 717 gen_adds(ret_high, r1_high, temp2); in gen_madds_h() 754 gen_adds(ret_high, r1_high, temp2); in gen_maddsus_h() 1064 gen_adds(ret, arg1, temp); in gen_m16adds32_q() 2047 gen_adds(ret_low, r1_low, temp); in gen_msubads_h() 2594 static inline void gen_adds(TCGv ret, TCGv r1, TCGv r2) in gen_adds() function 3256 gen_adds(cpu_gpr_d[r1], cpu_gpr_d[r1], cpu_gpr_d[r2]); in decode_srr_opc() 5637 gen_adds(cpu_gpr_d[r3], cpu_gpr_d[r1], cpu_gpr_d[r2]); in decode_rr_accumulator()
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 2092 gen_adds(ctx, ra, rb, rc, fn11); in translate_one()
|