Home
last modified time | relevance | path

Searched refs:lduw_he_p (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dbswap.h249 static inline int lduw_he_p(const void *ptr) in lduw_he_p() function
299 return (uint16_t)le_bswap(lduw_he_p(ptr), 16); in lduw_le_p()
304 return (int16_t)le_bswap(lduw_he_p(ptr), 16); in ldsw_le_p()
339 return (uint16_t)be_bswap(lduw_he_p(ptr), 16); in lduw_be_p()
344 return (int16_t)be_bswap(lduw_he_p(ptr), 16); in ldsw_be_p()
/openbmc/qemu/accel/tcg/
H A Dldst_atomicity.c.inc416 return lduw_he_p(pv);