Home | History | Annotate | Download | only in ppc64

Lines Matching defs:RS

393 #define RS(r) ((r)<<21)
406 #define SAB(s,a,b) (RS(s) | RA(a) | RB(b))
443 static void tcg_out_rld (TCGContext *s, int op, int ra, int rs, int sh, int mb)
447 tcg_out32 (s, op | RA (ra) | RS (rs) | sh | mb);
457 tcg_out32 (s, ORI | RS (ret) | RA (ret) | (arg & 0xffff));
477 if (h16) tcg_out32 (s, ORIS | RS (ret) | RA (ret) | h16);
478 if (l16) tcg_out32 (s, ORI | RS (ret) | RA (ret) | l16);
497 tcg_out32 (s, MTSPR | RS (0) | CTR);
509 tcg_out32 (s, MTSPR | RS (arg) | LR);
577 | RS (addr_reg)
587 | RS (addr_reg)
654 tcg_out32 (s, EXTSB | RA (data_reg) | RS (3));
657 tcg_out32 (s, EXTSH | RA (data_reg) | RS (3));
660 tcg_out32 (s, EXTSW | RA (data_reg) | RS (3));
710 tcg_out32 (s, EXTSB | RA (data_reg) | RS (data_reg));
721 tcg_out32 (s, EXTSH | RA (data_reg) | RS (data_reg));
734 tcg_out32 (s, EXTSW | RA (data_reg) | RS (data_reg));
891 tcg_out32 (s, STDU | RS (1) | RA (1) | (-frame_size & 0xffff));
894 | RS (tcg_target_callee_save_regs[i])
899 tcg_out32 (s, STD | RS (0) | RA (1) | (frame_size + 16));
908 tcg_out32 (s, MTSPR | RS (3) | CTR);
922 tcg_out32 (s, MTSPR | RS (0) | LR);
1064 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
1078 tcg_out32 (s, CNTLZD | RS (arg) | RA (0));
1082 tcg_out32 (s, CNTLZW | RS (arg) | RA (0));
1085 | RS (0)
1102 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
1153 | RS (0)
1246 RS (args[0]) | CTR);
1263 tcg_out32 (s, EXTSB | RS (args[0]) | RA (args[0]));
1316 tcg_out32 (s, ANDI | RS (args[1]) | RA (args[0]) | args[2]);
1318 tcg_out32 (s, ANDIS | RS (args[1]) | RA (args[0])
1335 tcg_out32 (s, ORI | RS (args[1]) | RA (args[0])
1338 tcg_out32 (s, ORIS | RS (args[0]) | RA (args[0])
1342 tcg_out32 (s, ORIS | RS (args[1]) | RA (args[0])
1353 tcg_out32 (s, XORI | RS (args[1]) | RA (args[0])
1356 tcg_out32 (s, XORIS | RS (args[1]) | RA (args[0])
1408 | RS (args[1])
1422 | RS (args[1])
1434 tcg_out32 (s, SRAWI | RS (args[1]) | RA (args[0]) | SH (args[2]));
1480 tcg_out32 (s, SRADI | RA (args[0]) | RS (args[1]) | sh);
1553 tcg_out32 (s, c | RS (args[1]) | RA (args[0]));