Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 27) sorted by relevance

12

/qemu/tests/tcg/i386/
H A Dtest-i386-shift.h11 #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 Dtest-i386-pcmpistri.c13 union u s2 = { .uc = "bcdefghijklmnopa" }; variable
/qemu/tests/tcg/s390x/
H A Dclst.c5 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/pc-bios/s390-ccw/
H A Dlibc.h34 static inline void *memcpy(void *s1, const void *s2, size_t n) in memcpy()
47 static inline int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
/qemu/pc-bios/vof/
H A Dlibc.c15 int strcmp(const char *s1, const char *s2) in strcmp()
/qemu/tests/unit/
H A Dtest-xs-node.c200 XenstoreImplState *s2 = opaque; in compare_tx() local
243 XenstoreImplState *s2 = xs_impl_create(DOMID_GUEST); in check_serdes() local
/qemu/tests/qtest/
H A Divshmem-test.c199 IVState state1, state2, *s1, *s2; in test_ivshmem_pair() local
308 IVState state1, state2, *s1, *s2; in test_ivshmem_server() local
H A Dhd-geo-test.c223 char *s1, *s2, *s3; in setup_ide() local
/qemu/crypto/
H A Daes.c1451 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/linux-user/riscv/
H A Dtarget_syscall.h30 abi_long s2; member
/qemu/tests/tcg/loongarch64/system/
H A Dregdef.h35 #define s2 $r25 macro
/qemu/target/arm/
H A Dptw.c564 GetPhysAddrResult s2 = { }; in S1_ptw_translate() local
3011 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble()
3035 ARMCacheAttrs s1, ARMCacheAttrs s2) in combined_attrs_nofwb()
3098 static uint8_t combined_attrs_fwb(ARMCacheAttrs s1, ARMCacheAttrs s2) in combined_attrs_fwb()
3146 ARMCacheAttrs s1, ARMCacheAttrs s2) in combine_cacheattrs()
/qemu/target/riscv/
H A Dvector_helper.c1431 static int16_t do_mulh_h(int16_t s2, int16_t s1) in do_mulh_h()
1436 static int32_t do_mulh_w(int32_t s2, int32_t s1) in do_mulh_w()
1441 static int64_t do_mulh_d(int64_t s2, int64_t s1) in do_mulh_d()
1449 static uint8_t do_mulhu_b(uint8_t s2, uint8_t s1) in do_mulhu_b()
1454 static uint16_t do_mulhu_h(uint16_t s2, uint16_t s1) in do_mulhu_h()
1459 static uint32_t do_mulhu_w(uint32_t s2, uint32_t s1) in do_mulhu_w()
1464 static uint64_t do_mulhu_d(uint64_t s2, uint64_t s1) in do_mulhu_d()
1472 static int8_t do_mulhsu_b(int8_t s2, uint8_t s1) in do_mulhsu_b()
1477 static int16_t do_mulhsu_h(int16_t s2, uint16_t s1) in do_mulhsu_h()
1482 static int32_t do_mulhsu_w(int32_t s2, uint32_t s1) in do_mulhsu_w()
[all …]
/qemu/linux-headers/asm-riscv/
H A Dptrace.h43 unsigned long s2; member
/qemu/target/sparc/
H A Dvis_helper.c323 int s1, s2; in VIS_CMPHELPER() local
H A Dtranslate.c686 static void gen_op_faligndata(TCGv_i64 dst, TCGv_i64 s1, TCGv_i64 s2) in gen_op_faligndata()
1959 TCGv_i32 c32, zero, dst, s1, s2; in gen_fmovs() local
3474 TCGv dst, s1, s2, lo1, lo2; in gen_edge() local
3603 static void gen_op_alignaddrl(TCGv dst, TCGv s1, TCGv s2) in gen_op_alignaddrl()
/qemu/
H A Dqemu-io-cmds.c473 char s1[64], s2[64], ts[64]; in print_report() local
2037 char s1[64], s2[64]; in info_f() local
2268 char s1[64], s2[64]; in map_f() local
/qemu/tcg/
H A Dtci.c1076 int32_t s2; in print_insn_tci() local
/qemu/target/i386/tcg/
H A Ddecode-new.h252 X86OpSize s2:8; member
/qemu/target/s390x/tcg/
H A Dmem_helper.c630 uint64_t s2, uintptr_t ra) in do_helper_clc()
2575 uint8_t s0, s1, s2, s3; in decode_utf8() local
/qemu/hw/arm/
H A Dsmmuv3-internal.h470 bool s2; member
/qemu/ui/
H A Dvnc.c813 DisplaySurface *s2) in vnc_check_pageflip()
/qemu/hw/9pfs/
H A D9p.c241 static int v9fs_path_is_ancestor(V9fsPath *s1, V9fsPath *s2) in v9fs_path_is_ancestor()
/qemu/target/mips/tcg/
H A Dmxu_translate.c3240 TCGv s2 = tcg_temp_new(); in gen_mxu_q16acc() local
/qemu/disas/
H A Driscv.c4760 static void append(char *s1, const char *s2, size_t n) in append()

12