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

  /external/qemu/
host-utils.h 38 static inline void muls64(uint64_t *plow, uint64_t *phigh, function
46 void muls64(uint64_t *phigh, uint64_t *plow, int64_t a, int64_t b);
host-utils.c 86 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) function
101 printf("muls64: 0x%016llx * 0x%016llx = 0x%016llx%016llx\n",
  /external/qemu/target-i386/
op_helper.c     [all...]
  /external/qemu/target-mips/
op_helper.c 269 muls64(&(env->active_tc.LO[0]), &(env->active_tc.HI[0]), arg1, arg2);
    [all...]

Completed in 376 milliseconds