Home
last modified time | relevance | path

Searched refs:SZ (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/tests/tcg/hexagon/
H A Dload_align.c52 #define LOAD_io(SZ, RES, ADDR, OFF) \ argument
54 "%0 = mem" #SZ "_fifo(%1+#" #OFF ")\n\t" \
62 #define TEST_io(NAME, SZ, SIZE, EXP1, EXP2, EXP3, EXP4) \ argument
66 LOAD_io_##SZ(result, buf, 0 * (SIZE)); \
68 LOAD_io_##SZ(result, buf, 1 * (SIZE)); \
70 LOAD_io_##SZ(result, buf, 2 * (SIZE)); \
72 LOAD_io_##SZ(result, buf, 3 * (SIZE)); \
87 #define LOAD_ur(SZ, RES, SHIFT, IDX) \ argument
89 "%0 = mem" #SZ "_fifo(%1<<#" #SHIFT " + ##buf)\n\t" \
97 #define TEST_ur(NAME, SZ, SHIFT, RES1, RES2, RES3, RES4) \ argument
[all …]
H A Dbrev.c38 #define BREV_LOAD(SZ, RES, ADDR, INC) \ argument
41 "%0 = mem" #SZ "(%1++m0:brev)\n\t" \
59 #define BREV_STORE(SZ, PART, ADDR, VAL, INC) \ argument
62 "mem" #SZ "(%0++m0:brev) = %1" PART "\n\t" \
78 #define BREV_STORE_NEW(SZ, ADDR, VAL, INC) \ argument
83 " mem" #SZ "(%0++m0:brev) = r5.new\n\t" \
112 #define TEST_BREV_LOAD(SZ, TYPE, BUF, SHIFT, EXP) \ argument
117 BREV_LOAD_##SZ(result, p, 1 << (SHIFT - NBITS)); \
122 #define TEST_BREV_STORE(SZ, TYPE, BUF, VAL, SHIFT) \ argument
127 BREV_STORE_##SZ(p, (TYPE)(VAL), 1 << (SHIFT - NBITS)); \
[all …]
H A Dcirc.c233 #define check_load(I, RES, INC, SZ) __check_load(__LINE__, I, RES, INC, SZ) argument
235 #define TEST_LOAD_IMM(SZ, TYPE, BUF, BUFSIZE, INC, FMT) \ argument
236 void circ_test_load_imm_##SZ(void) \
242 CIRC_LOAD_IMM_##SZ(element, p, BUF, size * sizeof(TYPE), (INC)); \
250 CIRC_LOAD_IMM_##SZ(element, p, BUF, size * sizeof(TYPE), -(INC)); \
264 #define TEST_LOAD_REG(SZ, TYPE, BUF, BUFSIZE, FMT) \ argument
265 void circ_test_load_reg_##SZ(void) \
271 CIRC_LOAD_REG_##SZ(element, p, BUF, size * sizeof(TYPE), 1); \
279 CIRC_LOAD_REG_##SZ(element, p, BUF, size * sizeof(TYPE), -1); \
294 #define CIRC_VAL(SZ, TYPE, BUFSIZE) \ in TEST_LOAD_REG() argument
[all …]
H A Dload_unpack.c55 #define BxW_LOAD_io(SZ, RES, ADDR, OFF) \ argument
57 "%0 = mem" #SZ "(%1+#" #OFF ")\n\t" \
96 #define BxW_LOAD_ur(SZ, RES, SHIFT, IDX) \ argument
98 "%0 = mem" #SZ "(%1<<#" #SHIFT " + ##buf)\n\t" \
136 #define BxW_LOAD_ap(SZ, RES, PTR, ADDR) \ argument
138 "%0 = mem" #SZ "(%1 = ##" #ADDR ")\n\t" \
180 #define BxW_LOAD_pr(SZ, RES, PTR, INC) \ argument
183 "%0 = mem" #SZ "(%1++m0)\n\t" \
227 #define BxW_LOAD_pbr(SZ, RES, PTR) \ argument
231 "%0 = mem" #SZ "(%1++m0:brev)\n\t" \
[all …]
/openbmc/linux/arch/sh/math-emu/
H A Dmath.c68 #define CMP_X(SZ,R,M,N) do{ \ argument
69 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
70 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
71 FP_CMP_##SZ(R, Fn, Fm, 2); }while(0)
72 #define EQ_X(SZ,R,M,N) do{ \ argument
73 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
74 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
75 FP_CMP_EQ_##SZ(R, Fn, Fm); }while(0)
99 #define ARITH_X(SZ,OP,M,N) do{ \ argument
100 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Dsha512-armv8.pl80 $SZ=8;
89 $SZ=4;
118 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
124 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
130 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
158 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
187 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
208 $code.=<<___ if ($SZ==4);
233 sub sp,sp,#4*$SZ
236 ldp $C,$D,[$ctx,#2*$SZ]
[all …]
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc1 static void glue(bswap_ehdr, SZ)(struct elfhdr *ehdr)
18 static void glue(bswap_phdr, SZ)(struct elf_phdr *phdr)
30 static void glue(bswap_shdr, SZ)(struct elf_shdr *shdr)
44 static void glue(bswap_sym, SZ)(struct elf_sym *sym)
52 static void glue(bswap_rela, SZ)(struct elf_rela *rela)
59 static struct elf_shdr *glue(find_section, SZ)(struct elf_shdr *shdr_table,
70 static int glue(symfind, SZ)(const void *s0, const void *s1)
83 static const char *glue(lookup_symbol, SZ)(struct syminfo *s,
86 struct elf_sym *syms = glue(s->disas_symtab.elf, SZ);
90 glue(symfind, SZ));
[all …]
/openbmc/linux/arch/mips/crypto/
H A Dcrc32-mips.c31 #define _ASM_SET_CRC(OP, SZ, TYPE) \ argument
37 ((SZ) << 6) | ((TYPE) << 8)) \
39 ((SZ) << 14) | ((TYPE) << 3)))
40 #define _ASM_UNSET_CRC(op, SZ, TYPE) ".purgem " #op "\n\t" argument
42 #define _ASM_SET_CRC(op, SZ, TYPE) ".set\tcrc\n\t" argument
43 #define _ASM_UNSET_CRC(op, SZ, TYPE) argument
46 #define __CRC32(crc, value, op, SZ, TYPE) \ argument
50 _ASM_SET_CRC(op, SZ, TYPE) \
52 _ASM_UNSET_CRC(op, SZ, TYPE) \
/openbmc/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c1029 #define DO_CMP2(SZ) \ argument
1030 DO_CMP1(gvec_eq##SZ, uint##SZ##_t, ==) \
1031 DO_CMP1(gvec_ne##SZ, uint##SZ##_t, !=) \
1032 DO_CMP1(gvec_lt##SZ, int##SZ##_t, <) \
1033 DO_CMP1(gvec_le##SZ, int##SZ##_t, <=) \
1034 DO_CMP1(gvec_ltu##SZ, uint##SZ##_t, <) \
1035 DO_CMP1(gvec_leu##SZ, uint##SZ##_t, <=)
1056 #define DO_CMP2(SZ) \ argument
1057 DO_CMP1(gvec_eqs##SZ, uint##SZ##_t, ==) \
1058 DO_CMP1(gvec_lts##SZ, int##SZ##_t, <) \
[all …]
/openbmc/qemu/target/ppc/
H A Dint_helper.c1273 #define XXGENPCV_BE_EXP(NAME, SZ) \ argument
1283 for (int i = 0, j = 0; i < ARRAY_SIZE(b->u8); i += SZ) { \
1286 for (int k = 0; k < SZ; k++) { \
1289 j += SZ; \
1296 #define XXGENPCV_BE_COMP(NAME, SZ) \ argument
1302 for (int i = 0, j = 0; i < ARRAY_SIZE(b->u8); i += SZ) { \
1305 for (int k = 0; k < SZ; k++) { \
1308 j += SZ; \
1315 #define XXGENPCV_LE_EXP(NAME, SZ) \ argument
1325 for (int i = 0, j = 0; i < ARRAY_SIZE(b->u8); i += SZ) { \
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-moxa-uc-2101.dts5 * Authors: SZ Lin (林上智) <sz.lin@moxa.com>
H A Dam335x-moxa-uc-8100-me-t.dts5 * Author: SZ Lin (林上智) <sz.lin@moxa.com>
H A Dam335x-moxa-uc-2100-common.dtsi5 * Authors: SZ Lin (林上智) <sz.lin@moxa.com>
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c291 #define emit_alloc_stack(SZ) \ argument
292 *prog++ = (SUB | IMMED | RS1(SP) | S13(SZ) | RD(SP))
294 #define emit_release_stack(SZ) \ argument
295 *prog++ = (ADD | IMMED | RS1(SP) | S13(SZ) | RD(SP))
/openbmc/linux/arch/m68k/include/asm/
H A Dtraps.h114 #define SZ (0x0030) macro
/openbmc/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-moxa-uc-8410a.dts7 * SZ Lin (林上智) <sz.lin@moxa.com>
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh351 SZ=$(stat -c %s ${TMPFILE})
352 if [ "$SZ" != "$PKT_SZ" ] ; then
/openbmc/linux/scripts/mod/
H A Dmodpost.c1714 #define SZ 500 macro
1723 char tmp[SZ]; in buf_printf()
1728 len = vsnprintf(tmp, SZ, fmt, ap); in buf_printf()
1736 buf->size += len + SZ; in buf_write()
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass28 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
425 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
610 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
809 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
/openbmc/linux/Documentation/admin-guide/media/
H A Dem28xx-cardlist.rst278 - IO-DATA GV-MVP/SZ
/openbmc/qemu/hw/core/
H A Dloader.c304 #define SZ 32 macro
319 #undef SZ
329 #define SZ 64 macro
/openbmc/qemu/docs/
H A Dnvdimm.txt93 "label-size=$SZ" option to "-device nvdimm", e.g.
/openbmc/qemu/target/arm/tcg/
H A Dmve.decode159 # This means we need to expand out to multiple patterns for P, W, SZ.
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch73SZ@RZEX`?OYGXaBS\DT^9WRHX[��������������������������������������ԓ�����o�����h|�DTdfv�DU^9ITIa[HQb�…
75 …Xh���y��CXgL[h6JP5FO9HQ;GQ8EO=GO>KS?KT6ML:LNBLTAOWJcn���i��DWnDU[ASZ?QW>QX@SZ@TY?TY@UZHX^EU[?PUGU[…
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt1289 F S UID PID PPID LWP C PRI NI ADDR SZ WCHAN TTY TIME CMD
1353 F S UID PID PPID LWP C PRI NI ADDR SZ WCHAN TTY TIME CMD

12