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

  /external/qemu/target-i386/
translate.c 774 static void gen_extu(int ot, TCGv reg) function
787 gen_extu(size + 1, cpu_tmp0);
794 gen_extu(size + 1, cpu_tmp0);
932 gen_extu(size, t0);
956 gen_extu(size, reg);
1217 gen_extu(size, cpu_tmp4);
    [all...]

Completed in 47 milliseconds