HomeSort by relevance Sort by last modified time
    Searched defs:asm_function (Results 1 - 6 of 6) sorted by null

  /external/v8/tools/gyp/test/rules/src/subdir4/
program.c 5 extern int asm_function(void);
7 int asm_function() { function
16 fprintf(stdout, "Got %d.\n", asm_function());
  /external/libjpeg-turbo/simd/
jsimd_arm64_neon.S 41 .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
    [all...]
jsimd_arm_neon.S 44 .macro asm_function fname
201 asm_function jsimd_idct_islow_neon label
705 asm_function jsimd_idct_ifast_neon label
998 asm_function jsimd_idct_4x4_neon label
1158 asm_function jsimd_idct_2x2_neon label
1478 asm_function jsimd_ycc_\\colorid\\()_convert_neon label
1793 asm_function jsimd_\\colorid\\()_ycc_convert_neon label
1926 asm_function jsimd_convsamp_neon label
2006 asm_function jsimd_fdct_ifast_neon label
2117 asm_function jsimd_quantize_neon label
2390 asm_function jsimd_h2v1_fancy_upsample_neon label
    [all...]
  /external/v8/src/ast/
scopes.h 345 bool asm_function() const { return asm_function_; } function in class:v8::internal::Scope
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 483 asm_function_t asm_function = (asm_function_t)(instrMem); local
488 asm_test_jacket(asm_function, regs, flags);
599 asm_function_t asm_function = (asm_function_t)(instrMem); local
605 asm_test_jacket(asm_function, regs, flags);
691 asm_function_t asm_function = (asm_function_t)(instrMem); local
692 asm_test_jacket(asm_function, regs, flags);
    [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 439 asm_function_t asm_function = (asm_function_t)(instrMem); local
444 asm_mips_test_jacket(asm_function, regs, flags);
552 asm_function_t asm_function = (asm_function_t)(instrMem); local
557 asm_mips_test_jacket(asm_function, regs, flags);

Completed in 576 milliseconds