Searched refs:gen_offset_st (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/tricore/ |
| H A D | translate.c | 221 static void gen_offset_st(DisasContext *ctx, TCGv_i32 r1, TCGv_i32 r2, in gen_offset_st() 3417 gen_offset_st(ctx, cpu_gpr_a[15], cpu_gpr_a[10], const16 * 4, MO_LESL); in decode_slr_opc() 3420 gen_offset_st(ctx, cpu_gpr_d[15], cpu_gpr_a[10], const16 * 4, MO_LESL); in decode_slr_opc() 3495 gen_offset_st(ctx, cpu_gpr_a[15], cpu_gpr_a[r2], address * 4, MO_LESL); in decode_sr_system() 3498 gen_offset_st(ctx, cpu_gpr_d[15], cpu_gpr_a[r2], address, MO_UB); in decode_sr_system() 3501 gen_offset_st(ctx, cpu_gpr_d[15], cpu_gpr_a[r2], address * 2, MO_LESW); in decode_sr_system() 3504 gen_offset_st(ctx, cpu_gpr_d[15], cpu_gpr_a[r2], address * 4, MO_LESL); in decode_sr_accu() 3772 gen_offset_st(ctx, cpu_gpr_a[r1], cpu_gpr_a[15], const16 * 4, MO_LESL); in decode_16Bit_opc() 3777 gen_offset_st(ctx, cpu_gpr_d[r1], cpu_gpr_a[15], const16, MO_UB); 3782 gen_offset_st(ct in decode_abs_ldw() 220 static inline void gen_offset_st(DisasContext *ctx, TCGv r1, TCGv r2, gen_offset_st() function [all...] |