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

  /external/qemu/tcg/
tcg.c 602 int real_args; local
648 real_args = 0;
663 if (real_args & 1) {
665 real_args++;
685 real_args += 2;
691 real_args++;
697 *nparam = (nb_rets << 16) | (real_args + 1);
700 *gen_opparam_ptr++ = 1 + nb_rets + real_args + 3;
    [all...]

Completed in 471 milliseconds