Home
last modified time | relevance | path

Searched defs:asm (Results 1 – 14 of 14) sorted by relevance

/third_party/benchmark/tools/
Dstrip_asm.py12 def find_used_labels(asm): argument
22 def normalize_labels(asm): argument
39 def transform_labels(asm): argument
84 def process_asm(asm): argument
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/
Dmod.rs26 pub(in crate::backend) mod asm; module
/third_party/node/deps/v8/src/codegen/
Dassembler.h472 #define ASM_CODE_COMMENT(asm) ASM_CODE_COMMENT_STRING(asm, __func__) argument
473 #define ASM_CODE_COMMENT_STRING(asm, comment) \ argument
476 #define ASM_CODE_COMMENT(asm) argument
477 #define ASM_CODE_COMMENT_STRING(asm, ...) argument
/third_party/mesa3d/src/freedreno/afuc/
Dmeson.build43 asm = executable( variable
/third_party/node/deps/openssl/openssl/Configurations/platform/
DUnix.pm38 sub asm { subroutine
DBASE.pm45 sub asm { return __base($_[1], '.s') . $_[0]->asmext() } subroutine
/third_party/openssl/Configurations/platform/
DUnix.pm38 sub asm { subroutine
DBASE.pm45 sub asm { return __base($_[1], '.s') . $_[0]->asmext() } subroutine
/third_party/mbedtls/library/
Dcommon.h137 #define asm __asm__ macro
/third_party/littlefs/
DMakefile85 asm: $(ASM) target
/third_party/openh264/build/
Dmktargets.py109 asm = sorted(asm, key=lambda s: s.lower()) variable
/third_party/gstreamer/gstplugins_good/
Dmeson_options.txt105 option('asm', type : 'feature', value : 'auto', yield : true) feature
/third_party/node/
Dconfigure.py988 def get_nasm_version(asm): argument
/third_party/mbedtls/programs/test/
Dbenchmark.c66 #define asm __asm macro