HomeSort by relevance Sort by last modified time
    Searched refs:TCG_TYPE_PTR (Results 1 - 4 of 4) sorted by null

  /external/qemu/tcg/
tcg.h 105 #define TCG_TYPE_PTR TCG_TYPE_I32
107 #define TCG_TYPE_PTR TCG_TYPE_I64
  /external/qemu/tcg/sparc/
tcg-target.c 347 tcg_out_movi(s, TCG_TYPE_PTR, ret, arg & ~0x3ffULL);
363 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_I5, offset);
372 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_I5, offset);
409 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_I5, val);
937 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_I0, args[0]);
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 296 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R20, val);
733 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_RET0, args[0]);
741 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R20, args[0]);
  /external/qemu/tcg/x86_64/
tcg-target.c 375 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R10, (tcg_target_long) target);
864 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_RAX, args[0]);
    [all...]

Completed in 154 milliseconds