Home | History | Annotate | Download | only in ppc

Lines Matching defs:RS

396 #define RS(r) ((r)<<21)
408 #define SAB(s,a,b) (RS(s) | RA(a) | RB(b))
453 tcg_out32 (s, ORI | RS (ret) | RA (ret) | (arg & 0xffff));
477 tcg_out32 (s, MTSPR | RS (0) | CTR);
502 tcg_out32 (s, MTSPR | RS (arg) | LR);
558 | RS (addr_reg)
573 | RS (addr_reg)
605 tcg_out32 (s, EXTSB | RA (data_reg) | RS (3));
608 tcg_out32 (s, EXTSH | RA (data_reg) | RS (3));
672 tcg_out32 (s, EXTSB | RA (data_reg) | RS (data_reg));
683 tcg_out32 (s, EXTSH | RA (data_reg) | RS (data_reg));
754 | RS (addr_reg)
769 | RS (addr_reg)
806 | RS (data_reg)
814 | RS (data_reg)
891 tcg_out32 (s, STW | RS (data_reg2) | RA (r0));
892 tcg_out32 (s, STW | RS (data_reg) | RA (r0) | 4);
925 tcg_out32 (s, STWU | RS (1) | RA (1) | (-frame_size & 0xffff));
928 | RS (tcg_target_callee_save_regs[i])
933 tcg_out32 (s, STW | RS (0) | RA (1) | (frame_size + LR_OFFSET));
942 tcg_out32 (s, MTSPR | RS (3) | CTR);
954 tcg_out32 (s, MTSPR | RS (0) | LR);
1136 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
1148 tcg_out32 (s, CNTLZW | RS (arg) | RA (0));
1151 | RS (0)
1167 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
1218 | RS (0)
1238 | RS (0)
1338 tcg_out32 (s, MTSPR | RS (args[0]) | CTR);
1350 tcg_out32 (s, EXTSB | RS (args[0]) | RA (args[0]));
1421 | RS (args[1])
1432 tcg_out32 (s, ANDI | RS (args[1]) | RA (args[0]) | c);
1434 tcg_out32 (s, ANDIS | RS (args[1]) | RA (args[0])
1448 tcg_out32 (s, ORI | RS (args[1]) | RA (args[0])
1451 tcg_out32 (s, ORIS | RS (args[0]) | RA (args[0])
1455 tcg_out32 (s, ORIS | RS (args[1]) | RA (args[0])
1465 tcg_out32 (s, XORI | RS (args[1]) | RA (args[0])
1468 tcg_out32 (s, XORIS | RS (args[1]) | RA (args[0])
1544 | RS (args[1])
1558 | RS (args[1])
1570 tcg_out32 (s, SRAWI | RS (args[1]) | RA (args[0]) | SH (args[2]));
1578 | RS (args[1])
1595 | RS (args[1])
1606 | RS (args[1])
1691 tcg_out32 (s, EXTSB | RS (args[1]) | RA (args[0]));
1696 | RS (args[1])
1703 tcg_out32 (s, EXTSH | RS (args[1]) | RA (args[0]));
1708 | RS (args[1])
1730 | RS (args[1])
1739 | RS (args[1])
1763 | RS (args[1])
1772 | RS (args[1])
1781 | RS (args[1])