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

  /external/qemu/tcg/
tcg.h 296 #define GET_TCGV_PTR(t) ((t).iptr)
316 #define GET_TCGV_PTR(t) (t)
676 #define TCGV_PTR_TO_NAT(n) MAKE_TCGV_I32(GET_TCGV_PTR(n))
687 #define TCGV_PTR_TO_NAT(n) MAKE_TCGV_I64(GET_TCGV_PTR(n))
tcg-op.h 127 *tcg_ctx.gen_opparam_ptr++ = GET_TCGV_PTR(base);
136 *tcg_ctx.gen_opparam_ptr++ = GET_TCGV_PTR(base);
    [all...]
tcg.c 743 *s->gen_opparam_ptr++ = GET_TCGV_PTR(func);
    [all...]
  /external/qemu/include/exec/
def-helper.h 25 #define GET_TCGV_ptr GET_TCGV_PTR
80 #define dh_retvar_ptr GET_TCGV_ptr(retval)

Completed in 169 milliseconds