Searched refs:ST_B (Results 1 – 10 of 10) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | macros_msa.h | 143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ macro 144 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) 178 ST_B(RTYPE, in0, (pdst)); \ 179 ST_B(RTYPE, in1, (pdst) + stride); \
|
/external/libpng/mips/ |
D | filter_msa_intrinsics.c | 265 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) macro 266 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) 269 ST_B(RTYPE, in0, (pdst)); \ 270 ST_B(RTYPE, in1, (pdst) + stride); \
|
/external/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 69 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
|
D | MipsSEInstrInfo.cpp | 211 Opc = Mips::ST_B; in storeRegToStack()
|
D | MipsMSAInstrInfo.td | 3463 def ST_B: ST_B_ENC, ST_B_DESC;
|
/external/webp/src/dsp/ |
D | msa_macro.h | 60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in macro 61 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) 62 #define ST_SB(...) ST_B(v16i8, __VA_ARGS__) 297 ST_B(RTYPE, in0, pdst); \ 298 ST_B(RTYPE, in1, pdst + stride); \
|
/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__) 347 ST_B(RTYPE, in0, (pdst)); \ 348 ST_B(RTYPE, in1, (pdst) + stride); \
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 1487 case Mips::ST_B: in DecodeMSA128Mem()
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 1545 12600255U, // ST_B 3259 0U, // ST_B
|
D | MipsGenDisassemblerTables.inc | 3002 /* 10578 */ MCD_OPC_Decode, 248, 11, 167, 1, // Opcode: ST_B
|