Searched refs:ST_B (Results 1 - 8 of 8) sorted by relevance

/external/libyuv/files/include/libyuv/
H A 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/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp69 case Mips::ST_B:
H A DMipsSEInstrInfo.cpp211 Opc = Mips::ST_B;
/external/libpng/mips/
H A 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/webp/src/dsp/
H A 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/
H A 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/capstone/arch/Mips/
H A DMipsGenAsmWriter.inc1545 12600255U, // ST_B
3259 0U, // ST_B
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp1487 case Mips::ST_B:

Completed in 266 milliseconds