/qemu/tests/tcg/i386/ |
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() 139 void exec_op(long s2, long s0, long s1) in exec_op()
|
H A D | test-i386-pcmpistri.c | 13 union u s2 = { .uc = "bcdefghijklmnopa" }; variable
|
/qemu/tests/tcg/s390x/ |
H A D | clst.c | 5 static int clst(char sep, const char **s1, const char **s2) in clst() 31 const char *s2; 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 | 826 TCGv_i64 s2, TCGv gsr) 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 | 346 float32 s2, float32 s3, int32_t sc, uint32_t op) in helper_fmadds() 354 float64 s2, float64 s3, int32_t sc, uint32_t op) in helper_fmaddd()
|
/qemu/pc-bios/vof/ |
H A D | libc.c | 15 int strcmp(const char *s1, const char *s2) in strcmp()
|
/qemu/tests/unit/ |
H A D | test-xs-node.c | 200 XenstoreImplState *s2 = opaque; in compare_tx() local 243 XenstoreImplState *s2 = xs_impl_create(DOMID_GUEST); in check_serdes() local
|
/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
|
H A D | hd-geo-test.c | 223 char *s1, *s2, *s3; in setup_ide() 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 | 35 #define s2 $r25 macro
|
/qemu/linux-user/riscv/ |
H A D | target_syscall.h | 30 abi_long s2; member
|
/qemu/target/arm/ |
H A D | ptw.c | 585 GetPhysAddrResult s2 = { }; in S1_ptw_translate() local 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/target/riscv/ |
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/linux-headers/asm-riscv/ |
H A D | ptrace.h | 43 unsigned long s2; member
|
/qemu/tcg/ |
H A D | tci.c | 884 int32_t s2; in print_insn_tci() local
|
/qemu/ |
H A D | qemu-io-cmds.c | 473 char s1[64], s2[64], ts[64]; in print_report() local 2083 char s1[64], s2[64]; in info_f() local 2314 char s1[64], s2[64]; in map_f() local
|
/qemu/target/i386/tcg/ |
H A D | decode-new.h | 289 X86OpSize s2:8; member
|
/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 656 uint64_t s2, uintptr_t ra) in do_helper_clc() 2600 uint8_t s0, s1, s2, s3; in decode_utf8() local
|
/qemu/hw/arm/ |
H A D | smmuv3-internal.h | 476 bool s2; member
|
/qemu/ui/ |
H A D | vnc.c | 811 DisplaySurface *s2) in vnc_check_pageflip()
|
/qemu/hw/9pfs/ |
H A D | 9p.c | 241 static int v9fs_path_is_ancestor(V9fsPath *s1, V9fsPath *s2) in v9fs_path_is_ancestor()
|
/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 3240 TCGv s2 = tcg_temp_new(); in gen_mxu_q16acc() local
|
/qemu/target/ppc/ |
H A D | translate.c | 3158 TCGv s2 = tcg_temp_new(); in gen_st_atomic() local
|