HomeSort by relevance Sort by last modified time
    Searched refs:ST_H (Results 1 - 7 of 7) sorted by null

  /external/libyuv/files/include/libyuv/
macros_msa.h 146 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */
147 #define ST_UH(...) ST_H(v8u16, __VA_ARGS__)
197 ST_H(RTYPE, in0, (pdst)); \
198 ST_H(RTYPE, in1, (pdst) + stride); \
  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 72 case Mips::ST_H:
89 case Mips::ST_H:
MipsSEInstrInfo.cpp 213 Opc = Mips::ST_H;
  /external/webp/src/dsp/
msa_macro.h 62 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in
63 #define ST_UH(...) ST_H(v8u16, __VA_ARGS__)
64 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__)
349 ST_H(RTYPE, in0, pdst); \
350 ST_H(RTYPE, in1, pdst + stride); \
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
36 #define ST_UH(...) ST_H(v8u16, __VA_ARGS__)
37 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__)
374 ST_H(RTYPE, in0, (pdst)); \
375 ST_H(RTYPE, in1, (pdst) + stride); \
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 34 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
35 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__)
435 ST_H(RTYPE, in0, (pdst)); \
436 ST_H(RTYPE, in1, (pdst) + stride); \
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]

Completed in 70 milliseconds