Searched refs:ST_H (Results 1 – 8 of 8) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | macros_msa.h | 146 #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/ |
D | MipsSERegisterInfo.cpp | 72 case Mips::ST_H: in getLoadStoreOffsetSizeInBits() 89 case Mips::ST_H: in getLoadStoreOffsetAlign()
|
D | MipsSEInstrInfo.cpp | 213 Opc = Mips::ST_H; in storeRegToStack()
|
D | MipsMSAInstrInfo.td | 3464 def ST_H: ST_H_ENC, ST_H_DESC; 3531 (ST_H MSA128H:$ws, addrimm10:$addr)>;
|
/external/webp/src/dsp/ |
D | msa_macro.h | 62 #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/ |
D | vp8_macros_msa.h | 35 #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/ |
D | macros_msa.h | 34 #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/ |
D | MipsDisassembler.cpp | 1491 case Mips::ST_H: in DecodeMSA128Mem()
|