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.h251 static inline int lduw_he_p(const void *ptr) in lduw_he_p() function
301 return (uint16_t)le_bswap(lduw_he_p(ptr), 16); in lduw_le_p()
306 return (int16_t)le_bswap(lduw_he_p(ptr), 16); in ldsw_le_p()
341 return (uint16_t)be_bswap(lduw_he_p(ptr), 16); in lduw_be_p()
346 return (int16_t)be_bswap(lduw_he_p(ptr), 16); in ldsw_be_p()
/openbmc/qemu/accel/tcg/
H A Dldst_atomicity.c.inc418 return lduw_he_p(pv);