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

  /external/qemu/tcg/
tcg-runtime.h 14 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2);
tcg-op.h     [all...]
tcg.c 281 { tcg_helper_rem_i64, "rem_i64" },
    [all...]
  /external/qemu/
tcg-runtime.c 76 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2) function

Completed in 3783 milliseconds