Home | History | Annotate | Download | only in i386

Lines Matching defs:tcg_out_st

572 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg,
1287 tcg_out_st(s, TCG_TYPE_I32, datalo, base, ofs);
1296 tcg_out_st(s, TCG_TYPE_I64, datalo, base, ofs);
1300 tcg_out_st(s, TCG_TYPE_I32, scratch, base, ofs);
1303 tcg_out_st(s, TCG_TYPE_I32, scratch, base, ofs + 4);
1305 tcg_out_st(s, TCG_TYPE_I32, datalo, base, ofs);
1306 tcg_out_st(s, TCG_TYPE_I32, datahi, base, ofs + 4);
1520 tcg_out_st(s, TCG_TYPE_I32, args[0], args[1], args[2]);
1724 tcg_out_st(s, TCG_TYPE_I64, args[0], args[1], args[2]);