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

  /external/qemu/tcg/
tcg-runtime.h 15 int64_t tcg_helper_mulsh_i64(int64_t arg1, int64_t arg2);
tcg-op.h     [all...]
tcg.c 284 { tcg_helper_mulsh_i64, "mulsh_i64" },
    [all...]
  /external/qemu/
tcg-runtime.c 98 int64_t tcg_helper_mulsh_i64(int64_t arg1, int64_t arg2) function

Completed in 76 milliseconds