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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c633 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, function
1178 tcg_out_ld(s, TCG_TYPE_I32, datalo, base, ofs);
1186 tcg_out_ld(s, TCG_TYPE_I32, datalo, base, ofs);
1196 tcg_out_ld(s, TCG_TYPE_I64, datalo, base, ofs);
1207 tcg_out_ld(s, TCG_TYPE_I32, datalo, base, ofs);
1208 tcg_out_ld(s, TCG_TYPE_I32, datahi, base, ofs + 4);
1210 tcg_out_ld(s, TCG_TYPE_I32, datahi, base, ofs + 4);
1211 tcg_out_ld(s, TCG_TYPE_I32, datalo, base, ofs);
1727 tcg_out_ld(s, TCG_TYPE_I32, args[0], args[1], args[2]);
1943 tcg_out_ld(
[all...]

Completed in 49 milliseconds