Home
last modified time | relevance | path

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

1234

/third_party/littlefs/
DMakefile30 ASM := $(SRC:%.c=$(BUILDDIR)%.s) macro
66 asm: $(ASM)
113 rm -f $(ASM)
/third_party/boost/tools/build/src/tools/types/
Dasm.jam4 type ASM : s S asm ;
/third_party/uboot/u-boot-2020.01/drivers/net/mscc_eswitch/
Dservalt_switch.c105 ASM, enumerator
154 priv->regs[ASM] + ASM_CFG_PORT(CPU_PORT)); in servalt_cpu_capture_setup()
234 ram_init(0x3, priv->regs[ASM] + ASM_RAM_CTRL_RAM_INIT); in servalt_switch_init()
240 writel(0x1, priv->regs[ASM] + ASM_CFG_STAT_CFG); in servalt_switch_init()
Djr2_switch.c245 ASM, enumerator
285 priv->regs[ASM] + ASM_CFG_PORT(CPU_PORT)); in jr2_cpu_capture_setup()
634 ram_init(0x3, priv->regs[ASM] + ASM_RAM_CTRL_RAM_INIT); in jr2_switch_init()
640 writel(0x1, priv->regs[ASM] + ASM_CFG_STAT_CFG); in jr2_switch_init()
/third_party/zlib/contrib/masmx86/
Dreadme.txt4 This directory contains ASM implementations of the functions
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx86/
Dreadme.txt4 This directory contains ASM implementations of the functions
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx86/
Dreadme.txt4 This directory contains ASM implementations of the functions
/third_party/python/Modules/_decimal/libmpdec/
Dbits.h101 #elif defined(ASM)
Dtypearith.h206 #elif defined(ASM)
463 #elif defined(ASM)
Dumodarith.h398 #if defined(ASM)
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx64/
Dreadme.txt3 This directory contains ASM implementations of the functions
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx64/
Dreadme.txt3 This directory contains ASM implementations of the functions
/third_party/zlib/contrib/masmx64/
Dreadme.txt3 This directory contains ASM implementations of the functions
/third_party/skia/buildtools/third_party/libunwind/
DBUILD.gn50 # ASM sources
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dinteger.inl12 //Equivalent to return findMSB(vec); but save one function call in ASM with VC
/third_party/boringssl/src/crypto/fipsmodule/
DCMakeLists.txt139 # If OPENSSL_NO_ASM was defined then ASM will not have been enabled, but in
142 enable_language(ASM)
/third_party/uboot/u-boot-2020.01/arch/mips/dts/
Dmscc,servalt.dtsi156 <0x01120000 0x10000>, // ASM
Dmscc,jr2.dtsi240 <0x01410000 0x10000>, // ASM
/third_party/ffmpeg/libavcodec/x86/
Dexrdsp.asm6 ;* port to ASM by Jokyo Images support by CNC - French National Center for Cinema
/third_party/boost/tools/build/src/tools/
Dembarcadero.jam429 flags embarcadero.asm .ASM $(condition) : $(assembler) ;
550 generators.register-c-compiler embarcadero.compile.asm : ASM : OBJ : <toolset>embarcadero <address-…
551 generators.register-standard embarcadero.asm : ASM : OBJ : <toolset>embarcadero <address-model>32 ;
631 $(.ASM) $(.ASMFLAGS) $(USER_OPTIONS) "$(>)" $(.ASMOUTPUT) "$(<)"
Dclang-win.jam174 toolset.flags clang-win.compile .ASM $(cond) : $(assembler) -nologo -c -Zp4 -Cp -Cx ;
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java27 ASM("Assamese", "asm"), enumConstant
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java27 ASM("Assamese", "asm"), enumConstant
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/
DCMakeLists.txt202 enable_language(ASM)
267 enable_language(ASM)
/third_party/openssl/crypto/ec/asm/
Dx25519-x86_64.pl83 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
88 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&

1234