Home
last modified time | relevance | path

Searched refs:ASM (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A Dhvx_misc.h84 #define VEC_OP1(ASM, EL, IN, OUT) \ argument
86 "v2" #EL " = " #ASM "(v2" #EL ")\n\t" \
90 #define VEC_OP2(ASM, EL, IN0, IN1, OUT) \ argument
97 #define TEST_VEC_OP1(NAME, ASM, EL, FIELD, FIELDSZ, OP) \ argument
103 VEC_OP1(ASM, EL, pin, pout); \
115 #define TEST_VEC_OP2(NAME, ASM, EL, FIELD, FIELDSZ, OP) \ argument
122 VEC_OP2(ASM, EL, p0, p1, pout); \
137 #define PRED_OP2(ASM, IN0, IN1, OUT, INV) \ argument
144 "q2 = " #ASM "(q0, " INV "q1)\n\t" \
151 #define TEST_PRED_OP2(NAME, ASM, OP, INV) \ argument
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dmie3-sel.c4 #define Fi3(S, ASM) uint64_t S(uint64_t a, uint64_t b, uint64_t c) \ argument
8 ASM \
H A Dmie3-compl.c3 #define FbinOp(S, ASM) uint64_t S(uint64_t a, uint64_t b) \ argument
6 asm ("llihf %[res],801\n" ASM \
/openbmc/linux/drivers/gpu/drm/i915/gt/shaders/
H A DREADME1 ASM sources for auto generated shaders
8 They are generated from their respective platform ASM files present on
12 needs to be done on the on their respective ASM files and build instructions below
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[e.BE]},e.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[e.BE]},e.…
/openbmc/linux/arch/microblaze/
H A DKconfig.platform22 bool "Optimalized lib function ASM"
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dlto.inc29 # disable partitioning/streaming algorithm since its uses ASM
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0004-reproducible.patch131 - 'ASM' : { 'Macro' : '$(ASM_FLAGS)', 'Value' : False},
138 + 'ASM' : { 'Macro' : '$(ASM_FLAGS)', 'Value' : True},
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcmake.bbclass118 set( CMAKE_ASM_FLAGS "${OECMAKE_C_FLAGS}" CACHE STRING "ASM FLAGS" )
121 set( CMAKE_ASM_FLAGS_RELEASE "${OECMAKE_C_FLAGS_RELEASE}" CACHE STRING "Additional ASM FLAGS for re…
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dlicense-rules.rst70 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dlicense-rules.rst73 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-perf.rst97 CoreSight / ASM Pure Loop
/openbmc/u-boot/Licenses/
H A DREADME69 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
/openbmc/linux/drivers/soc/qcom/
H A DKconfig273 ASM, ADM and AFE modules.
/openbmc/linux/Documentation/arch/x86/
H A Dmds.rst98 Also macro CLEAR_CPU_BUFFERS can be used in ASM late in exit-to-user path.
/openbmc/linux/Documentation/process/
H A Dlicense-rules.rst78 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dlicense-rules.rst89 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
/openbmc/linux/drivers/misc/
H A DKconfig68 ASM (Advanced Systems Management) functions on the service
/openbmc/linux/drivers/eisa/
H A Deisa.ids857 ISA8C01 "3COM EtherLink 3C501 ASM 1221"
858 ISA8C02 "3COM EtherLink 3C500B ASM 34-0780"
/openbmc/linux/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl90 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
96 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0002-wayland-Add-support-for-the-Wayland-winsys.patch92 enable_language(ASM)
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst1553 to define the minimum set of ASM headers that all architectures must have.