Home
last modified time | relevance | path

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

/external/qemu/tcg/x86_64/
Dtcg-target.c281 tcg_out32(s, val); in tcg_out_modrm_offset()
285 tcg_out32(s, offset); in tcg_out_modrm_offset()
314 tcg_out32(s, offset); in tcg_out_modrm_offset()
352 tcg_out32(s, offset); in tcg_out_modrm_offset2()
369 tcg_out32(s, arg); in tcg_out_movi()
372 tcg_out32(s, arg); in tcg_out_movi()
375 tcg_out32(s, arg); in tcg_out_movi()
376 tcg_out32(s, arg >> 32); in tcg_out_movi()
387 tcg_out32(s, disp); in tcg_out_goto()
431 tcg_out32(s, val); in tgen_arithi32()
[all …]
/external/qemu/tcg/i386/
Dtcg-target.c220 tcg_out32(s, offset); in tcg_out_modrm_offset()
243 tcg_out32(s, offset); in tcg_out_modrm_offset()
261 tcg_out32(s, arg); in tcg_out_movi()
298 tcg_out32(s, val); in tgen_arithi()
325 tcg_out32(s, val - 5); in tcg_out_jxx()
329 tcg_out32(s, val - 6); in tcg_out_jxx()
487 tcg_out32(s, TARGET_PAGE_MASK | ((1 << s_bits) - 1)); in tcg_out_qemu_ld()
490 tcg_out32(s, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS); in tcg_out_qemu_ld()
495 tcg_out32(s, offsetof(CPUState, tlb_table[mem_index][0].addr_read)); in tcg_out_qemu_ld()
533 tcg_out32(s, (tcg_target_long)qemu_ld_helpers[s_bits] - in tcg_out_qemu_ld()
[all …]
/external/qemu/tcg/
Dtcg.c104 static inline void tcg_out32(TCGContext *s, uint32_t v) in tcg_out32() function