Lines Matching defs:rd

669 static u8 arc_mov_r(u8 *buf, u8 rd, u8 rs)  in arc_mov_r()
679 static u8 arc_mov_i(u8 *buf, u8 rd, s32 imm) in arc_mov_i()
694 static u8 arc_mov_i_fixed(u8 *buf, u8 rd, s32 imm) in arc_mov_i_fixed()
706 static u8 arc_mov_cc_r(u8 *buf, u8 cc, u8 rd, u8 rs) in arc_mov_cc_r()
716 static u8 arc_movu_cc_r(u8 *buf, u8 cc, u8 rd, u8 imm) in arc_movu_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()
1014 static u8 arc_divu_i(u8 *buf, u8 rd, s32 imm) in arc_divu_i()
1026 static u8 arc_divs_r(u8 *buf, u8 rd, u8 rs) in arc_divs_r()
1036 static u8 arc_divs_i(u8 *buf, u8 rd, s32 imm) in arc_divs_i()
1048 static u8 arc_remu_r(u8 *buf, u8 rd, u8 rs) in arc_remu_r()
1058 static u8 arc_remu_i(u8 *buf, u8 rd, s32 imm) in arc_remu_i()
1070 static u8 arc_rems_r(u8 *buf, u8 rd, u8 rs) in arc_rems_r()
1080 static u8 arc_rems_i(u8 *buf, u8 rd, s32 imm) in arc_rems_i()
1092 static u8 arc_and_r(u8 *buf, u8 rd, u8 rs) in arc_and_r()
1102 static u8 arc_and_i(u8 *buf, u8 rd, s32 imm) in arc_and_i()
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()
1138 static u8 arc_or_r(u8 *buf, u8 rd, u8 rs1, u8 rs2) in arc_or_r()
1147 static u8 arc_or_i(u8 *buf, u8 rd, s32 imm) in arc_or_i()
1158 static u8 arc_xor_r(u8 *buf, u8 rd, u8 rs) in arc_xor_r()
1167 static u8 arc_xor_i(u8 *buf, u8 rd, s32 imm) in arc_xor_i()
1178 static u8 arc_not_r(u8 *buf, u8 rd, u8 rs) in arc_not_r()
1196 static u8 arc_asl_r(u8 *buf, u8 rd, u8 rs1, u8 rs2) in arc_asl_r()
1205 static u8 arc_asli_r(u8 *buf, u8 rd, u8 rs, u8 imm) in arc_asli_r()
1214 static u8 arc_asr_r(u8 *buf, u8 rd, u8 rs1, u8 rs2) in arc_asr_r()
1223 static u8 arc_asri_r(u8 *buf, u8 rd, u8 rs, u8 imm) in arc_asri_r()
1232 static u8 arc_lsr_r(u8 *buf, u8 rd, u8 rs1, u8 rs2) in arc_lsr_r()
1241 static u8 arc_lsri_r(u8 *buf, u8 rd, u8 rs, u8 imm) in arc_lsri_r()
1305 u8 zext(u8 *buf, u8 rd) in zext()
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()
1491 u8 store_i(u8 *buf, s32 imm, u8 rd, s16 off, u8 size) in store_i()
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()
1600 u8 add_r32_i32(u8 *buf, u8 rd, s32 imm) in add_r32_i32()
1608 u8 add_r64(u8 *buf, u8 rd, u8 rs) in add_r64()
1617 u8 add_r64_i32(u8 *buf, u8 rd, s32 imm) in add_r64_i32()
1631 u8 sub_r32(u8 *buf, u8 rd, u8 rs) in sub_r32()
1636 u8 sub_r32_i32(u8 *buf, u8 rd, s32 imm) in sub_r32_i32()
1644 u8 sub_r64(u8 *buf, u8 rd, u8 rs) in sub_r64()
1653 u8 sub_r64_i32(u8 *buf, u8 rd, s32 imm) in sub_r64_i32()
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()
1688 u8 mul_r32_i32(u8 *buf, u8 rd, s32 imm) in mul_r32_i32()
1702 u8 mul_r64(u8 *buf, u8 rd, u8 rs) in mul_r64()
1748 u8 mul_r64_i32(u8 *buf, u8 rd, s32 imm) in mul_r64_i32()
1774 u8 div_r32(u8 *buf, u8 rd, u8 rs, bool sign_ext) in div_r32()
1782 u8 div_r32_i32(u8 *buf, u8 rd, s32 imm, bool sign_ext) in div_r32_i32()
1793 u8 mod_r32(u8 *buf, u8 rd, u8 rs, bool sign_ext) in mod_r32()
1801 u8 mod_r32_i32(u8 *buf, u8 rd, s32 imm, bool sign_ext) in mod_r32_i32()
1812 u8 and_r32(u8 *buf, u8 rd, u8 rs) in and_r32()
1817 u8 and_r32_i32(u8 *buf, u8 rd, s32 imm) in and_r32_i32()
1822 u8 and_r64(u8 *buf, u8 rd, u8 rs) in and_r64()
1831 u8 and_r64_i32(u8 *buf, u8 rd, s32 imm) in and_r64_i32()
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()
1850 u8 or_r32_i32(u8 *buf, u8 rd, s32 imm) in or_r32_i32()
1855 u8 or_r64(u8 *buf, u8 rd, u8 rs) in or_r64()
1864 u8 or_r64_i32(u8 *buf, u8 rd, s32 imm) in or_r64_i32()
1873 u8 xor_r32(u8 *buf, u8 rd, u8 rs) in xor_r32()
1878 u8 xor_r32_i32(u8 *buf, u8 rd, s32 imm) in xor_r32_i32()
1883 u8 xor_r64(u8 *buf, u8 rd, u8 rs) in xor_r64()
1892 u8 xor_r64_i32(u8 *buf, u8 rd, s32 imm) in xor_r64_i32()
1902 u8 lsh_r32(u8 *buf, u8 rd, u8 rs) in lsh_r32()
1907 u8 lsh_r32_i32(u8 *buf, u8 rd, u8 imm) in lsh_r32_i32()
1948 u8 lsh_r64(u8 *buf, u8 rd, u8 rs) in lsh_r64()
1981 u8 lsh_r64_i32(u8 *buf, u8 rd, s32 imm) in lsh_r64_i32()
2006 u8 rsh_r32(u8 *buf, u8 rd, u8 rs) in rsh_r32()
2011 u8 rsh_r32_i32(u8 *buf, u8 rd, u8 imm) in rsh_r32_i32()
2043 u8 rsh_r64(u8 *buf, u8 rd, u8 rs) in rsh_r64()
2076 u8 rsh_r64_i32(u8 *buf, u8 rd, s32 imm) in rsh_r64_i32()
2101 u8 arsh_r32(u8 *buf, u8 rd, u8 rs) in arsh_r32()
2106 u8 arsh_r32_i32(u8 *buf, u8 rd, u8 imm) in arsh_r32_i32()
2140 u8 arsh_r64(u8 *buf, u8 rd, u8 rs) in arsh_r64()
2174 u8 arsh_r64_i32(u8 *buf, u8 rd, s32 imm) in arsh_r64_i32()
2200 u8 gen_swap(u8 *buf, u8 rd, u8 size, u8 endian, bool force, bool do_zext) in gen_swap()
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()