Home
last modified time | relevance | path

Searched refs:ws (Results 1 – 15 of 15) sorted by relevance

/qemu/target/mips/tcg/
H A Dmsa.decode16 &msa_r df wd ws wt
19 &msa_i df wd ws sa
20 &msa_bit df wd ws m
21 &msa_elm_df df wd ws n
22 &msa_elm wd ws
33 @ldst ...... sa:s10 ws:5 wd:5 .... df:2 &msa_i
37 @elm ...... .......... ws:5 wd:5 ...... &msa_elm
41 @3r ...... ... df:2 wt:5 ws:5 wd:5 ...... &msa_r
44 @u5 ...... ... df:2 sa:5 ws:5 wd:5 ...... &msa_i
45 @s5 ...... ... df:2 sa:s5 ws:5 wd:5 ...... &msa_i
[all …]
H A Dmsa_helper.c7089 uint32_t ws, uint32_t wt) in helper_msa_fadd_df() argument
7119 uint32_t ws, uint32_t wt) in helper_msa_fsub_df() argument
7149 uint32_t ws, uint32_t wt) in helper_msa_fmul_df() argument
7180 uint32_t ws, uint32_t wt) in helper_msa_fdiv_df() argument
7225 uint32_t ws, uint32_t wt) in helper_msa_fmadd_df() argument
7258 uint32_t ws, uint32_t wt) in helper_msa_fmsub_df() argument
7293 uint32_t ws, uint32_t wt) in helper_msa_fexp2_df() argument
7466 uint32_t ws, uint32_t wt) in helper_msa_fmin_df() argument
7540 uint32_t ws, uint32_t wt) in helper_msa_fmin_a_df() argument
7568 uint32_t ws, uint32_t wt) in helper_msa_fmax_df() argument
[all …]
H A Dmsa_translate.c293 tcg_constant_i32(a->ws), in trans_msa_i8()
320 tcg_constant_i32(a->ws), in trans_SHF()
336 tcg_constant_i32(a->ws), in trans_msa_i5()
382 tcg_constant_i32(a->ws), in trans_msa_bit()
411 tcg_constant_i32(a->ws), in trans_msa_3rf()
430 tcg_constant_i32(a->ws), in trans_msa_3r()
524 tcg_constant_i32(a->ws)); in trans_MOVE_V()
539 gen_load_gpr(telm, a->ws); in trans_CTCMSA()
575 tcg_constant_i32(a->ws), in trans_msa_elm()
598 tcg_constant_i32(a->ws), in trans_msa_elm_fn()
[all …]
/qemu/linux-user/xtensa/
H A Dsignal.c68 uint32_t ws = xtensa_replicate_windowstart(env) >> (wb + 1); in flush_window_regs() local
69 unsigned d = ctz32(ws) + 1; in flush_window_regs()
77 ws >>= d; in flush_window_regs()
80 if (ws & 0x1) { in flush_window_regs()
83 } else if (ws & 0x2) { in flush_window_regs()
88 } else if (ws & 0x4) { in flush_window_regs()
/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c351 BlockDriverState *ws = in test_parallel_perm_update() local
354 BDRVWriteToSelectedState *s = ws->opaque; in test_parallel_perm_update()
367 bdrv_attach_child(top, ws, "file", &child_of_bds, BDRV_CHILD_DATA, in test_parallel_perm_update()
369 c_fl1 = bdrv_attach_child(ws, fl1, "first", &child_of_bds, in test_parallel_perm_update()
371 c_fl2 = bdrv_attach_child(ws, fl2, "second", &child_of_bds, in test_parallel_perm_update()
/qemu/ui/
H A Dgtk-egl.c73 int ww, wh, ws; in gd_egl_draw() local
80 ws = gdk_window_get_scale_factor(window); in gd_egl_draw()
81 ww = gdk_window_get_width(window) * ws; in gd_egl_draw()
82 wh = gdk_window_get_height(window) * ws; in gd_egl_draw()
339 int ww, wh, ws; in gd_egl_scanout_flush() local
352 ws = gdk_window_get_scale_factor(window); in gd_egl_scanout_flush()
353 ww = gdk_window_get_width(window) * ws; in gd_egl_scanout_flush()
354 wh = gdk_window_get_height(window) * ws; in gd_egl_scanout_flush()
H A Dgtk-gl-area.c45 int ww, wh, ws, y1, y2; in gd_gl_area_draw() local
52 ws = gdk_window_get_scale_factor(gtk_widget_get_window(vc->gfx.drawing_area)); in gd_gl_area_draw()
53 ww = gtk_widget_get_allocated_width(vc->gfx.drawing_area) * ws; in gd_gl_area_draw()
54 wh = gtk_widget_get_allocated_height(vc->gfx.drawing_area) * ws; in gd_gl_area_draw()
H A Dcurses.c160 } ws; in curses_winch_check() local
167 if (ioctl(1, TIOCGWINSZ, &ws) == -1) { in curses_winch_check()
171 resize_term(ws.ws_row, ws.ws_col); in curses_winch_check()
H A Dtrace-events31 gd_motion_event(int ww, int wh, int ws, int x, int y) "ww=%d, wh=%d, ws=%d, x=%d, y=%d"
35 # vnc-ws.c
H A Dmeson.build43 'vnc-ws.c',
/qemu/io/
H A Dchannel-websock.c620 QIOChannelWebsockHeader ws; in qio_channel_websock_encode() member
625 header.ws.b0 = QIO_CHANNEL_WEBSOCK_HEADER_FIELD_FIN | in qio_channel_websock_encode()
628 header.ws.b1 = (uint8_t)size; in qio_channel_websock_encode()
631 header.ws.b1 = QIO_CHANNEL_WEBSOCK_PAYLOAD_LEN_MAGIC_16_BIT; in qio_channel_websock_encode()
632 header.ws.u.s16.l16 = cpu_to_be16((uint16_t)size); in qio_channel_websock_encode()
635 header.ws.b1 = QIO_CHANNEL_WEBSOCK_PAYLOAD_LEN_MAGIC_64_BIT; in qio_channel_websock_encode()
636 header.ws.u.s64.l64 = cpu_to_be64(size); in qio_channel_websock_encode()
/qemu/contrib/gitdm/
H A Daliases24 aliguori@c046a42c-6fe2-441c-8c8c-71466251a162 anthony@codemonkey.ws
/qemu/
H A D.mailmap20 Anthony Liguori <anthony@codemonkey.ws> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
77 Anthony Liguori <anthony@codemonkey.ws> Anthony Liguori <aliguori@us.ibm.com>
/qemu/hw/vfio/
H A Dtrace-events139 vfio_spapr_create_window(int ps, unsigned int levels, uint64_t ws, uint64_t off) "pageshift=0x%x le…
/qemu/target/xtensa/
H A Dtranslate.c1272 bool ws = (env->sregs[WINDOW_START] & (1 << (i / 4))) != 0; in xtensa_cpu_dump_state() local
1275 qemu_fprintf(f, "%c%c\n", ws ? '<' : ' ', cw ? '=' : ' '); in xtensa_cpu_dump_state()