Searched defs:ws (Results 1 – 6 of 6) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 99 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 D | test-bdrv-graph-mod.c | 357 BlockDriverState *ws = in test_parallel_perm_update() local
|
/qemu/linux-user/xtensa/ |
H A D | signal.c | 68 uint32_t ws = xtensa_replicate_windowstart(env) >> (wb + 1); in flush_window_regs() local
|
/qemu/ui/ |
H A D | curses.c | 160 } ws; in curses_winch_check() local
|
/qemu/io/ |
H A D | channel-websock.c | 620 QIOChannelWebsockHeader ws; in qio_channel_websock_encode() member
|
/qemu/target/xtensa/ |
H A D | translate.c | 1273 bool ws = (env->sregs[WINDOW_START] & (1 << (i / 4))) != 0; in xtensa_cpu_dump_state() local
|