HomeSort by relevance Sort by last modified time
    Searched refs:msa (Results 1 - 25 of 66) sorted by null

1 2 3

  /art/runtime/arch/mips64/
instruction_set_features_mips64.cc 33 bool msa = true; local
37 return Mips64FeaturesUniquePtr(new Mips64InstructionSetFeatures(msa));
41 bool msa = (bitmap & kMsaBitfield) != 0; local
42 return Mips64FeaturesUniquePtr(new Mips64InstructionSetFeatures(msa));
47 const bool msa = true; local
49 const bool msa = false;
51 return Mips64FeaturesUniquePtr(new Mips64InstructionSetFeatures(msa));
57 bool msa = false; local
68 if (line.find("msa") != std::string::npos) {
69 msa = true
116 bool msa = msa_; local
    [all...]
instruction_set_features_mips64.h 61 // Does it have MSA (MIPS SIMD Architecture) support.
75 explicit Mips64InstructionSetFeatures(bool msa) : InstructionSetFeatures(), msa_(msa) {
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 35 specialize qw/vp8_dequantize_b mmx neon msa mmi/;
38 specialize qw/vp8_dequant_idct_add mmx neon dspr2 msa mmi/;
41 specialize qw/vp8_dequant_idct_add_y_block sse2 neon dspr2 msa mmi/;
44 specialize qw/vp8_dequant_idct_add_uv_block sse2 neon dspr2 msa mmi/;
50 specialize qw/vp8_loop_filter_mbv sse2 neon dspr2 msa mmi/;
53 specialize qw/vp8_loop_filter_bv sse2 neon dspr2 msa mmi/;
56 specialize qw/vp8_loop_filter_mbh sse2 neon dspr2 msa mmi/;
59 specialize qw/vp8_loop_filter_bh sse2 neon dspr2 msa mmi/;
63 specialize qw/vp8_loop_filter_simple_mbv sse2 neon msa mmi/;
71 specialize qw/vp8_loop_filter_simple_mbh sse2 neon msa mmi/
    [all...]
  /art/runtime/arch/mips/
instruction_set_features_mips.cc 49 static void GetFlagsFromCppDefined(bool* mips_isa_gte2, bool* r6, bool* fpu_32bit, bool* msa) {
59 *msa = true;
62 *msa = false;
80 bool msa; local
81 GetFlagsFromCppDefined(&mips_isa_gte2, &r6, &fpu_32bit, &msa);
92 msa = (variant[kPrefixLength] >= '5');
106 return MipsFeaturesUniquePtr(new MipsInstructionSetFeatures(fpu_32bit, mips_isa_gte2, r6, msa));
113 bool msa = (bitmap & kMsaBitfield) != 0; local
114 return MipsFeaturesUniquePtr(new MipsInstructionSetFeatures(fpu_32bit, mips_isa_gte2, r6, msa));
121 bool msa; local
131 bool msa; local
216 bool msa = msa_; local
    [all...]
instruction_set_features_mips.h 79 // Does it have MSA (MIPS SIMD Architecture) support.
93 MipsInstructionSetFeatures(bool fpu_32bit, bool mips_isa_gte2, bool r6, bool msa)
98 msa_(msa) {
  /external/llvm/test/MC/Mips/msa/
test_2r_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
test_elm_insert_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
test_elm_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
set-msa-directive.s 3 # CHECK: .set msa
13 .set msa
set-msa-directive-bad.s 7 .set msa
test_dlsa.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | \
test_elm_insert.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
test_i10.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
test_lsa.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
abiflags.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -filetype=obj -o - | \
test_elm_insve.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
attr-gnu-abi-msa-1.d 1 #source: attr-gnu-abi-msa-1.s
8 Tag_GNU_MIPS_ABI_MSA: 128-bit MSA
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 54 specialize qw/vpx_h_predictor_4x4 neon dspr2 msa sse2 vsx/;
67 specialize qw/vpx_v_predictor_4x4 neon msa sse2/;
72 specialize qw/vpx_tm_predictor_4x4 neon dspr2 msa sse2 vsx/;
75 specialize qw/vpx_dc_predictor_4x4 dspr2 msa neon sse2/;
78 specialize qw/vpx_dc_top_predictor_4x4 msa neon sse2/;
81 specialize qw/vpx_dc_left_predictor_4x4 msa neon sse2/;
84 specialize qw/vpx_dc_128_predictor_4x4 msa neon sse2/;
96 specialize qw/vpx_h_predictor_8x8 neon dspr2 msa sse2 vsx/;
107 specialize qw/vpx_v_predictor_8x8 neon msa sse2/;
110 specialize qw/vpx_tm_predictor_8x8 neon dspr2 msa sse2 vsx/
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 51 specialize qw/vp9_filter_by_weight16x16 sse2 msa/;
54 specialize qw/vp9_filter_by_weight8x8 sse2 msa/;
75 specialize qw/vp9_iht4x4_16_add neon dspr2 msa/;
76 specialize qw/vp9_iht8x8_64_add neon dspr2 msa/;
77 specialize qw/vp9_iht16x16_256_add dspr2 msa/;
143 specialize qw/vp9_block_error avx2 msa sse2/;
168 specialize qw/vp9_fht4x4 msa/;
169 specialize qw/vp9_fht8x8 msa/;
170 specialize qw/vp9_fht16x16 msa/;
171 specialize qw/vp9_fwht4x4 msa/;
    [all...]
  /external/libvpx/
generate_config.sh 230 gen_config_files mips32 "--target=mips32-linux-gcc --disable-dspr2 --disable-msa ${all_platforms}"
232 gen_config_files mips32-msa "--target=mips32-linux-gcc --enable-msa ${all_platforms}"
233 gen_config_files mips64 "--target=mips64-linux-gcc --disable-msa ${all_platforms}"
234 gen_config_files mips64-msa "--target=mips64-linux-gcc --enable-msa ${all_platforms}"
249 lint_config mips32-msa
251 lint_config mips64-msa
267 gen_rtcd_header mips32-msa mips32
269 gen_rtcd_header mips64-msa mips6
    [all...]
  /external/libvpx/libvpx/vp8/
vp8cx.mk 108 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/dct_msa.c
109 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/encodeopt_msa.c
110 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/quantize_msa.c
111 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/temporal_filter_msa.c
117 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/denoising_msa.c
121 VP8_CX_SRCS_REMOVE-$(HAVE_MSA) += encoder/mips/msa/temporal_filter_msa.c
  /external/llvm/test/MC/Mips/
mips-reginfo-fp64.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa,+fp64 -filetype=obj -o - | \
5 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n32 -filetype=obj -o - | \
9 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n64 -filetype=obj -o - | \
  /external/libvpx/libvpx/vp9/
vp9_common.mk 76 # common (msa)
77 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct4x4_msa.c
78 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct8x8_msa.c
79 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct16x16_msa.c
82 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_mfqe_msa.c
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 339 #define MATCH_ARG_INIT(msa, arg_option, arg_region, arg_start) do {\
340 (msa).stack_p = (void* )0;\
341 (msa).options = (arg_option);\
342 (msa).region = (arg_region);\
343 (msa).start = (arg_start);\
344 (msa).best_len = ONIG_MISMATCH;\
347 #define MATCH_ARG_INIT(msa, arg_option, arg_region, arg_start) do {\
348 (msa).stack_p = (void* )0;\
349 (msa).options = (arg_option);\
350 (msa).region = (arg_region);\
3067 OnigMatchArg msa; local
3368 OnigMatchArg msa; local
    [all...]
  /external/gemmlowp/internal/
kernel_msa.h 15 // kernel_msa.h: a collection of MSA optimized kernels.
25 #include <msa.h>
49 const char* Name() const override { return "MSA, 12x8, depth 2"; }
56 ScopedProfilingLabel label("optimized kernel (MSA 12x8)");

Completed in 630 milliseconds

1 2 3