Lines Matching defs:s
231 adc_byte(u8 d, u8 s) in adc_byte()
258 adc_word(u16 d, u16 s) in adc_word()
285 adc_long(u32 d, u32 s) in adc_long()
319 add_byte(u8 d, u8 s) in add_byte()
342 add_word(u16 d, u16 s) in add_word()
365 add_long(u32 d, u32 s) in add_long()
394 and_byte(u8 d, u8 s) in and_byte()
415 and_word(u16 d, u16 s) in and_word()
436 and_long(u32 d, u32 s) in and_long()
457 cmp_byte(u8 d, u8 s) in cmp_byte()
481 cmp_word(u16 d, u16 s) in cmp_word()
504 cmp_long(u32 d, u32 s) in cmp_long()
709 or_byte(u8 d, u8 s) in or_byte()
728 or_word(u16 d, u16 s) in or_word()
748 or_long(u32 d, u32 s) in or_long()
769 neg_byte(u8 s) in neg_byte()
795 neg_word(u16 s) in neg_word()
822 neg_long(u32 s) in neg_long()
849 not_byte(u8 s) in not_byte()
859 not_word(u16 s) in not_word()
869 not_long(u32 s) in not_long()
879 rcl_byte(u8 d, u8 s) in rcl_byte()
952 rcl_word(u16 d, u8 s) in rcl_word()
976 rcl_long(u32 d, u8 s) in rcl_long()
1000 rcr_byte(u8 d, u8 s) in rcr_byte()
1085 rcr_word(u16 d, u8 s) in rcr_word()
1118 rcr_long(u32 d, u8 s) in rcr_long()
1152 rol_byte(u8 d, u8 s) in rol_byte()
1202 rol_word(u16 d, u8 s) in rol_word()
1228 rol_long(u32 d, u8 s) in rol_long()
1254 ror_byte(u8 d, u8 s) in ror_byte()
1302 ror_word(u16 d, u8 s) in ror_word()
1327 ror_long(u32 d, u8 s) in ror_long()
1352 shl_byte(u8 d, u8 s) in shl_byte()
1399 shl_word(u16 d, u8 s) in shl_word()
1441 shl_long(u32 d, u8 s) in shl_long()
1482 shr_byte(u8 d, u8 s) in shr_byte()
1523 shr_word(u16 d, u8 s) in shr_word()
1564 shr_long(u32 d, u8 s) in shr_long()
1604 sar_byte(u8 d, u8 s) in sar_byte()
1647 sar_word(u16 d, u8 s) in sar_word()
1690 sar_long(u32 d, u8 s) in sar_long()
1733 shld_word(u16 d, u16 fill, u8 s) in shld_word()
1774 shld_long(u32 d, u32 fill, u8 s) in shld_long()
1815 shrd_word(u16 d, u16 fill, u8 s) in shrd_word()
1856 shrd_long(u32 d, u32 fill, u8 s) in shrd_long()
1896 sbb_byte(u8 d, u8 s) in sbb_byte()
1922 sbb_word(u16 d, u16 s) in sbb_word()
1948 sbb_long(u32 d, u32 s) in sbb_long()
1974 sub_byte(u8 d, u8 s) in sub_byte()
1997 sub_word(u16 d, u16 s) in sub_word()
2020 sub_long(u32 d, u32 s) in sub_long()
2043 test_byte(u8 d, u8 s) in test_byte()
2062 test_word(u16 d, u16 s) in test_word()
2081 test_long(u32 d, u32 s) in test_long()
2100 xor_byte(u8 d, u8 s) in xor_byte()
2119 xor_word(u16 d, u16 s) in xor_word()
2138 xor_long(u32 d, u32 s) in xor_long()
2157 imul_byte(u8 s) in imul_byte()
2178 imul_word(u16 s) in imul_word()
2200 imul_long_direct(u32 * res_lo, u32 * res_hi, u32 d, u32 s) in imul_long_direct()
2239 imul_long(u32 s) in imul_long()
2258 mul_byte(u8 s) in mul_byte()
2278 mul_word(u16 s) in mul_word()
2299 mul_long(u32 s) in mul_long()
2338 idiv_byte(u8 s) in idiv_byte()
2362 idiv_word(u16 s) in idiv_word()
2391 idiv_long(u32 s) in idiv_long()
2467 div_byte(u8 s) in div_byte()
2491 div_word(u16 s) in div_word()
2520 div_long(u32 s) in div_long()