Lines Matching defs:a0

559     TCGv t0, a0;
569 a0 = tcg_temp_local_new(TCG_TYPE_TL);
570 tcg_gen_mov_tl(a0, cpu_A0);
590 tcg_gen_mov_tl(cpu_A0, a0);
591 tcg_temp_free(a0);
667 static inline void gen_op_ld_v(int idx, TCGv t0, TCGv a0)
672 tcg_gen_qemu_ld8u(t0, a0, mem_index);
675 tcg_gen_qemu_ld16u(t0, a0, mem_index);
678 tcg_gen_qemu_ld32u(t0, a0, mem_index);
684 tcg_gen_qemu_ld64(t0, a0, mem_index);
706 static inline void gen_op_st_v(int idx, TCGv t0, TCGv a0)
711 tcg_gen_qemu_st8(t0, a0, mem_index);
714 tcg_gen_qemu_st16(t0, a0, mem_index);
717 tcg_gen_qemu_st32(t0, a0, mem_index);
723 tcg_gen_qemu_st64(t0, a0, mem_index);
1740 TCGv t0, t1, t2, a0;
1746 a0 = tcg_temp_local_new();
1755 tcg_gen_mov_tl(a0, cpu_A0);
1756 gen_op_ld_v(ot + s->mem_index, t0, a0);
1795 gen_op_st_v(ot + s->mem_index, t0, a0);
1828 tcg_temp_free(a0);
1836 TCGv t0, t1, a0;
1841 a0 = tcg_temp_local_new();
1850 tcg_gen_mov_tl(a0, cpu_A0);
1851 gen_op_ld_v(ot + s->mem_index, t0, a0);
1876 gen_op_st_v(ot + s->mem_index, t0, a0);
1905 tcg_temp_free(a0);
1966 TCGv t0, t1, t2, a0;
1971 a0 = tcg_temp_local_new();
1980 tcg_gen_mov_tl(a0, cpu_A0);
1981 gen_op_ld_v(ot + s->mem_index, t0, a0);
2061 gen_op_st_v(ot + s->mem_index, t0, a0);
2086 tcg_temp_free(a0);
5210 TCGv t0, t1, t2, a0;
5222 a0 = tcg_temp_local_new();
5229 tcg_gen_mov_tl(a0, cpu_A0);
5230 gen_op_ld_v(ot + s->mem_index, t0, a0);
5249 gen_op_st_v(ot + s->mem_index, t1, a0);
5257 tcg_temp_free(a0);
7729 TCGv t0, t1, t2, a0;
7744 a0 = tcg_temp_local_new();
7745 tcg_gen_mov_tl(a0, cpu_A0);
7748 TCGV_UNUSED(a0);
7761 gen_op_st_v(ot + s->mem_index, t0, a0);
7762 tcg_temp_free(a0);