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

  /external/qemu/target-i386/
translate.c 842 tcg_gen_shri_tl(cpu_T[0], cpu_T[0], 11);
850 tcg_gen_shri_tl(cpu_T[0], cpu_T[0], 6);
855 tcg_gen_shri_tl(cpu_T[0], cpu_tmp0, 6);
861 tcg_gen_shri_tl(cpu_T[0], cpu_T[0], 7);
866 tcg_gen_shri_tl(cpu_T[0], cpu_T[0], 2);
871 tcg_gen_shri_tl(cpu_T[0], cpu_tmp0, 11); /* CC_O */
872 tcg_gen_shri_tl(cpu_tmp0, cpu_tmp0, 7); /* CC_S */
879 tcg_gen_shri_tl(cpu_T[0], cpu_tmp0, 11); /* CC_O */
880 tcg_gen_shri_tl(cpu_tmp4, cpu_tmp0, 7); /* CC_S */
881 tcg_gen_shri_tl(cpu_tmp0, cpu_tmp0, 6); /* CC_Z *
    [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/tcg/
tcg-op.h 2410 #define tcg_gen_shri_tl macro
2482 #define tcg_gen_shri_tl macro
    [all...]

Completed in 69 milliseconds