Lines Matching defs:s

182 static void calc_carry_chain(int bits, u32 d, u32 s, u32 res, int set_carry)  in calc_carry_chain()
194 static void calc_borrow_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_borrow_chain()
285 u8 adc_byte(u8 d, u8 s) in adc_byte()
302 u16 adc_word(u16 d, u16 s) in adc_word()
320 u32 adc_long(u32 d, u32 s) in adc_long()
348 u8 add_byte(u8 d, u8 s) in add_byte()
363 u16 add_word(u16 d, u16 s) in add_word()
378 u32 add_long(u32 d, u32 s) in add_long()
395 u8 and_byte(u8 d, u8 s) in and_byte()
409 u16 and_word(u16 d, u16 s) in and_word()
423 u32 and_long(u32 d, u32 s) in and_long()
436 u8 cmp_byte(u8 d, u8 s) in cmp_byte()
451 u16 cmp_word(u16 d, u16 s) in cmp_word()
466 u32 cmp_long(u32 d, u32 s) in cmp_long()
609 u8 or_byte(u8 d, u8 s) in or_byte()
623 u16 or_word(u16 d, u16 s) in or_word()
636 u32 or_long(u32 d, u32 s) in or_long()
649 u8 neg_byte(u8 s) in neg_byte()
665 u16 neg_word(u16 s) in neg_word()
681 u32 neg_long(u32 s) in neg_long()
697 u8 not_byte(u8 s) in not_byte()
706 u16 not_word(u16 s) in not_word()
715 u32 not_long(u32 s) in not_long()
724 u8 rcl_byte(u8 d, u8 s) in rcl_byte()
797 u16 rcl_word(u16 d, u8 s) in rcl_word()
821 u32 rcl_long(u32 d, u8 s) in rcl_long()
845 u8 rcr_byte(u8 d, u8 s) in rcr_byte()
929 u16 rcr_word(u16 d, u8 s) in rcr_word()
961 u32 rcr_long(u32 d, u8 s) in rcr_long()
994 u8 rol_byte(u8 d, u8 s) in rol_byte()
1043 u16 rol_word(u16 d, u8 s) in rol_word()
1068 u32 rol_long(u32 d, u8 s) in rol_long()
1093 u8 ror_byte(u8 d, u8 s) in ror_byte()
1139 u16 ror_word(u16 d, u8 s) in ror_word()
1162 u32 ror_long(u32 d, u8 s) in ror_long()
1185 u8 shl_byte(u8 d, u8 s) in shl_byte()
1227 u16 shl_word(u16 d, u8 s) in shl_word()
1265 u32 shl_long(u32 d, u8 s) in shl_long()
1300 u8 shr_byte(u8 d, u8 s) in shr_byte()
1335 u16 shr_word(u16 d, u8 s) in shr_word()
1370 u32 shr_long(u32 d, u8 s) in shr_long()
1404 u8 sar_byte(u8 d, u8 s) in sar_byte()
1442 u16 sar_word(u16 d, u8 s) in sar_word()
1480 u32 sar_long(u32 d, u8 s) in sar_long()
1518 u16 shld_word (u16 d, u16 fill, u8 s) in shld_word()
1553 u32 shld_long (u32 d, u32 fill, u8 s) in shld_long()
1588 u16 shrd_word (u16 d, u16 fill, u8 s) in shrd_word()
1623 u32 shrd_long (u32 d, u32 fill, u8 s) in shrd_long()
1657 u8 sbb_byte(u8 d, u8 s) in sbb_byte()
1680 u16 sbb_word(u16 d, u16 s) in sbb_word()
1703 u32 sbb_long(u32 d, u32 s) in sbb_long()
1727 u8 sub_byte(u8 d, u8 s) in sub_byte()
1747 u16 sub_word(u16 d, u16 s) in sub_word()
1767 u32 sub_long(u32 d, u32 s) in sub_long()
1787 void test_byte(u8 d, u8 s) in test_byte()
1803 void test_word(u16 d, u16 s) in test_word()
1819 void test_long(u32 d, u32 s) in test_long()
1835 u8 xor_byte(u8 d, u8 s) in xor_byte()
1848 u16 xor_word(u16 d, u16 s) in xor_word()
1861 u32 xor_long(u32 d, u32 s) in xor_long()
1874 void imul_byte(u8 s) in imul_byte()
1893 void imul_word(u16 s) in imul_word()
1913 void imul_long_direct(u32 *res_lo, u32* res_hi,u32 d, u32 s) in imul_long_direct()
1951 void imul_long(u32 s) in imul_long()
1968 void mul_byte(u8 s) in mul_byte()
1986 void mul_word(u16 s) in mul_word()
2005 void mul_long(u32 s) in mul_long()
2041 void idiv_byte(u8 s) in idiv_byte()
2064 void idiv_word(u16 s) in idiv_word()
2092 void idiv_long(u32 s) in idiv_long()
2166 void div_byte(u8 s) in div_byte()
2189 void div_word(u16 s) in div_word()
2217 void div_long(u32 s) in div_long()