Home
last modified time | relevance | path

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

/openbmc/qemu/include/accel/tcg/
H A Dcpu-ldst.h432 # define cpu_lduw_data cpu_lduw_be_data macro
454 # define cpu_lduw_data cpu_lduw_le_data macro
/openbmc/qemu/target/sparc/
H A Dldst_helper.c1231 ret = cpu_lduw_data(env, addr); in helper_ld_asi()