Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dcpu_ldst.h382 # define cpu_lduw_data cpu_lduw_be_data macro
404 # define cpu_lduw_data cpu_lduw_le_data macro
/openbmc/qemu/linux-user/
H A Dvm86.c65 return cpu_lduw_data(env, segptr + (reg16 & 0xffff)); in vm_getw()
/openbmc/qemu/target/sparc/
H A Dldst_helper.c1200 ret = cpu_lduw_data(env, addr); in helper_ld_asi()