Lines Matching defs:rs

669 static u8 arc_mov_r(u8 *buf, u8 rd, u8 rs)  in arc_mov_r()
706 static u8 arc_mov_cc_r(u8 *buf, u8 cc, u8 rd, u8 rs) in arc_mov_cc_r()
726 static u8 arc_sexb_r(u8 *buf, u8 rd, u8 rs) in arc_sexb_r()
736 static u8 arc_sexh_r(u8 *buf, u8 rd, u8 rs) in arc_sexh_r()
1004 static u8 arc_divu_r(u8 *buf, u8 rd, u8 rs) in arc_divu_r()
1026 static u8 arc_divs_r(u8 *buf, u8 rd, u8 rs) in arc_divs_r()
1048 static u8 arc_remu_r(u8 *buf, u8 rd, u8 rs) in arc_remu_r()
1070 static u8 arc_rems_r(u8 *buf, u8 rd, u8 rs) in arc_rems_r()
1092 static u8 arc_and_r(u8 *buf, u8 rd, u8 rs) in arc_and_r()
1114 static u8 arc_tst_r(u8 *buf, u8 rd, u8 rs) in arc_tst_r()
1129 static u8 arc_tstz_r(u8 *buf, u8 rd, u8 rs) in arc_tstz_r()
1158 static u8 arc_xor_r(u8 *buf, u8 rd, u8 rs) in arc_xor_r()
1178 static u8 arc_not_r(u8 *buf, u8 rd, u8 rs) in arc_not_r()
1187 static u8 arc_btst_i(u8 *buf, u8 rs, u8 imm) in arc_btst_i()
1205 static u8 arc_asli_r(u8 *buf, u8 rd, u8 rs, u8 imm) in arc_asli_r()
1223 static u8 arc_asri_r(u8 *buf, u8 rd, u8 rs, u8 imm) in arc_asri_r()
1241 static u8 arc_lsri_r(u8 *buf, u8 rd, u8 rs, u8 imm) in arc_lsri_r()
1313 u8 mov_r32(u8 *buf, u8 rd, u8 rs, u8 sign_ext) in mov_r32()
1341 u8 mov_r64(u8 *buf, u8 rd, u8 rs, u8 sign_ext) in mov_r64()
1460 u8 store_r(u8 *buf, u8 rs, u8 rd, s16 off, u8 size) in store_r()
1540 u8 load_r(u8 *buf, u8 rd, u8 rs, s16 off, u8 size, bool sign_ext) in load_r()
1595 u8 add_r32(u8 *buf, u8 rd, u8 rs) in add_r32()
1608 u8 add_r64(u8 *buf, u8 rd, u8 rs) in add_r64()
1631 u8 sub_r32(u8 *buf, u8 rd, u8 rs) in sub_r32()
1644 u8 sub_r64(u8 *buf, u8 rd, u8 rs) in sub_r64()
1662 static u8 cmp_r32(u8 *buf, u8 rd, u8 rs) in cmp_r32()
1683 u8 mul_r32(u8 *buf, u8 rd, u8 rs) in mul_r32()
1702 u8 mul_r64(u8 *buf, u8 rd, u8 rs) in mul_r64()
1774 u8 div_r32(u8 *buf, u8 rd, u8 rs, bool sign_ext) in div_r32()
1793 u8 mod_r32(u8 *buf, u8 rd, u8 rs, bool sign_ext) in mod_r32()
1812 u8 and_r32(u8 *buf, u8 rd, u8 rs) in and_r32()
1822 u8 and_r64(u8 *buf, u8 rd, u8 rs) in and_r64()
1840 static u8 tst_r32(u8 *buf, u8 rd, u8 rs) in tst_r32()
1845 u8 or_r32(u8 *buf, u8 rd, u8 rs) in or_r32()
1855 u8 or_r64(u8 *buf, u8 rd, u8 rs) in or_r64()
1873 u8 xor_r32(u8 *buf, u8 rd, u8 rs) in xor_r32()
1883 u8 xor_r64(u8 *buf, u8 rd, u8 rs) in xor_r64()
1902 u8 lsh_r32(u8 *buf, u8 rd, u8 rs) in lsh_r32()
1948 u8 lsh_r64(u8 *buf, u8 rd, u8 rs) in lsh_r64()
2006 u8 rsh_r32(u8 *buf, u8 rd, u8 rs) in rsh_r32()
2043 u8 rsh_r64(u8 *buf, u8 rd, u8 rs) in rsh_r64()
2101 u8 arsh_r32(u8 *buf, u8 rd, u8 rs) in arsh_r32()
2140 u8 arsh_r64(u8 *buf, u8 rd, u8 rs) in arsh_r64()
2676 static int gen_j_eq_64(u8 *buf, u8 rd, u8 rs, bool eq, in gen_j_eq_64()
2695 static u8 gen_jset_64(u8 *buf, u8 rd, u8 rs, u32 curr_off, u32 targ_off) in gen_jset_64()
2804 static u8 gen_jcc_64(u8 *buf, u8 rd, u8 rs, u8 cond, in gen_jcc_64()
2839 u8 gen_jmp_64(u8 *buf, u8 rd, u8 rs, u8 cond, u32 curr_off, u32 targ_off) in gen_jmp_64()
2939 u8 gen_jmp_32(u8 *buf, u8 rd, u8 rs, u8 cond, u32 curr_off, u32 targ_off) in gen_jmp_32()