/external/qemu/tcg/ppc/ |
tcg-target.c | 440 static void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) function 594 tcg_out_mov (s, TCG_TYPE_I32, 3, addr_reg); 597 tcg_out_mov (s, TCG_TYPE_I32, 3, addr_reg2); 598 tcg_out_mov (s, TCG_TYPE_I32, 4, addr_reg); 614 tcg_out_mov (s, TCG_TYPE_I32, data_reg, 3); 619 tcg_out_mov (s, TCG_TYPE_I32, 0, 4); 620 tcg_out_mov (s, TCG_TYPE_I32, 4, 3); 621 tcg_out_mov (s, TCG_TYPE_I32, 3, 0); 624 tcg_out_mov (s, TCG_TYPE_I32, data_reg2, 3); 625 tcg_out_mov (s, TCG_TYPE_I32, 3, 4) [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | 515 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) function 1017 tcg_out_mov(s, type, r1, addrlo); 1018 tcg_out_mov(s, type, r0, addrlo); 1035 tcg_out_mov(s, type, r0, addrlo); [all...] |
/external/qemu/tcg/hppa/ |
tcg-target.c | 341 static void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) function 501 tcg_out_mov(s, TCG_TYPE_I32, ret, arg); 531 tcg_out_mov(s, TCG_TYPE_I32, ret, arg); 611 tcg_out_mov(s, TCG_TYPE_I32, ret, arg); /* arg = xxAB */ 641 tcg_out_mov(s, TCG_TYPE_I32, TCG_REG_RP, TCG_REG_R31); 688 tcg_out_mov(s, TCG_TYPE_I32, destl, tmp); 709 tcg_out_mov(s, TCG_TYPE_I32, destl, tmp); 872 tcg_out_mov(s, TCG_TYPE_I32, ret, scratch); [all...] |
/external/qemu/tcg/x86_64/ |
tcg-target.c | 357 static inline void tcg_out_mov(TCGContext *s, int ret, int arg) function 641 tcg_out_mov(s, data_reg, TCG_REG_RAX); 821 tcg_out_mov(s, TCG_REG_RSI, data_reg); 888 tcg_out_mov(s, r1, data_reg); [all...] |
/external/qemu/tcg/sparc/ |
tcg-target.c | 307 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) function 798 tcg_out_mov(s, TCG_TYPE_PTR, arg0, addr_reg); 848 tcg_out_mov(s, TCG_TYPE_REG, data_reg, arg0); 1010 tcg_out_mov(s, TCG_TYPE_PTR, arg0, addr_reg); 1013 tcg_out_mov(s, TCG_TYPE_REG, arg1, data_reg); [all...] |
/external/qemu/tcg/ |
tcg.c | [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 438 static void tcg_out_mov (TCGContext *s, TCGType type, int ret, int arg) function 647 tcg_out_mov (s, TCG_TYPE_I64, 3, addr_reg); 667 tcg_out_mov (s, TCG_TYPE_I64, data_reg, 3); 793 tcg_out_mov (s, TCG_TYPE_I64, 3, addr_reg); [all...] |
/external/qemu/tcg/arm/ |
tcg-target.c | 1836 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) function [all...] |