Searched refs:out2 (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/usb/ |
H A D | ccid-card-emulated.c | 518 goto out2; in emulated_realize() 528 goto out2; in emulated_realize() 535 goto out2; in emulated_realize() 540 goto out2; in emulated_realize() 547 goto out2; in emulated_realize() 556 out2: in emulated_realize()
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 1007 TCGv_i64 out, out2, in1, in2; member 1203 tcg_gen_mov_i64(o->out2, o->in2); in op_absf128() 2095 tcg_gen_atomic_cmpxchg_i64(old, addr, o->in1, o->out2, in op_csp() 2239 tcg_gen_extr32_i64(o->out2, o->out, o->out); in op_divs32() 2246 tcg_gen_extr32_i64(o->out2, o->out, o->out); in op_divu32() 2255 tcg_gen_extr_i128_i64(o->out2, o->out, t); in op_divs64() 2263 gen_helper_divu64(t, tcg_env, o->out, o->out2, o->in2); in op_divu64() 2264 tcg_gen_extr_i128_i64(o->out2, o->out, t); in op_divu64() 2400 tcg_gen_movi_i64(o->out2, 0x8000000000000000ull); in op_flogr() 2401 tcg_gen_shr_i64(o->out2, o->out2, o->out); in op_flogr() [all …]
|
/qemu/hw/arm/ |
H A D | realview.c | 63 qemu_irq out1, qemu_irq out2) { in split_irq_from_named() argument 71 qdev_connect_gpio_out(splitter, 1, out2); in split_irq_from_named()
|
/qemu/tests/qtest/ |
H A D | libqtest.c | 2067 gchar *out, *out2; in mkimg() local 2081 ret = g_spawn_command_line_sync(cli, &out, &out2, &rc, &err); in mkimg() 2088 g_free(out2); in mkimg()
|
/qemu/qga/ |
H A D | commands-linux.c | 1748 goto out2; in transfer_memory_block() 1778 goto out2; in transfer_memory_block() 1789 out2: in transfer_memory_block()
|
/qemu/ |
H A D | qemu-img.c | 1479 goto out2; in img_compare() 1637 out2: in img_compare()
|
/qemu/linux-user/ |
H A D | syscall.c | 3292 goto out2; in do_sendrecvmsg_locked() 3312 goto out2; in do_sendrecvmsg_locked() 3321 goto out2; in do_sendrecvmsg_locked() 3377 out2: in do_sendrecvmsg_locked()
|