Searched refs:gen_op_st_v (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 526 static inline void gen_op_st_v(DisasContext *s, int idx, TCGv t0, TCGv a0) in gen_op_st_v() function 802 gen_op_st_v(s, ot, s->T0, s->A0); in gen_movs() 1228 gen_op_st_v(s, ot, s->T0, s->A0); in gen_stos() 1290 gen_op_st_v(s, ot, s->T0, s->A0); in gen_ins() 1294 gen_op_st_v(s, ot, s->T0, s->A0); in gen_ins() 1760 gen_op_st_v(s, ot, s->T0, s->A0); in gen_st_modrm() 1968 gen_op_st_v(s, d_ot, val, s->A0); in gen_push_v() 1996 gen_op_st_v(s, d_ot, cpu_regs[7 - i], s->A0); in gen_pusha() 2030 gen_op_st_v(s, d_ot, cpu_regs[R_EBP], s->A0); in gen_enter() 2042 gen_op_st_v(s, d_ot, s->tmp0, s->A0); in gen_enter() [all …]
|
H A D | emit.c.inc | 362 gen_op_st_v(s, op->ot, v, s->A0); 1755 gen_op_st_v(s, ot, newv, s->A0);
|