Home | History | Annotate | Download | only in ppc64

Lines Matching refs:TARGET_PAGE_BITS

578                    | SH (32 - (TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS))
590 | ME (31 - TARGET_PAGE_BITS)
595 64 - TARGET_PAGE_BITS,
605 tcg_out_rld (s, RLDICR, r2, addr_reg, 0, 63 - TARGET_PAGE_BITS);
609 64 - TARGET_PAGE_BITS,
610 TARGET_PAGE_BITS - s_bits);
611 tcg_out_rld (s, RLDICL, r2, r2, TARGET_PAGE_BITS, 0);