Home
last modified time | relevance | path

Searched refs:SUFFIX (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/qemu/include/exec/
H A Dmemory_ldst_phys.h.inc25 return glue(address_space_lduw, SUFFIX)(ARG1, addr,
31 return glue(address_space_ldl, SUFFIX)(ARG1, addr,
37 return glue(address_space_ldq, SUFFIX)(ARG1, addr,
43 glue(address_space_stw, SUFFIX)(ARG1, addr, val,
49 glue(address_space_stl, SUFFIX)(ARG1, addr, val,
55 glue(address_space_stq, SUFFIX)(ARG1, addr, val,
61 return glue(address_space_ldub, SUFFIX)(ARG1, addr,
103 glue(address_space_stb, SUFFIX)(ARG1, addr, val,
109 glue(address_space_stw_le, SUFFIX)(ARG1, addr, val,
115 glue(address_space_stw_be, SUFFIX)(ARG1, addr, val,
[all …]
H A Dmemory_ldst.h.inc23 uint16_t glue(address_space_lduw, SUFFIX)(ARG1_DECL,
25 uint32_t glue(address_space_ldl, SUFFIX)(ARG1_DECL,
27 uint64_t glue(address_space_ldq, SUFFIX)(ARG1_DECL,
31 void glue(address_space_stw, SUFFIX)(ARG1_DECL,
33 void glue(address_space_stl, SUFFIX)(ARG1_DECL,
35 void glue(address_space_stq, SUFFIX)(ARG1_DECL,
38 uint8_t glue(address_space_ldub, SUFFIX)(ARG1_DECL,
52 void glue(address_space_stb, SUFFIX)(ARG1_DECL,
54 void glue(address_space_stw_le, SUFFIX)(ARG1_DECL,
56 void glue(address_space_stw_be, SUFFIX)(ARG1_DECL,
[all …]
H A Dcpu-all.h117 #define SUFFIX macro
123 #define SUFFIX _cached_slow macro
135 #define SUFFIX macro
145 #define SUFFIX _cached macro
H A Dmemory.h2710 #define SUFFIX macro
2715 #define SUFFIX macro
2753 #define SUFFIX _cached_slow macro
2787 #define SUFFIX _cached macro
H A Dcpu_ldst.h248 #define GEN_ATOMIC_HELPER(NAME, TYPE, SUFFIX) \ argument
249 TYPE cpu_atomic_ ## NAME ## SUFFIX ## _mmu \
/openbmc/qemu/target/i386/tcg/
H A Dops_sse_header.h.inc21 #define SUFFIX _mmx
25 #define SUFFIX _xmm
27 #define SUFFIX _ymm
68 DEF_HELPER_3(glue(pmulhrw, SUFFIX), void, env, Reg, Reg)
85 DEF_HELPER_3(glue(pshufw, SUFFIX), void, Reg, Reg, int)
87 DEF_HELPER_3(glue(pshufd, SUFFIX), void, Reg, Reg, int)
88 DEF_HELPER_3(glue(pshuflw, SUFFIX), void, Reg, Reg, int)
89 DEF_HELPER_3(glue(pshufhw, SUFFIX), void, Reg, Reg, int)
234 DEF_HELPER_2(glue(movmskps, SUFFIX), i32, env, Reg)
235 DEF_HELPER_2(glue(movmskpd, SUFFIX), i32, env, Reg)
[all …]
H A Dcc_helper_template.h.inc23 #define SUFFIX b
26 #define SUFFIX w
29 #define SUFFIX l
32 #define SUFFIX q
42 static int glue(compute_all_add, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1)
56 static int glue(compute_c_add, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1)
61 static int glue(compute_all_adc, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1,
76 static int glue(compute_c_adc, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1,
96 static int glue(compute_c_sub, SUFFIX)(DATA_TYPE dst, DATA_TYPE src2)
118 static int glue(compute_c_sbb, SUFFIX)(DATA_TYPE dst, DATA_TYPE src2,
[all …]
H A Dshift_helper_template.h.inc29 #define SUFFIX b
32 #define SUFFIX w
35 #define SUFFIX l
38 #define SUFFIX q
44 target_ulong glue(helper_rcl, SUFFIX)(CPUX86State *env, target_ulong t0,
73 target_ulong glue(helper_rcr, SUFFIX)(CPUX86State *env, target_ulong t0,
108 #undef SUFFIX
/openbmc/linux/tools/testing/selftests/bpf/
H A Dwith_tunnels.sh6 readonly SUFFIX="test_$(mktemp -u XXXX)"
10 ip link add "ipip_${SUFFIX}" type ipip ${CONFIG}
11 ip link add "gre_${SUFFIX}" type gre ${CONFIG}
12 ip link add "sit_${SUFFIX}" type sit ${CONFIG}
17 ip link set "ipip_${SUFFIX}" up
18 ip link set "gre_${SUFFIX}" up
19 ip link set "sit_${SUFFIX}" up
24 ip tunnel del "ipip_${SUFFIX}"
25 ip tunnel del "gre_${SUFFIX}"
26 ip tunnel del "sit_${SUFFIX}"
/openbmc/qemu/
H A Dmemory_ldst.c.inc70 uint32_t glue(address_space_ldl, SUFFIX)(ARG1_DECL,
139 uint64_t glue(address_space_ldq, SUFFIX)(ARG1_DECL,
160 uint8_t glue(address_space_ldub, SUFFIX)(ARG1_DECL,
347 void glue(address_space_stl, SUFFIX)(ARG1_DECL,
354 void glue(address_space_stl_le, SUFFIX)(ARG1_DECL,
361 void glue(address_space_stl_be, SUFFIX)(ARG1_DECL,
368 void glue(address_space_stb, SUFFIX)(ARG1_DECL,
443 void glue(address_space_stw, SUFFIX)(ARG1_DECL,
450 void glue(address_space_stw_le, SUFFIX)(ARG1_DECL,
507 void glue(address_space_stq, SUFFIX)(ARG1_DECL,
[all …]
/openbmc/u-boot/test/fs/
H A Dfs-test.sh189 SUFFIX=" 0:0"
193 SUFFIX=" 0:0"
199 SUFFIX="fs -"
227 ${PREFIX}ls host${SUFFIX} $6
229 ${PREFIX}ls host${SUFFIX} invalid_d
235 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_SMALL
245 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_BIG
254 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
306 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
311 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_WRITE
[all …]
/openbmc/qemu/target/i386/
H A Dops_sse.h32 #define SUFFIX _mmx macro
41 #define SUFFIX _xmm macro
43 #define SUFFIX _ymm macro
398 void glue(helper_pshufw, SUFFIX)(Reg *d, Reg *s, int order) in glue() argument
429 void glue(helper_pshufd, SUFFIX)(Reg *d, Reg *s, int order) in glue() argument
1858 void glue(helper_dppd, SUFFIX)(CPUX86State *env, in glue() argument
2356 void glue(helper_vpgatherdd, SUFFIX)(CPUX86State *env, in glue() argument
2370 void glue(helper_vpgatherdq, SUFFIX)(CPUX86State *env, in glue() argument
2384 void glue(helper_vpgatherqd, SUFFIX)(CPUX86State *env, in glue() argument
2402 void glue(helper_vpgatherqq, SUFFIX)(CPUX86State *env, in glue() argument
[all …]
/openbmc/qemu/accel/tcg/
H A Datomic_template.h24 # define SUFFIX o macro
29 # define SUFFIX q macro
35 # define SUFFIX l macro
41 # define SUFFIX w macro
47 # define SUFFIX b macro
281 #undef SUFFIX
H A Duser-exec.c1256 glue(glue(glue(cpu_atomic_ ## X, SUFFIX), END), _mmu)
/openbmc/qemu/target/hexagon/
H A Dfma_emu.c391 #define GEN_XF_ROUND(SUFFIX, MANTBITS, INF_EXP, INTERNAL_TYPE) \ argument
392 static SUFFIX accum_round_##SUFFIX(Accum a, float_status * fp_status) \
399 return zero_##SUFFIX(1); \
401 return zero_##SUFFIX(0); \
483 return maxfinite_##SUFFIX(a.sign); \
486 return infinite_##SUFFIX(a.sign); \
488 return maxfinite_##SUFFIX(a.sign); \
492 return infinite_##SUFFIX(a.sign); \
494 return maxfinite_##SUFFIX(a.sign); \
497 return infinite_##SUFFIX(a.sign); \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/
H A Ddont.call.git.rev-parse.on.parent.dir.patch27 if test "x$SUFFIX" != 'x'; then
28 v="$VERSION$SUFFIX"
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgro_fwd.sh199 SUFFIX=24
206 SUFFIX="64 nodad"
229 ip -n $NS_DST addr add dev veth$DST $BM_NET$DST_NAT/$SUFFIX
249 ip -n $NS_DST addr add dev $VXDEV$DST $OL_NET$DST_NAT/$SUFFIX
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py677 SUFFIX = '' variable in NavigableString
716 return self.PREFIX + output + self.SUFFIX
737 return self.PREFIX + self + self.SUFFIX
742 SUFFIX = ']]>' variable in CData
747 SUFFIX = '>' variable in ProcessingInstruction
752 SUFFIX = '-->' variable in Comment
757 SUFFIX = '?>' variable in Declaration
775 SUFFIX = '>\n' variable in Doctype
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A D0001-RISC-V-Restore-the-typcast-to-long.patch29 @@ -1310,7 +1310,7 @@ SUFFIX (relocate_addrs) (Elf_Ehdr *e, struct section_metadata *smd,
/openbmc/qemu/scripts/
H A Dqemu-binfmt-conf.sh187 [--persistent yes|no][--qemu-suffix SUFFIX]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-modify-parameters.patch21 # to the definitions of MAN?DIR and/or MAN?SUFFIX by hand)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-cmake-Do-not-use-isystem.patch74 …set_target_properties(poppler-glib PROPERTIES SUFFIX "-${POPPLER_GLIB_SOVERSION}${CMAKE_SHARED_LIB…
/openbmc/qemu/target/loongarch/
H A Ddisas.c678 #define output_fcmp(C, PREFIX, SUFFIX) \ in INSN() argument
681 (C)->insn, PREFIX, SUFFIX, a->cd, \ in INSN()
1511 #define output_vfcmp(C, PREFIX, SUFFIX) \ in INSN_LSX() argument
1514 (C)->insn, PREFIX, SUFFIX, a->vd, \ in INSN_LSX()
2425 #define output_xvfcmp(C, PREFIX, SUFFIX) \ in INSN_LASX() argument
2428 (C)->insn, PREFIX, SUFFIX, a->vd, \ in INSN_LASX()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch1674 -# strip PREFIX and SUFFIX off of NAME.
1749 -# strip PREFIX and SUFFIX off of NAME.
3629 -# strip PREFIX and SUFFIX off of NAME.
3704 -# strip PREFIX and SUFFIX off of NAME.
5568 -# strip PREFIX and SUFFIX off of NAME.
5643 -# strip PREFIX and SUFFIX off of NAME.
7510 -# strip PREFIX and SUFFIX off of NAME.
7585 -# strip PREFIX and SUFFIX off of NAME.
10070 -# strip PREFIX and SUFFIX off of NAME.
10145 -# strip PREFIX and SUFFIX off of NAME.
[all …]
/openbmc/linux/tools/usb/usbip/
H A DINSTALL124 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.

12