Searched refs:asm_function (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/tools/gyp/test/rules/src/subdir4/
H A Dprogram.c5 extern int asm_function(void);
7 int asm_function() { function
16 fprintf(stdout, "Got %d.\n", asm_function());
/external/jpeg/
H A Djsimd_arm_neon.S69 .macro asm_function fname
166 asm_function jsimd_idct_ifast_neon label
384 asm_function jsimd_idct_4x4_neon label
545 asm_function jsimd_idct_2x2_neon label
796 asm_function jsimd_ycc_\colorid\()_convert_neon label
/external/chromium_org/v8/src/
H A Dscopes.h288 bool asm_function() const { return asm_function_; } function in class:v8::internal::Scope
H A Dcompiler.cc403 if ((FLAG_turbo_asm && info()->shared_info()->asm_function()) ||
601 function_info->set_asm_function(lit->scope()->asm_function());
832 if (FLAG_turbo_asm && function->shared()->asm_function()) {
H A Dscopeinfo.cc62 AsmFunctionField::encode(scope->asm_function());
H A Dobjects-inl.h5450 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, asm_function, kIsAsmFunction)
H A Dobjects.h6807 DECL_BOOLEAN_ACCESSORS(asm_function)
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimd_arm_neon.S42 .macro asm_function fname
199 asm_function jsimd_idct_islow_neon label
703 asm_function jsimd_idct_ifast_neon label
996 asm_function jsimd_idct_4x4_neon label
1156 asm_function jsimd_idct_2x2_neon label
1436 asm_function jsimd_ycc_\colorid\()_convert_neon label
1750 asm_function jsimd_\colorid\()_ycc_convert_neon label
1883 asm_function jsimd_convsamp_neon label
1963 asm_function jsimd_fdct_ifast_neon label
2074 asm_function jsimd_quantize_neo label
2347 asm_function jsimd_h2v1_fancy_upsample_neon label
[all...]
H A Djsimd_arm64_neon.S41 .macro asm_function fname
229 asm_function jsimd_idct_islow_neon label
785 asm_function jsimd_idct_ifast_neon label
1159 asm_function jsimd_idct_4x4_neon label
1356 asm_function jsimd_idct_2x2_neon label
1711 asm_function jsimd_ycc_\colorid\()_convert_neon label

Completed in 1211 milliseconds