Home
last modified time | relevance | path

Searched refs:ST_B (Results 1 – 10 of 10) sorted by relevance

/external/libyuv/files/include/libyuv/
Dmacros_msa.h143 #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/
Dfilter_msa_intrinsics.c265 #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/
DMipsSERegisterInfo.cpp69 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
DMipsSEInstrInfo.cpp211 Opc = Mips::ST_B; in storeRegToStack()
DMipsMSAInstrInfo.td3463 def ST_B: ST_B_ENC, ST_B_DESC;
/external/webp/src/dsp/
Dmsa_macro.h60 #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/
Dvp8_macros_msa.h31 #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/
DMipsDisassembler.cpp1487 case Mips::ST_B: in DecodeMSA128Mem()
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc1545 12600255U, // ST_B
3259 0U, // ST_B
DMipsGenDisassemblerTables.inc3002 /* 10578 */ MCD_OPC_Decode, 248, 11, 167, 1, // Opcode: ST_B