Home | History | Annotate | Download | only in ppc64

Lines Matching defs:r2

53     "r2",
569 static void tcg_out_tlb_read (TCGContext *s, int r0, int r1, int r2,
586 | RA (r2)
605 tcg_out_rld (s, RLDICR, r2, addr_reg, 0, 63 - TARGET_PAGE_BITS);
608 tcg_out_rld (s, RLDICL, r2, addr_reg,
611 tcg_out_rld (s, RLDICL, r2, r2, TARGET_PAGE_BITS, 0);
621 int r2;
633 r2 = 0;
636 tcg_out_tlb_read (s, r0, r1, r2, addr_reg, s_bits,
639 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1) | CMP_L);
768 int r2;
779 r2 = 0;
782 tcg_out_tlb_read (s, r0, r1, r2, addr_reg, opc,
785 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1) | CMP_L);