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

  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 75 case Mips::ST_H:
92 case Mips::ST_H:
MipsSEInstrInfo.cpp 210 Opc = Mips::ST_H;
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
36 #define ST_UH(...) ST_H(v8u16, __VA_ARGS__)
37 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__)
393 ST_H(RTYPE, in0, (pdst)); \
394 ST_H(RTYPE, in1, (pdst) + stride); \
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 34 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
35 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__)
425 ST_H(RTYPE, in0, (pdst)); \
426 ST_H(RTYPE, in1, (pdst) + stride); \
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 691 case Mips::ST_H:
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]

Completed in 178 milliseconds