HomeSort by relevance Sort by last modified time
    Searched refs:TCG_CALL_CONST (Results 1 - 4 of 4) 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/tcg/
tcg.h 200 #define TCG_CALL_CONST 0x0020
tcg.c     [all...]
tcg-op.h 400 and pure, hence the call to tcg_gen_callN() with TCG_CALL_CONST |
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...]

Completed in 78 milliseconds