/qemu/tests/tcg/i386/ |
H A D | test-i386.h | 8 #define EXECOP2(size, rsize, res, s1, flags) \ argument 32 void exec_opq(long s0, long s1, long iflags) in exec_opq() 41 void exec_opl(long s0, long s1, long iflags) in exec_opl() 49 void exec_opw(long s0, long s1, long iflags) in exec_opw() 57 void exec_opb(long s0, long s1, long iflags) in exec_opb() 66 void exec_opq(long s0, long s1, long iflags) in exec_opq() 75 void exec_opl(long s0, long s1, long iflags) in exec_opl() 83 void exec_opw(long s0, long s1, long iflags) in exec_opw() 91 void exec_opb(long s0, long s1, long iflags) in exec_opb() 100 void exec_op(long s0, long s1) in exec_op()
|
H A D | test-i386-shift.h | 11 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 20 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 31 void exec_opq(long s2, long s0, long s1, long iflags) in exec_opq() 45 void exec_opl(long s2, long s0, long s1, long iflags) in exec_opl() 58 void exec_opw(long s2, long s0, long s1, long iflags) in exec_opw() 72 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 82 void exec_opq(long s2, long s0, long s1, long iflags) in exec_opq() 96 void exec_opl(long s2, long s0, long s1, long iflags) in exec_opl() 109 void exec_opw(long s2, long s0, long s1, long iflags) in exec_opw() 125 void exec_opb(long s0, long s1, long iflags) in exec_opb() [all …]
|
H A D | test-i386-muldiv.h | 4 long res, s1, s0, flags; in glue() local 22 long res, s1, flags, resh; in glue() local 40 long res, s1, flags, resh; in glue() local 59 long res, s1, flags, resh; in glue() local
|
H A D | test-i386-pcmpistri.c | 12 union u s1 = { .uc = "abcdefghijklmnop" }; variable
|
H A D | test-i386.c | 512 long res, s1, s0, flags; in test_imulw2() local 530 long res, s1, s0, flags; in test_imull2() local 549 long res, s1, s0, flags; in test_imulq2() local
|
/qemu/tests/tcg/s390x/ |
H A D | clst.c | 5 static int clst(char sep, const char **s1, const char **s2) in clst() 30 const char *s1; member 64 const char *s1, *s2; in main() local
|
/qemu/target/sparc/ |
H A D | vis_helper.c | 103 VIS32 s1, s2; in helper_fpmerge() local 227 VIS64 s1, s2; in helper_fcmple8() local 246 VIS64 s1, s2; in helper_fcmpule8() local 284 VIS64 s1, s2; in helper_fcmple16() local 303 VIS64 s1, s2; in helper_fcmpule16() local 334 VIS64 s1, s2; in helper_fcmple32() local 353 VIS64 s1, s2; in helper_fcmpule32() local 374 int s1, s2; in helper_pdist() local 531 VIS64 r, s1, s2; in helper_fchksm16() local 552 VIS64 r, s1, s2; in helper_fmean16() local [all …]
|
H A D | translate.c | 825 static void gen_op_faligndata_i(TCGv_i64 dst, TCGv_i64 s1, in gen_op_faligndata_i() 853 static void gen_op_faligndata_g(TCGv_i64 dst, TCGv_i64 s1, TCGv_i64 s2) in gen_op_faligndata_g() 1359 static void gen_op_fmadds(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fmadds() 1365 static void gen_op_fmaddd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fmaddd() 1371 static void gen_op_fmsubs(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fmsubs() 1378 static void gen_op_fmsubd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fmsubd() 1385 static void gen_op_fnmsubs(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fnmsubs() 1393 static void gen_op_fnmsubd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fnmsubd() 1401 static void gen_op_fnmadds(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fnmadds() 1408 static void gen_op_fnmaddd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fnmaddd() [all …]
|
H A D | fop_helper.c | 345 float32 helper_fmadds(CPUSPARCState *env, float32 s1, in helper_fmadds() 353 float64 helper_fmaddd(CPUSPARCState *env, float64 s1, in helper_fmaddd()
|
/qemu/pc-bios/vof/ |
H A D | libc.c | 15 int strcmp(const char *s1, const char *s2) in strcmp()
|
/qemu/target/riscv/ |
H A D | vector_internals.c | 84 void do_vext_vx(void *vd, void *v0, target_long s1, void *vs2, in do_vext_vx()
|
H A D | vector_helper.c | 1674 static int16_t do_mulh_h(int16_t s2, int16_t s1) in do_mulh_h() 1679 static int32_t do_mulh_w(int32_t s2, int32_t s1) in do_mulh_w() 1684 static int64_t do_mulh_d(int64_t s2, int64_t s1) in do_mulh_d() 1692 static uint8_t do_mulhu_b(uint8_t s2, uint8_t s1) in do_mulhu_b() 1697 static uint16_t do_mulhu_h(uint16_t s2, uint16_t s1) in do_mulhu_h() 1702 static uint32_t do_mulhu_w(uint32_t s2, uint32_t s1) in do_mulhu_w() 1707 static uint64_t do_mulhu_d(uint64_t s2, uint64_t s1) in do_mulhu_d() 1715 static int8_t do_mulhsu_b(int8_t s2, uint8_t s1) in do_mulhsu_b() 1720 static int16_t do_mulhsu_h(int16_t s2, uint16_t s1) in do_mulhsu_h() 1725 static int32_t do_mulhsu_w(int32_t s2, uint32_t s1) in do_mulhsu_w() [all …]
|
/qemu/tests/qtest/ |
H A D | ivshmem-test.c | 199 IVState state1, state2, *s1, *s2; in test_ivshmem_pair() local 308 IVState state1, state2, *s1, *s2; in test_ivshmem_server() local
|
/qemu/bsd-user/ |
H A D | elfload.c | 353 static int symfind(const void *s0, const void *s1) in symfind() 387 static int symcmp(const void *s0, const void *s1) in symcmp()
|
H A D | signal.c | 145 target_sigset_t s1; in target_to_host_sigset() local
|
/qemu/crypto/ |
H A D | aes.c | 1451 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 1642 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local
|
/qemu/tests/tcg/loongarch64/system/ |
H A D | regdef.h | 34 #define s1 $r24 macro
|
/qemu/linux-user/riscv/ |
H A D | target_syscall.h | 21 abi_long s1; member
|
/qemu/hw/display/ |
H A D | tcx.c | 138 static void tcx_draw_line32(TCXState *s1, uint8_t *d, in tcx_draw_line32() 151 static void tcx_draw_cursor32(TCXState *s1, uint8_t *d, in tcx_draw_cursor32() 181 static inline void tcx24_draw_line32(TCXState *s1, uint8_t *d, in tcx24_draw_line32()
|
H A D | cirrus_vga.c | 1105 static void cirrus_get_params(VGACommonState *s1, in cirrus_get_params() 1151 static int cirrus_get_bpp(VGACommonState *s1) in cirrus_get_bpp() 2189 static void cirrus_cursor_invalidate(VGACommonState *s1) in cirrus_cursor_invalidate() 2252 static void cirrus_cursor_draw_line(VGACommonState *s1, uint8_t *d1, int scr_y) in cirrus_cursor_draw_line()
|
/qemu/ |
H A D | qemu-io-cmds.c | 473 char s1[64], s2[64], ts[64]; in print_report() local 2055 char s1[64]; in length_f() local 2083 char s1[64], s2[64]; in info_f() local 2225 char s1[64]; in alloc_f() local 2314 char s1[64], s2[64]; in map_f() local
|
/qemu/target/arm/ |
H A D | ptw.c | 3002 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() 3026 ARMCacheAttrs s1, ARMCacheAttrs s2) in combined_attrs_nofwb() 3089 static uint8_t combined_attrs_fwb(ARMCacheAttrs s1, ARMCacheAttrs s2) in combined_attrs_fwb() 3137 ARMCacheAttrs s1, ARMCacheAttrs s2) in combine_cacheattrs()
|
/qemu/linux-headers/asm-riscv/ |
H A D | ptrace.h | 34 unsigned long s1; member
|
/qemu/target/i386/tcg/ |
H A D | decode-new.h | 287 X86OpSize s1:8; member
|
/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 655 static uint32_t do_helper_clc(CPUS390XState *env, uint32_t l, uint64_t s1, in do_helper_clc() 2600 uint8_t s0, s1, s2, s3; in decode_utf8() local 2683 uint16_t s0, s1; in decode_utf16() local
|