Searched refs:gen_op_addr_add (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.h | 178 void gen_op_addr_add(DisasContext *ctx, TCGv ret, TCGv arg0, TCGv arg1);
|
H A D | translate.c | 1418 void gen_op_addr_add(DisasContext *ctx, TCGv ret, TCGv arg0, TCGv arg1) in gen_op_addr_add() function 1955 gen_op_addr_add(ctx, addr, cpu_gpr[base], addr); in gen_base_offset_addr() 2078 gen_op_addr_add(ctx, t0, t0, t1); in gen_ld() 2085 gen_op_addr_add(ctx, t0, t0, t1); in gen_ld() 4138 gen_op_addr_add(ctx, t0, cpu_gpr[rd], t0); in gen_loongson_lsdc2() 4153 gen_op_addr_add(ctx, t0, cpu_gpr[rd], t0); in gen_loongson_lsdc2() 4163 gen_op_addr_add(ctx, t0, cpu_gpr[rd], t0); in gen_loongson_lsdc2() 4173 gen_op_addr_add(ctx, t0, cpu_gpr[rd], t0); in gen_loongson_lsdc2() 4184 gen_op_addr_add(ctx, t0, cpu_gpr[rd], t0); in gen_loongson_lsdc2() 10553 gen_op_addr_add(ctx, t0, cpu_gpr[base], cpu_gpr[index]); in gen_flt3_ldst() [all …]
|
H A D | mips16e_translate.c.inc | 295 gen_op_addr_add(ctx, t0, t0, t2);
|
H A D | nanomips_translate.c.inc | 2401 gen_op_addr_add(ctx, btarget, tcg_constant_tl(ctx->base.pc_next + 4), t0); 2620 gen_op_addr_add(ctx, t0, t0, t1);
|