Home | History | Annotate | Download | only in ppc64

Lines Matching refs:SH

380 #define SH(s) ((s)<<11)
426 static void tcg_out_rld (TCGContext *s, int op, int ra, int rs, int sh, int mb)
428 sh = SH (sh & 0x1f) | (((sh >> 5) & 1) << 1);
430 tcg_out32 (s, op | RA (ra) | RS (rs) | sh | mb);
550 | SH (32 - (TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS))
560 | SH (0)
1231 | SH (args[2])
1245 | SH (32 - args[2])
1256 tcg_out32 (s, SRAWI | RS (args[1]) | RA (args[0]) | SH (args[2]));
1301 int sh = SH (args[2] & 0x1f) | (((args[2] >> 5) & 1) << 1);
1302 tcg_out32 (s, SRADI | RA (args[0]) | RS (args[1]) | sh);