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

  /external/qemu/tcg/hppa/
tcg-target.c 929 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R23, r1, offset);
930 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, r1, offset + 4);
932 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, r1, offset);
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 369 tcg_out_movi(s, TCG_TYPE_PTR, ret, arg & ~0x3ffULL);
385 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_I5, offset);
394 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_I5, offset);
433 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_I5, val);
798 tcg_out_mov(s, TCG_TYPE_PTR, arg0, addr_reg);
1010 tcg_out_mov(s, TCG_TYPE_PTR, arg0, addr_reg);
    [all...]
  /external/qemu/tcg/
tcg.h 113 TCG_TYPE_PTR = TCG_TYPE_REG,
  /external/qemu/tcg/x86_64/
tcg-target.c 389 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R10, (tcg_target_long) target);
913 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_RAX, args[0]);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 945 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R10, dest);
    [all...]

Completed in 32 milliseconds