Searched refs:ST_H (Results 1 – 9 of 9) 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 | 64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in macro 65 #define ST_UH(...) ST_H(v8u16, __VA_ARGS__) 66 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__) 351 ST_H(RTYPE, in0, pdst); \ 352 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/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 1491 case Mips::ST_H: in DecodeMSA128Mem()
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 1547 12603758U, // ST_H 3261 0U, // ST_H
|
D | MipsGenDisassemblerTables.inc | 3005 /* 10591 */ MCD_OPC_Decode, 250, 11, 167, 1, // Opcode: ST_H
|