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

  /external/qemu/tcg/hppa/
tcg-target.c 452 static inline void tcg_out_extr(TCGContext *s, int ret, int arg, function
529 tcg_out_extr(s, ret, arg, 0, ls0, 0);
539 tcg_out_extr(s, ret, arg, 0, 8, 1);
544 tcg_out_extr(s, ret, arg, 0, 16, 1);
564 tcg_out_extr(s, ret, arg, count, 32 - count, 0);
575 tcg_out_extr(s, ret, arg, count, 32 - count, 1);
614 tcg_out_extr(s, ret, ret, 8, 16, sign); /* ret = ..BA */
912 tcg_out_extr(s, r1, addrlo, TARGET_PAGE_BITS, CPU_TLB_BITS, 0);
    [all...]

Completed in 58 milliseconds