Home | History | Annotate | Download | only in x86_64

Lines Matching refs:tcg_out_movi

362 static inline void tcg_out_movi(TCGContext *s, TCGType type, 
389 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R10, (tcg_target_long) target);
611 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_RSI, mem_index);
824 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_RDX, mem_index);
913 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_RAX, args[0]);
949 tcg_out_movi(s, TCG_TYPE_I32, args[0], (uint32_t)args[1]);
952 tcg_out_movi(s, TCG_TYPE_I64, args[0], args[1]);