Home
last modified time | relevance | path

Searched refs:bitswap (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c29 static inline target_ulong bitswap(target_ulong v) in bitswap() function
43 return bitswap(rt); in helper_dbitswap()
49 return (int32_t)bitswap(rt); in helper_bitswap()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_formatter_local.h110 u32 bitswap; member
H A Dinput_formatter.c232 state->bitswap = input_formatter_reg_load(ID, in input_formatter_bin_get_state()
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_mips64r6.h46 DO_MIPS64R6__RD__RS(BITSWAP, bitswap)
/openbmc/qemu/target/mips/
H A Dhelper.h19 DEF_HELPER_FLAGS_1(bitswap, TCG_CALL_NO_RWG_SE, tl, tl)
/openbmc/qemu/target/loongarch/
H A Dhelper.h10 DEF_HELPER_FLAGS_1(bitswap, TCG_CALL_NO_RWG_SE, tl, tl)
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c846 ia_css_debug_dtrace(2, "\t%-32s: %d\n", "bitswap", state->bitswap); in debug_print_if_bin_state()