Searched refs:_be (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_ldst_internal.h | 88 DO_LD_HOST(ld1##NAME##_be, H, TE, TM, LD##_be_p) \ in DO_LD_PRIM_1() 90 DO_LD_TLB(ld1##NAME##_be, H, TE, TM, cpu_##LD##_be_data_ra) \ in DO_LD_PRIM_1() 94 DO_ST_HOST(st1##NAME##_be, H, TE, TM, ST##_be_p) \ in DO_LD_PRIM_1() 96 DO_ST_TLB(st1##NAME##_be, H, TE, TM, cpu_##ST##_be_data_ra) \ in DO_LD_PRIM_1()
|
| H A D | sme_helper.c | 720 DO_LD(h, _be, MO_16) in DO_LD() argument 722 DO_LD(s, _be, MO_32) in DO_LD() 724 DO_LD(d, _be, MO_64) in DO_LD() 726 DO_LD(q, _be, MO_128) in DO_LD() 898 DO_ST(h, _be, MO_16) in DO_ST() argument 900 DO_ST(s, _be, MO_32) in DO_ST() 902 DO_ST(d, _be, MO_64) in DO_ST() 904 DO_ST(q, _be, MO_128) in DO_ST()
|
| /openbmc/openbmc/poky/meta/conf/machine/include/arm/ |
| H A D | arch-arm64.inc | 24 ARMPKGSFX_ENDIAN_64 = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', '_be', '', d)}"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0003-64-bit-multilib-hack.patch | 48 -AARCH_BE = $(if $(findstring TARGET_BIG_ENDIAN_DEFAULT=1, $(tm_defines)),_be) 51 +#AARCH_BE = $(if $(findstring TARGET_BIG_ENDIAN_DEFAULT=1, $(tm_defines)),_be)
|
| H A D | 0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 45 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" 46 +#define GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp3… 49 -#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" 50 +#define MUSL_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}…
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ |
| H A D | glibc-package.inc | 20 # /lib/ld-linux-aarch64{,_be}.so.1. With usrmerge, that may mean that
|