HomeSort by relevance Sort by last modified time
    Searched defs:tcg_out_movi (Results 1 - 7 of 7) sorted by null

  /external/qemu/tcg/x86_64/
tcg-target.c 362 static inline void tcg_out_movi(TCGContext *s, TCGType type, function
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]);
    [all...]