Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/UpdateTestChecks/
Dasm.py164 def scrub_asm_x86(asm, args): argument
196 def scrub_asm_amdgpu(asm, args): argument
206 def scrub_asm_arm_eabi(asm, args): argument
218 def scrub_asm_hexagon(asm, args): argument
228 def scrub_asm_powerpc(asm, args): argument
242 def scrub_asm_mips(asm, args): argument
252 def scrub_asm_msp430(asm, args): argument
262 def scrub_asm_riscv(asm, args): argument
272 def scrub_asm_lanai(asm, args): argument
282 def scrub_asm_sparc(asm, args): argument
[all …]
/external/google-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
/external/llvm-project/llvm/utils/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
/external/libcxx/utils/google-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
/external/llvm-project/libcxx/utils/google-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
/external/fonttools/Snippets/
Dsubset-fpgm.py16 asm = fpgm.program.getAssembly() variable
43 asm = [] variable
/external/rust/crates/no-panic/tests/compiletest/
Dmod.rs42 let asm = tempdir.path().join(format!("{}.s", name)); in contains_panic() localVariable
43 let asm = fs::read_to_string(asm).unwrap(); in contains_panic() localVariable
/external/mesa3d/src/freedreno/afuc/
Dmeson.build39 asm = executable( variable
DMakefile196 asm: afuc/CMakeFiles/asm.dir/rule target
/external/libopus/
Dmeson_options.txt7 option('asm', type : 'feature', value : 'auto', description : 'Assembly optimizations for ARM (fixe… feature
Dconfigure.ac184 AC_ARG_ENABLE([asm], optenable
/external/llvm/utils/
Dupdate_llc_test_checks.py53 def scrub_asm(asm): argument
Dupdate_test_checks.py85 def scrub_asm(asm): argument
/external/llvm-project/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp26 #define asm macro
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp26 #define asm macro
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java632 private Object toJvmMetatype(Lookup lookup, Object asm) throws ReflectiveOperationException { in toJvmMetatype()
/external/boringssl/src/util/
Dgenerate_build_files.py149 def FilterBcmAsm(self, asm, want_bcm): argument