HomeSort by relevance Sort by last modified time
    Searched refs:ST_B (Results 1 - 10 of 10) sorted by null

  /external/libyuv/files/include/libyuv/
macros_msa.h 143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */
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/
MipsSERegisterInfo.cpp 69 case Mips::ST_B:
MipsSEInstrInfo.cpp 211 Opc = Mips::ST_B;
  /external/libpng/mips/
filter_msa_intrinsics.c 265 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in)
266 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
269 ST_B(RTYPE, in0, (pdst)); \
270 ST_B(RTYPE, in1, (pdst) + stride); \
  /hardware/intel/img/psb_video/src/
pnw_H264.c 99 ST_B ,
109 "ST_B",
    [all...]
  /external/webp/src/dsp/
msa_macro.h 58 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in
59 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
60 #define ST_SB(...) ST_B(v16i8, __VA_ARGS__)
295 ST_B(RTYPE, in0, pdst); \
296 ST_B(RTYPE, in1, pdst + stride); \
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 91 ST_B ,
101 "ST_B",
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
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); \
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 30 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
31 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
32 #define ST_SB(...) ST_B(v16i8, __VA_ARGS__)
409 ST_B(RTYPE, in0, (pdst)); \
410 ST_B(RTYPE, in1, (pdst) + stride); \
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]

Completed in 810 milliseconds