Home
last modified time | relevance | path

Searched refs:shiftcount (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dcm.h198 u8 shiftcount; member
H A Dcm.c724 all_options->windowscale.shiftcount; in irdma_process_options()
1405 options->windowscale.shiftcount = cm_node->tcp_cntxt.rcv_wscale; in irdma_send_syn()
/openbmc/qemu/target/tricore/
H A Dtranslate.c2474 static void gen_sh_hi(TCGv ret, TCGv r1, int32_t shiftcount) in gen_sh_hi() argument
2478 if (shiftcount == -16) { in gen_sh_hi()
2486 gen_shi(temp_low, temp_low, shiftcount); in gen_sh_hi()
2487 gen_shi(ret, temp_high, shiftcount); in gen_sh_hi()