Searched refs:LD_H (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 74 case Mips::LD_H: in getLoadStoreOffsetSizeInBits() 91 case Mips::LD_H: in getLoadStoreOffsetAlign()
|
D | MipsSEInstrInfo.cpp | 252 Opc = Mips::LD_H; in loadRegFromStack()
|
D | MipsMSAInstrInfo.td | 3240 def LD_H: LD_H_ENC, LD_H_DESC; 3551 def : MSAPat<(v8f16 (load addrimm10:$addr)), (LD_H addrimm10:$addr)>;
|
/external/elfutils/src/src/ |
D | ld.h | 18 #ifndef LD_H 19 #define LD_H 1 macro
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 23 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc)) macro 24 #define LD_UH(...) LD_H(v8u16, __VA_ARGS__) 25 #define LD_SH(...) LD_H(v8i16, __VA_ARGS__) 335 out0 = LD_H(RTYPE, (psrc)); \ 336 out1 = LD_H(RTYPE, (psrc) + (stride)); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 23 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc)) macro 24 #define LD_UH(...) LD_H(v8u16, __VA_ARGS__) 25 #define LD_SH(...) LD_H(v8i16, __VA_ARGS__) 345 out0 = LD_H(RTYPE, (psrc)); \ 346 out1 = LD_H(RTYPE, (psrc) + (stride)); \
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCCodeEmitter.cpp | 652 case Mips::LD_H: in getMSAMemEncoding()
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 1165 case Mips::LD_H: in DecodeMSA128Mem()
|