Searched refs:ST_H (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 75 case Mips::ST_H: in getLoadStoreOffsetSizeInBits() 92 case Mips::ST_H: in getLoadStoreOffsetAlign()
|
D | MipsSEInstrInfo.cpp | 210 Opc = Mips::ST_H; in storeRegToStack()
|
D | MipsMSAInstrInfo.td | 3470 def ST_H: ST_H_ENC, ST_H_DESC; 3537 (ST_H MSA128H:$ws, addrimm10:$addr)>;
|
/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__) 393 ST_H(RTYPE, in0, (pdst)); \ 394 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__) 425 ST_H(RTYPE, in0, (pdst)); \ 426 ST_H(RTYPE, in1, (pdst) + stride); \
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCCodeEmitter.cpp | 691 case Mips::ST_H: in getMSAMemEncoding()
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 1360 case Mips::ST_H: in DecodeMSA128Mem()
|