Home
last modified time | relevance | path

Searched refs:ST_H (Results 1 – 8 of 8) sorted by relevance

/external/libyuv/files/include/libyuv/
Dmacros_msa.h146 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ macro
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/
DMipsSERegisterInfo.cpp72 case Mips::ST_H: in getLoadStoreOffsetSizeInBits()
89 case Mips::ST_H: in getLoadStoreOffsetAlign()
DMipsSEInstrInfo.cpp213 Opc = Mips::ST_H; in storeRegToStack()
DMipsMSAInstrInfo.td3464 def ST_H: ST_H_ENC, ST_H_DESC;
3531 (ST_H MSA128H:$ws, addrimm10:$addr)>;
/external/webp/src/dsp/
Dmsa_macro.h62 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in macro
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); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro
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); \
/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h34 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro
35 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__)
435 ST_H(RTYPE, in0, (pdst)); \
436 ST_H(RTYPE, in1, (pdst) + stride); \
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1491 case Mips::ST_H: in DecodeMSA128Mem()