Searched refs:clo32 (Results 1 – 5 of 5) sorted by relevance
201 addr_top = addr_bottom + clo32(bas); in check_watchpoint_in_range()
105 mask = 0xffffffff << (32 - clo32(mask)); in set_dbreak()
177 static inline int clo32(uint32_t val) in clo32() function690 # define clol clo32
1738 ret_hw0 = clo32(ret_hw0 << 16); in helper_clo_h()1739 ret_hw1 = clo32(ret_hw1 << 16); in helper_clo_h()2420 int lo = clo32((*psw & MASK_PSW_CDC) << (32 - 7)); in cdc_increment()2436 int lo = clo32((*psw & MASK_PSW_CDC) << (32 - 7)); in cdc_decrement()2455 int lo = clo32((*psw & MASK_PSW_CDC) << (32 - 7)); in cdc_zero()
625 #define fCL1_4(VAL) clo32(VAL)