Home
last modified time | relevance | path

Searched refs:tcg_out32 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/i386/
Dtcg-target.c454 tcg_out32(s, disp); in tcg_out_modrm_sib_offset()
465 tcg_out32(s, offset); in tcg_out_modrm_sib_offset()
475 tcg_out32(s, offset); in tcg_out_modrm_sib_offset()
518 tcg_out32(s, offset); in tcg_out_modrm_sib_offset()
559 tcg_out32(s, arg); in tcg_out_movi()
564 tcg_out32(s, arg); in tcg_out_movi()
573 tcg_out32(s, diff); in tcg_out_movi()
588 tcg_out32(s, val); in tcg_out_pushi()
623 tcg_out32(s, val); in tcg_out_sti()
746 tcg_out32(s, val); in tgen_arithi()
[all …]
/external/qemu/tcg/
Dtcg.c132 static inline void tcg_out32(TCGContext *s, uint32_t v) in tcg_out32() function