Searched refs:TCGReg (Results 1 - 4 of 4) sorted by relevance

/external/qemu/tcg/
H A Dtcg-be-ldst.h29 TCGReg addrlo_reg; /* reg index for low word of guest virtual addr */
30 TCGReg addrhi_reg; /* reg index for high word of guest virtual addr */
31 TCGReg datalo_reg; /* reg index for low word to be loaded or stored */
32 TCGReg datahi_reg; /* reg index for high word to be loaded or stored */
H A Dtcg.c95 static void tcg_out_ld(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg1,
97 static void tcg_out_mov(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg);
99 TCGReg ret, tcg_target_long arg);
102 static void tcg_out_st(TCGContext *s, TCGType type, TCGReg arg, TCGReg arg1,
/external/qemu/tcg/i386/
H A Dtcg-target.h65 } TCGReg; typedef in typeref:enum:__anon30194
H A Dtcg-target.c540 TCGReg ret, TCGReg arg)
549 TCGReg ret, tcg_target_long arg)
604 static inline void tcg_out_ld(TCGContext *s, TCGType type, TCGReg ret,
605 TCGReg arg1, intptr_t arg2)
611 static inline void tcg_out_st(TCGContext *s, TCGType type, TCGReg arg,
612 TCGReg arg1, intptr_t arg2)
618 static inline void tcg_out_sti(TCGContext *s, TCGType type, TCGReg base,
1079 static inline void tcg_out_tlb_load(TCGContext *s, TCGReg addrlo, TCGReg addrh
[all...]

Completed in 202 milliseconds