Home
last modified time | relevance | path

Searched refs:clo32 (Results 1 – 5 of 5) sorted by relevance

/qemu/target/arm/
H A Dhyp_gdbstub.c201 addr_top = addr_bottom + clo32(bas); in check_watchpoint_in_range()
/qemu/target/xtensa/
H A Ddbg_helper.c105 mask = 0xffffffff << (32 - clo32(mask)); in set_dbreak()
/qemu/include/qemu/
H A Dhost-utils.h177 static inline int clo32(uint32_t val) in clo32() function
690 # define clol clo32
/qemu/target/tricore/
H A Dop_helper.c1738 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()
/qemu/target/hexagon/
H A Dmacros.h625 #define fCL1_4(VAL) clo32(VAL)