/qemu/target/s390x/tcg/ |
H A D | cc_helper.c | 35 static uint32_t cc_calc_ltgt_32(int32_t src, int32_t dst) in cc_calc_ltgt_32() 46 static uint32_t cc_calc_ltgt0_32(int32_t dst) in cc_calc_ltgt0_32() 51 static uint32_t cc_calc_ltgt_64(int64_t src, int64_t dst) in cc_calc_ltgt_64() 62 static uint32_t cc_calc_ltgt0_64(int64_t dst) in cc_calc_ltgt0_64() 67 static uint32_t cc_calc_ltugtu_32(uint32_t src, uint32_t dst) in cc_calc_ltugtu_32() 78 static uint32_t cc_calc_ltugtu_64(uint64_t src, uint64_t dst) in cc_calc_ltugtu_64() 120 static uint32_t cc_calc_nz(uint64_t dst) in cc_calc_nz() 166 static uint32_t cc_calc_abs_64(int64_t dst) in cc_calc_abs_64() 177 static uint32_t cc_calc_nabs_64(int64_t dst) in cc_calc_nabs_64() 182 static uint32_t cc_calc_comp_64(int64_t dst) in cc_calc_comp_64() [all …]
|
/qemu/tests/unit/ |
H A D | test-clone-visitor.c | 17 UserDefOne *src, *dst; in test_clone_struct() local 67 uint8List *src = NULL, *dst; in test_clone_list() local 90 Empty2 *src, *dst; in test_clone_empty() local 101 UserDefFlatUnion *src, *dst; in test_clone_complex1() local 125 WrapAlternate *src, *dst; in test_clone_complex2() local 155 UserDefOneList *src, *dst, *tail; in test_clone_complex3() local
|
H A D | test-forward-visitor.c | 59 UserDefOne *dst; in test_forward_any() local 131 char *dst = visit_with_forward("src=Hello", in test_forward_string() local 140 UserDefOne *dst = visit_with_forward("src.integer=42,src.string=Hello", in test_forward_struct() local 169 uint8List *dst = visit_with_forward("src.0=1,src.1=2,src.2=3,src.3=4", in test_forward_list() local
|
H A D | io-channel-helpers.c | 27 QIOChannel *dst; member 105 QIOChannel *dst) in qio_channel_test_run_threads() 139 QIOChannel *dst) in qio_channel_test_run_reader()
|
H A D | test-io-channel-socket.c | 32 QIOChannel *dst) in test_io_channel_set_socket_bufs() 56 QIOChannel **dst) in test_io_channel_setup_sync() 107 QIOChannel **dst) in test_io_channel_setup_async() 176 QIOChannel *src, *dst, *srv; in test_io_channel() local 413 QIOChannel *src, *dst, *srv; in test_io_channel_unix_fd_pass() local
|
H A D | test-io-channel-file.c | 43 QIOChannel *src, *dst; in test_io_channel_file_helper() local 108 QIOChannel *src, *dst; in test_io_channel_pipe() local
|
/qemu/target/i386/tcg/ |
H A D | cc_helper.c | 45 static target_ulong compute_all_adcx(target_ulong dst, target_ulong src1, in compute_all_adcx() 51 static target_ulong compute_all_adox(target_ulong dst, target_ulong src1, in compute_all_adox() 57 static target_ulong compute_all_adcox(target_ulong dst, target_ulong src1, in compute_all_adcox() 63 target_ulong helper_cc_compute_nz(target_ulong dst, target_ulong src1, in helper_cc_compute_nz() 76 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() 213 target_ulong helper_cc_compute_c(target_ulong dst, target_ulong src1, in helper_cc_compute_c()
|
/qemu/include/qemu/ |
H A D | bitmap.h | 113 static inline void bitmap_zero(unsigned long *dst, long nbits) in bitmap_zero() 123 static inline void bitmap_fill(unsigned long *dst, long nbits) in bitmap_fill() 133 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() 144 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 153 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 163 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 173 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 182 static inline void bitmap_complement(unsigned long *dst, in bitmap_complement()
|
/qemu/target/sparc/ |
H A D | translate.c | 248 static void gen_store_fpr_F(DisasContext *dc, unsigned int dst, TCGv_i32 v) in gen_store_fpr_F() 268 static void gen_store_fpr_D(DisasContext *dc, unsigned int dst, TCGv_i64 v) in gen_store_fpr_D() 284 static void gen_store_fpr_Q(DisasContext *dc, unsigned int dst, TCGv_i128 v) in gen_store_fpr_Q() 393 static void gen_op_addcc_int(TCGv dst, TCGv src1, TCGv src2, TCGv cin) in gen_op_addcc_int() 417 static void gen_op_addcc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addcc() 422 static void gen_op_taddcc(TCGv dst, TCGv src1, TCGv src2) in gen_op_taddcc() 438 static void gen_op_addc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addc() 444 static void gen_op_addccc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addccc() 449 static void gen_op_addxc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addxc() 455 static void gen_op_addxccc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addxccc() [all …]
|
H A D | helper.c | 134 target_ulong dst, v; in helper_taddcctv() local 170 target_ulong dst, v; in helper_tsubcctv() local
|
/qemu/util/ |
H A D | bitmap.c | 98 void slow_bitmap_complement(unsigned long *dst, const unsigned long *src, in slow_bitmap_complement() 112 int slow_bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in slow_bitmap_and() 125 void slow_bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in slow_bitmap_or() 136 void slow_bitmap_xor(unsigned long *dst, const unsigned long *bitmap1, in slow_bitmap_xor() 147 int slow_bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1, in slow_bitmap_andnot() 335 void bitmap_copy_and_clear_atomic(unsigned long *dst, unsigned long *src, in bitmap_copy_and_clear_atomic() 419 static void bitmap_to_from_le(unsigned long *dst, in bitmap_to_from_le() 439 void bitmap_from_le(unsigned long *dst, const unsigned long *src, in bitmap_from_le() 445 void bitmap_to_le(unsigned long *dst, const unsigned long *src, in bitmap_to_le() 456 void bitmap_copy_with_src_offset(unsigned long *dst, const unsigned long *src, in bitmap_copy_with_src_offset() [all …]
|
/qemu/tests/tcg/aarch64/ |
H A D | sme-fmopa-1.c | 8 static void foo(float *dst) in foo() 46 float dst[16] = { }; in main() local
|
H A D | sme-outprod1.c | 60 float dst[16]; in main() local
|
H A D | sme-smopa-1.c | 12 int dst[4][4]; in main() local
|
H A D | sme-smopa-2.c | 12 long dst[4][4]; in main() local
|
/qemu/tests/tcg/s390x/ |
H A D | mvc.c | 18 static inline void mvc_256(const char *dst, const char *src) in mvc_256() 30 char *src, *dst; in main() local
|
H A D | mie3-mvcrl.c | 6 static void mvcrl(const char *dst, const char *src, size_t len) in mvcrl()
|
/qemu/migration/ |
H A D | xbzrle.c | 24 uint8_t *dst, int dlen) in xbzrle_encode_buffer_avx512() 156 uint8_t *dst, int dlen) in xbzrle_encode_buffer() 175 uint8_t *dst, int dlen) in xbzrle_encode_buffer() 276 int xbzrle_decode_buffer(uint8_t *src, int slen, uint8_t *dst, int dlen) in xbzrle_decode_buffer()
|
/qemu/hw/display/ |
H A D | cirrus_vga_rop.h | 28 uint8_t *dst = &s->vga.vram_ptr[dstaddr & s->cirrus_addr_mask]; in glue() local 36 uint8_t *dst = &s->vga.vram_ptr[dstaddr & s->cirrus_addr_mask]; in glue() local 46 uint16_t *dst = (uint16_t *) in glue() local 55 uint16_t *dst = (uint16_t *) in glue() local 66 uint32_t *dst = (uint32_t *) in glue() local
|
/qemu/audio/ |
H A D | mixeng.c | 291 static void conv_natural_float_to_mono(struct st_sample *dst, const void *src, in conv_natural_float_to_mono() 302 static void conv_swap_float_to_mono(struct st_sample *dst, const void *src, in conv_swap_float_to_mono() 313 static void conv_natural_float_to_stereo(struct st_sample *dst, const void *src, in conv_natural_float_to_stereo() 325 static void conv_swap_float_to_stereo(struct st_sample *dst, const void *src, in conv_swap_float_to_stereo() 348 static void clip_natural_float_from_mono(void *dst, const struct st_sample *src, in clip_natural_float_from_mono() 359 static void clip_swap_float_from_mono(void *dst, const struct st_sample *src, in clip_swap_float_from_mono() 371 void *dst, const struct st_sample *src, int samples) in clip_natural_float_from_stereo() 383 void *dst, const struct st_sample *src, int samples) in clip_swap_float_from_stereo()
|
/qemu/qobject/ |
H A D | block-qdict.c | 25 void qdict_copy_default(QDict *dst, QDict *src, const char *key) in qdict_copy_default() 43 void qdict_set_default_str(QDict *dst, const char *key, const char *val) in qdict_set_default_str() 163 void qdict_extract_subqdict(QDict *src, QDict **dst, const char *start) in qdict_extract_subqdict() 218 void qdict_array_split(QDict *src, QList **dst) in qdict_array_split() 429 QObject *dst = NULL, *child; in qdict_crumple() local 554 QObject *dst; in qdict_crumple_for_keyval_qiv() local
|
/qemu/crypto/ |
H A D | xts.c | 87 xts_uint128 *dst, in xts_tweak_encdec() 108 uint8_t *dst, in xts_decrypt() 184 uint8_t *dst, in xts_encrypt()
|
H A D | rsakey.c | 54 uint8_t **dst, in qcrypto_akcipher_rsakey_export_p8info()
|
/qemu/ui/ |
H A D | egl-helpers.c | 141 void egl_fb_blit(egl_fb *dst, egl_fb *src, bool flip) in egl_fb_blit() 174 void egl_fb_read(DisplaySurface *dst, egl_fb *src) in egl_fb_read() 182 void egl_fb_read_rect(DisplaySurface *dst, egl_fb *src, int x, int y, int w, int h) in egl_fb_read_rect() 196 void egl_texture_blit(QemuGLShader *gls, egl_fb *dst, egl_fb *src, bool flip) in egl_texture_blit() 205 void egl_texture_blend(QemuGLShader *gls, egl_fb *dst, egl_fb *src, bool flip, in egl_texture_blend()
|
/qemu/include/qapi/ |
H A D | clone-visitor.h | 52 #define QAPI_CLONE_MEMBERS(type, dst, src) \ argument
|