Home
last modified time | relevance | path

Searched refs:ASM (Results 1 - 25 of 68) sorted by relevance

123

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-definitions.h28 // ASM: Builtin in platform-dependent assembly.
31 // TODO(jgruber): Remove DummyDescriptor once all ASM builtins have been
45 #define BUILTIN_LIST_BASE_TIER0(CPP, TFJ, TFC, TFS, TFH, ASM) \
47 ASM(DeoptimizationEntry_Eager, DeoptimizationEntry) \
48 ASM(DeoptimizationEntry_Lazy, DeoptimizationEntry) \
50 ASM(DeoptimizationEntry_Unused, DeoptimizationEntry) \
63 #define BUILTIN_LIST_BASE_TIER1(CPP, TFJ, TFC, TFS, TFH, ASM) \
90 ASM(CallFunction_ReceiverIsNullOrUndefined, CallTrampoline) \
91 ASM(CallFunction_ReceiverIsNotNullOrUndefined, CallTrampoline) \
92 ASM(CallFunction_ReceiverIsAn
[all...]
H A Dsetup-builtins-internal.cc104 DCHECK_EQ(Builtins::KindOf(Builtin::kJSEntry), Builtins::ASM); in BuildWithMacroAssembler() member in v8::internal::__anon14169::Builtins
105 DCHECK_EQ(Builtins::KindOf(Builtin::kJSConstructEntry), Builtins::ASM); in BuildWithMacroAssembler() member in v8::internal::__anon14169::Builtins
106 DCHECK_EQ(Builtins::KindOf(Builtin::kJSRunMicrotasksEntry), Builtins::ASM); in BuildWithMacroAssembler() member in v8::internal::__anon14169::Builtins
H A Dbuiltins.cc78 #define DECL_ASM(Name, ...) {#Name, Builtins::ASM, {}},
462 case ASM: return "ASM"; in KindNameOf()
H A Dbuiltins.h117 enum Kind { CPP, TFJ, TFC, TFS, TFH, BCH, ASM }; enumerator
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.h63 #define COMPARE(ASM, EXP) \
70 masm.ASM; \
85 #define COMPARE_PREFIX(ASM, EXP) \
92 masm.ASM; \
107 #define COMPARE_MACRO_BASE(ASM, EXP) \
109 masm.ASM; \
125 #define COMPARE_MACRO(ASM, EXP) \
127 COMPARE_MACRO_BASE(ASM, EXP) \
135 #define COMPARE_MACRO_PREFIX(ASM, EXP) \
137 COMPARE_MACRO_BASE(ASM, EX
[all...]
H A Dtest-cpu-features-aarch64.cc145 #define TEST_TEMPLATE(FEATURES, NAME, ASM) \
150 : CPUFeaturesTest(features, STRINGIFY(ASM)) {} \
156 __ ASM; \
164 #define TEST_NONE(NAME, ASM) \
165 TEST_TEMPLATE(CPUFeatures::None(), NONE_##NAME, ASM)
529 #define TEST_FP(NAME, ASM) \
530 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kFP), FP_##NAME, ASM)
724 #define TEST_FP_FRINT(NAME, ASM) \
728 ASM)
738 #define TEST_BTI(NAME, ASM) \
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc154 #define COMPARE_A32(ASM, EXP) \
157 masm.ASM; \
160 #define COMPARE_A32(ASM, EXP)
164 #define COMPARE_T32(ASM, EXP) \
167 masm.ASM; \
170 #define COMPARE_T32(ASM, EXP)
174 #define COMPARE_T32_CHECK_SIZE(ASM, EXP, SIZE) \
177 masm.ASM; \
180 #define COMPARE_T32_CHECK_SIZE(ASM, EXP, SIZE)
183 #define COMPARE_BOTH(ASM, EX
[all...]
H A Dtest-assembler-aarch32.cc6469 #define TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \
6470 POSITIVE_TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \
6471 NEGATIVE_TEST_FORWARD_REFERENCE_INFO(INST, ASM)
6475 #define TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \
6476 POSITIVE_TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM)
6479 #define POSITIVE_TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \
6492 masm.ASM; \
6504 masm.ASM; \
6508 #define NEGATIVE_TEST_FORWARD_REFERENCE_INFO(INST, ASM) \
6519 masm.ASM; \
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dbits.h101 #elif defined(ASM)
145 /* END ASM */
H A Dtypearith.h206 #elif defined(ASM)
237 /* END GCC ASM */
463 #elif defined(ASM)
494 /* END GCC ASM */
H A Dumodarith.h398 #if defined(ASM)
512 /* END PPRO GCC ASM */
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h1833 #define DEFINE_MACRO_ASM_FUNC(ASM, MASM) \
1837 ASM(rs, rt, src); \
1851 #define DEFINE_MACRO_ASM_FUNC(ASM, MASM) \
1859 ASM(rs, rs2, rt, rt2, src); \
1878 #define ATOMIC_MEMORY_STORE_MACRO_MODES(V, MASM, ASM) \
1879 V(MASM, ASM) \
1880 V(MASM##l, ASM##l) \
1881 V(MASM##b, ASM##b) \
1882 V(MASM##lb, ASM##lb) \
1883 V(MASM##h, ASM##
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.h243 #define DEFINE_MACRO_ASM_FUNC(ASM, MASM) \
247 ASM(vd, vn, vm, vm_index); \
328 #define DEFINE_MACRO_ASM_FUNC(ASM, MASM) \
331 ASM(vd, vn); \
345 #define DEFINE_MACRO_ASM_FUNC(ASM, MASM) \
348 ASM(vd, vn, imm); \
484 #define DEFINE_MACRO_ASM_FUNC(ASM, MASM) \
487 ASM(vd, vn, vm); \
1252 #define DEFINE_MACRO_ASM_FUNC(ASM, MASM) \
1255 ASM(v
[all...]
/third_party/littlefs/
H A DMakefile24 ASM := $(SRC:%.c=$(BUILDDIR)/%.s) macro
177 asm: $(ASM)
559 rm -f $(ASM)
/third_party/ffmpeg/libavcodec/x86/
H A Dexrdsp.asm6 ;* port to ASM by Jokyo Images support by CNC - French National Center for Cinema
/third_party/lzma/Asm/x86/
H A D7zAsm.asm1 ; 7zAsm.asm -- ASM macros
H A DLzFindOpt.asm1 ; LzFindOpt.asm -- ASM version of GetMatchesSpecN_2() function
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-syntax.vim66 syn keyword amberFormat GLSL HLSL SPIRV-ASM SPIRV-HEX OPENCL-C
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DLanguageTag.java27 ASM("Assamese", "asm"), enum constant
/third_party/lzma/C/
H A D7zip_gcc_c.mak22 # for ASM file
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc199 case Builtins::ASM: in BuiltinAliasesOffHeapTrampolineRegister()
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl85 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
90 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
/third_party/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl85 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
90 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Drsaz-avx512.pl46 if (!$avx512 && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
/third_party/openssl/crypto/bn/asm/
H A Drsaz-avx512.pl46 if (!$avx512 && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&

Completed in 36 milliseconds

123