Home
last modified time | relevance | path

Searched defs:rsh (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c3873 TCGv_i32 rsh = tcg_temp_new_i32(); in gen_ushl_i32() local
3895 TCGv_i64 rsh = tcg_temp_new_i64(); in gen_ushl_i64() local
3918 TCGv_vec rsh = tcg_temp_new_vec_matching(dst); in gen_ushl_vec() local
3996 TCGv_i32 rsh = tcg_temp_new_i32(); in gen_sshl_i32() local
4019 TCGv_i64 rsh = tcg_temp_new_i64(); in gen_sshl_i64() local
4043 TCGv_vec rsh = tcg_temp_new_vec_matching(dst); in gen_sshl_vec() local
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1557 uint16_t rsh, rsl, rth, rtl; in helper_precrqu_s_qb_ph() local
/openbmc/qemu/target/ppc/
H A Dtranslate.c2645 int rsh = (32 - sh) & 31; in gen_rlwinm() local
2774 int rsh = (64 - sh) & 63; in gen_rldinm() local
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.h1108 int rsh; member