Home
last modified time | relevance | path

Searched defs:ws (Results 1 – 6 of 6) sorted by relevance

/qemu/target/mips/tcg/
H A Dmsa_helper.c99 void helper_msa_nloc_b(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_b()
122 void helper_msa_nloc_h(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_h()
137 void helper_msa_nloc_w(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_w()
148 void helper_msa_nloc_d(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_d()
157 void helper_msa_nlzc_b(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_b()
180 void helper_msa_nlzc_h(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_h()
195 void helper_msa_nlzc_w(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_w()
206 void helper_msa_nlzc_d(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_d()
231 void helper_msa_pcnt_b(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_pcnt_b()
254 void helper_msa_pcnt_h(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_pcnt_h()
[all …]
/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c357 BlockDriverState *ws = in test_parallel_perm_update() local
/qemu/linux-user/xtensa/
H A Dsignal.c68 uint32_t ws = xtensa_replicate_windowstart(env) >> (wb + 1); in flush_window_regs() local
/qemu/ui/
H A Dcurses.c160 } ws; in curses_winch_check() local
/qemu/io/
H A Dchannel-websock.c620 QIOChannelWebsockHeader ws; in qio_channel_websock_encode() member
/qemu/target/xtensa/
H A Dtranslate.c1273 bool ws = (env->sregs[WINDOW_START] & (1 << (i / 4))) != 0; in xtensa_cpu_dump_state() local