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

  /external/qemu/target-mips/
helper.h 27 DEF_HELPER_FLAGS_1(clo, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
28 DEF_HELPER_FLAGS_1(clz, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
30 DEF_HELPER_FLAGS_1(dclo, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
31 DEF_HELPER_FLAGS_1(dclz, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
  /external/qemu/target-i386/
helper.h 3 DEF_HELPER_FLAGS_1(cc_compute_all, TCG_CALL_PURE, i32, int)
4 DEF_HELPER_FLAGS_1(cc_compute_c, TCG_CALL_PURE, i32, int)
  /external/qemu/tcg/
tcg.h 196 #define TCG_CALL_PURE 0x0010
tcg-op.h 401 TCG_CALL_PURE. This may need to be adjusted if these functions
411 tcg_gen_callN(&tcg_ctx, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask,
424 tcg_gen_callN(&tcg_ctx, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask,
    [all...]
tcg.c     [all...]

Completed in 59 milliseconds