Home
last modified time | relevance | path

Searched refs:LD_B (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp71 case Mips::LD_B: in getLoadStoreOffsetSizeInBits()
DMipsSEInstrInfo.cpp281 Opc = Mips::LD_B; in loadRegFromStack()
DMipsMSAInstrInfo.td3220 def LD_B: LD_B_ENC, LD_B_DESC;
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h19 #define LD_B(RTYPE, psrc) *((const RTYPE *)(psrc)) macro
20 #define LD_UB(...) LD_B(v16u8, __VA_ARGS__)
21 #define LD_SB(...) LD_B(v16i8, __VA_ARGS__)
288 out0 = LD_B(RTYPE, (psrc)); \
289 out1 = LD_B(RTYPE, (psrc) + stride); \
297 out2 = LD_B(RTYPE, (psrc) + 2 * stride); \
313 out4 = LD_B(RTYPE, (psrc) + 4 * stride); \
/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h19 #define LD_B(RTYPE, psrc) *((const RTYPE *)(psrc)) macro
20 #define LD_UB(...) LD_B(v16u8, __VA_ARGS__)
21 #define LD_SB(...) LD_B(v16i8, __VA_ARGS__)
297 out0 = LD_B(RTYPE, (psrc)); \
298 out1 = LD_B(RTYPE, (psrc) + stride); \
305 out2 = LD_B(RTYPE, (psrc) + 2 * stride); \
318 out4 = LD_B(RTYPE, (psrc) + 4 * stride); \
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp686 case Mips::LD_B: in getMSAMemEncoding()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1355 case Mips::LD_B: in DecodeMSA128Mem()