Home
last modified time | relevance | path

Searched defs:sh (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/obmc-console/
H A Dsocket-handler.c41 struct socket_handler *sh; member
70 struct socket_handler *sh = client->sh; in client_close() local
273 struct socket_handler *sh = to_socket_handler(handler); in client_poll() local
312 struct socket_handler *sh = to_socket_handler(handler); in socket_poll() local
359 struct socket_handler *sh = NULL; in dbus_create_socket_consumer() local
434 struct socket_handler *sh; in socket_init() local
505 struct socket_handler *sh = to_socket_handler(handler); in socket_deselect() local
516 struct socket_handler *sh = to_socket_handler(handler); in socket_fini() local
/openbmc/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c783 uint8_t sh = *(uint8_t *)(b + i) & 7; in HELPER() local
795 uint8_t sh = *(uint16_t *)(b + i) & 15; in HELPER() local
807 uint8_t sh = *(uint32_t *)(b + i) & 31; in HELPER() local
819 uint8_t sh = *(uint64_t *)(b + i) & 63; in HELPER() local
831 uint8_t sh = *(uint8_t *)(b + i) & 7; in HELPER() local
843 uint8_t sh = *(uint16_t *)(b + i) & 15; in HELPER() local
855 uint8_t sh = *(uint32_t *)(b + i) & 31; in HELPER() local
867 uint8_t sh = *(uint64_t *)(b + i) & 63; in HELPER() local
879 uint8_t sh = *(uint8_t *)(b + i) & 7; in HELPER() local
891 uint8_t sh = *(uint16_t *)(b + i) & 15; in HELPER() local
[all …]
/openbmc/qemu/tests/tcg/aarch64/
H A Dtest-2248.c7 long test(long x, long y, long sh) in test()
/openbmc/qemu/target/arm/tcg/
H A Dgengvec64.c51 static void gen_xar8_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, int64_t sh) in gen_xar8_i64()
64 static void gen_xar16_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, int64_t sh) in gen_xar16_i64()
77 static void gen_xar_i32(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, int32_t sh) in gen_xar_i32()
83 static void gen_xar_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, int64_t sh) in gen_xar_i64()
90 TCGv_vec m, int64_t sh) in gen_xar_vec()
H A Dgengvec.c134 static void gen_ssra_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t sh) in gen_ssra_vec()
210 static void gen_usra_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t sh) in gen_usra_vec()
272 static void gen_srshr8_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) in gen_srshr8_i64()
282 static void gen_srshr16_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) in gen_srshr16_i64()
292 void gen_srshr32_i32(TCGv_i32 d, TCGv_i32 a, int32_t sh) in gen_srshr32_i32()
307 void gen_srshr64_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) in gen_srshr64_i64()
316 static void gen_srshr_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t sh) in gen_srshr_vec()
374 static void gen_srsra8_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) in gen_srsra8_i64()
382 static void gen_srsra16_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) in gen_srsra16_i64()
390 static void gen_srsra32_i32(TCGv_i32 d, TCGv_i32 a, int32_t sh) in gen_srsra32_i32()
[all …]
H A Dvec_internal.h233 static inline uint64_t do_urshr(uint64_t x, unsigned sh) in do_urshr()
244 static inline int64_t do_srshr(int64_t x, unsigned sh) in do_srshr()
H A Dsve_helper.c2238 #define DO_SQSHRUN_H(x, sh) do_usat_b((int64_t)(x) >> sh) argument
2239 #define DO_SQSHRUN_S(x, sh) do_usat_h((int64_t)(x) >> sh) argument
2240 #define DO_SQSHRUN_D(x, sh) do_usat_s((int64_t)(x) >> (sh < 64 ? sh : 63)) argument
2250 #define DO_SQRSHRUN_H(x, sh) do_usat_b(do_srshr(x, sh)) argument
2251 #define DO_SQRSHRUN_S(x, sh) do_usat_h(do_srshr(x, sh)) argument
2252 #define DO_SQRSHRUN_D(x, sh) do_usat_s(do_srshr(x, sh)) argument
2262 #define DO_SQSHRN_H(x, sh) do_ssat_b(x >> sh) argument
2263 #define DO_SQSHRN_S(x, sh) do_ssat_h(x >> sh) argument
2264 #define DO_SQSHRN_D(x, sh) do_ssat_s(x >> sh) argument
2274 #define DO_SQRSHRN_H(x, sh) do_ssat_b(do_srshr(x, sh)) argument
[all …]
/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h91 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
101 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
/openbmc/qemu/util/
H A Dhost-utils.c100 int sh; in divu128() local
343 int sh; in divu256() local
/openbmc/qemu/target/s390x/tcg/
H A Dvec_int_helper.c528 uint32_t sh, e0, e1 = 0; in HELPER() local
551 uint32_t sh, e0, e1 = 0; in HELPER() local
579 uint32_t sh, e0, e1 = 0; in HELPER() local
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtestexport.py9 import os, re, glob as g, shutil as sh,sys namespace
/openbmc/qemu/ui/
H A Dconsole-gl.c200 float sw, sh; in surface_gl_setup_viewport() local
/openbmc/qemu/hw/ppc/
H A Dppc4xx_sdram.c196 int sh = (bcr >> 17) & 0x7; in sdram_ddr_size() local
519 int sh; in sdram_ddr2_size() local
/openbmc/qemu/scripts/
H A Ddecodetree.py753 def str_switch(b, sh=sh): argument
756 def str_case(b, sh=sh): argument
1378 def str_switch(b, sh=sh): argument
1381 def str_case(b, sh=sh): argument
/openbmc/qemu/hw/pci-host/
H A Darticia.c61 uint32_t sh = addr * 8; in articia_gpio_write() local
H A Dpnv_phb3.c775 uint32_t tce_shift, tbl_shift, sh; in pnv_phb3_translate_tve() local
H A Dpnv_phb4.c1254 uint32_t tce_shift, tbl_shift, sh; in pnv_phb4_translate_tve() local
/openbmc/qemu/target/ppc/
H A Dtranslate.c2004 uint32_t sh = SH(ctx->opcode); in gen_rlwimi() local
2055 int sh = SH(ctx->opcode); in gen_rlwinm() local
2183 static void gen_rldinm(DisasContext *ctx, int mb, int me, int sh) in gen_rldinm()
2206 uint32_t sh, mb; in gen_rldicl() local
2217 uint32_t sh, me; in gen_rldicr() local
2228 uint32_t sh, mb; in gen_rldic() local
2278 uint32_t sh = SH(ctx->opcode) | (shn << 5); in gen_rldimi() local
2339 int sh = SH(ctx->opcode); in gen_srawi() local
2421 int sh = SH(ctx->opcode) + (n << 5); in gen_sradi() local
2460 int sh = SH(ctx->opcode) + (n << 5); in gen_extswsli() local
H A Dint_helper.c467 SATCVT(sh, sb, int16_t, int8_t, INT8_MIN, INT8_MAX) in SATCVT() argument
1662 int sh = shift & 0xf; in helper_vsldoi() local
1679 int sh = (b->VsrB(0xf) >> 3) & 0xf; in helper_vslo() local
1899 int sh = (b->VsrB(0xf) >> 3) & 0xf; in helper_vsro() local
H A Ddfp_helper.c1425 int i, w, sh; in helper_CDTBCD() local
/openbmc/u-boot/post/lib_powerpc/
H A Dcpu_asm.h134 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument
/openbmc/qemu/target/sh4/
H A Dcpu.h118 uint8_t sh:1; /* share status */ member
/openbmc/qemu/target/mips/tcg/
H A Dlmmi_helper.c33 int16_t sh[4]; member
/openbmc/qemu/tcg/
H A Doptimize.c2503 int sh; in fold_setcond_tst_pow2() local
2725 int sh = ti_const_val(t2); in fold_shift() local
/openbmc/qemu/target/arm/
H A Dinternals.h1476 unsigned sh : 2; member

12