Searched refs:ST_B (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 72 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
|
D | MipsSEInstrInfo.cpp | 208 Opc = Mips::ST_B; in storeRegToStack()
|
D | MipsMSAInstrInfo.td | 3469 def ST_B: ST_B_ENC, ST_B_DESC;
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro 32 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) 33 #define ST_SB(...) ST_B(v16i8, __VA_ARGS__) 365 ST_B(RTYPE, in0, (pdst)); \ 366 ST_B(RTYPE, in1, (pdst) + stride); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 30 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro 31 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) 32 #define ST_SB(...) ST_B(v16i8, __VA_ARGS__) 401 ST_B(RTYPE, in0, (pdst)); \ 402 ST_B(RTYPE, in1, (pdst) + stride); \
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCCodeEmitter.cpp | 687 case Mips::ST_B: in getMSAMemEncoding()
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 1356 case Mips::ST_B: in DecodeMSA128Mem()
|