Searched defs:tcg_out_ld (Results 1 - 7 of 7) sorted by relevance

/external/qemu/tcg/x86_64/
H A Dtcg-target.c394 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, function
/external/qemu/tcg/arm/
H A Dtcg-target.c1809 static inline void tcg_out_ld(TCGContext *s, TCGType type, int arg, function
/external/qemu/tcg/hppa/
H A Dtcg-target.c396 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, function
929 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R23, r1, offset);
930 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, r1, offset + 4);
932 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, r1, offset);
1041 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, (offset ? TCG_REG_R1 : TCG_REG_R25),
1156 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, (offset ? TCG_REG_R1 : TCG_REG_R25),
1249 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, TCG_REG_R0,
1643 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_RP, TCG_REG_SP, -frame_size - 20);
1645 tcg_out_ld(s, TCG_TYPE_PTR, tcg_target_callee_save_regs[i],
/external/qemu/tcg/i386/
H A Dtcg-target.c565 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, function
1091 tcg_out_ld(s, TCG_TYPE_I32, datalo, base, ofs);
1099 tcg_out_ld(s, TCG_TYPE_I32, datalo, base, ofs);
1109 tcg_out_ld(s, TCG_TYPE_I64, datalo, base, ofs);
1120 tcg_out_ld(s, TCG_TYPE_I32, datalo, base, ofs);
1121 tcg_out_ld(s, TCG_TYPE_I32, datahi, base, ofs + 4);
1123 tcg_out_ld(s, TCG_TYPE_I32, datahi, base, ofs + 4);
1124 tcg_out_ld(s, TCG_TYPE_I32, datalo, base, ofs);
1505 tcg_out_ld(s, TCG_TYPE_I32, args[0], args[1], args[2]);
1721 tcg_out_ld(
[all...]
/external/qemu/tcg/ppc/
H A Dtcg-target.c959 static void tcg_out_ld (TCGContext *s, TCGType type, int ret, int arg1, function
/external/qemu/tcg/ppc64/
H A Dtcg-target.c927 static void tcg_out_ld (TCGContext *s, TCGType type, int ret, int arg1, function
/external/qemu/tcg/sparc/
H A Dtcg-target.c399 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, function

Completed in 37 milliseconds