Home
last modified time | relevance | path

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

123

/openbmc/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
/openbmc/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
/openbmc/qemu/target/sparc/
H A Dvis_helper.c103 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 Dtranslate.c826 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 …]
/openbmc/u-boot/lib/lzo/
H A Dlzodefs.h41 #define DX2(p, s1, s2) (((((size_t)((p)[2]) << (s2)) ^ (p)[1]) \ argument
43 #define DX3(p, s1, s2, s3) ((DX2((p)+1, s2, s3) << (s1)) ^ (p)[0]) argument
/openbmc/u-boot/include/dm/
H A Dof.h120 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument
121 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument
122 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
/openbmc/phosphor-inventory-manager/test/
H A Dutils_test.cpp46 auto s2 = "prefixbar"s; in TEST() local
74 auto s2 = "prefixbar"s; in TEST() local
/openbmc/phosphor-user-manager/test/
H A Djson_serializer_test.cpp63 JsonSerializer s2(test_file); in TEST_F() local
82 JsonSerializer s2(test_file); in TEST_F() local
/openbmc/phosphor-pid-control/test/
H A Dpid_fancontroller_unittest.cpp174 std::unique_ptr<Sensor> s2 = std::make_unique<SensorMock>("fan1", timeout); in TEST() local
213 std::unique_ptr<Sensor> s2 = std::make_unique<SensorMock>("fan1", timeout); in TEST() local
293 std::unique_ptr<Sensor> s2 = std::make_unique<SensorMock>("fan1", timeout); in TEST() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_freestanding.c23 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
H A Defi_unicode_collation.c54 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll()
/openbmc/qemu/pc-bios/vof/
H A Dlibc.c15 int strcmp(const char *s1, const char *s2) in strcmp()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ecc.c136 uint8_t s0, s1, s2; in nand_correct_data() local
/openbmc/u-boot/arch/mips/include/asm/
H A Dregdef.h41 #define s2 $18 macro
84 #define s2 $18 macro
/openbmc/u-boot/lib/libavb/
H A Davb_sysdeps_posix.c23 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp()
/openbmc/u-boot/lib/
H A Dstring.c31 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp()
61 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
626 char * strstr(const char * s1,const char * s2) in strstr()
/openbmc/sdbusplus/test/message/
H A Dnative_types.cpp27 std::string s2 = sdbusplus::message::signature("iii"); in TEST() local
H A Dappend.cpp239 const char* const s2 = "asdf"; in TEST_F() local
428 const std::string s2{"asdf"}; in TEST_F() local
/openbmc/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
/openbmc/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
/openbmc/u-boot/cmd/
H A Dsetexpr.c66 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr()
/openbmc/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
/openbmc/qemu/tests/tcg/loongarch64/system/
H A Dregdef.h35 #define s2 $r25 macro
/openbmc/qemu/linux-user/riscv/
H A Dtarget_syscall.h30 abi_long s2; member

123