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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c640 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, function
1474 tcg_out_st(s, TCG_TYPE_I32, datalo, base, ofs);
1483 tcg_out_st(s, TCG_TYPE_I64, datalo, base, ofs);
1487 tcg_out_st(s, TCG_TYPE_I32, scratch, base, ofs);
1490 tcg_out_st(s, TCG_TYPE_I32, scratch, base, ofs + 4);
1492 tcg_out_st(s, TCG_TYPE_I32, datalo, base, ofs);
1493 tcg_out_st(s, TCG_TYPE_I32, datahi, base, ofs + 4);
1742 tcg_out_st(s, TCG_TYPE_I32, args[0], args[1], args[2]);
1946 tcg_out_st(s, TCG_TYPE_I64, args[0], args[1], args[2]);

Completed in 50 milliseconds