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

  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 75 case Mips::ST_W:
92 case Mips::ST_W:
MipsSEInstrInfo.cpp 215 Opc = Mips::ST_W;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 76 case Mips::ST_W:
136 case Mips::ST_W:
MipsSEInstrInfo.cpp 285 Opc = Mips::ST_W;
    [all...]
  /external/webp/src/dsp/
msa_macro.h 68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in
69 #define ST_UW(...) ST_W(v4u32, __VA_ARGS__)
70 #define ST_SW(...) ST_W(v4i32, __VA_ARGS__)
325 ST_W(RTYPE, in0, pdst); \
326 ST_W(RTYPE, in1, pdst + stride); \
333 ST_W(RTYPE, in2, pdst + 2 * stride); \
    [all...]
  /external/libaom/libaom/aom_dsp/mips/
macros_msa.h 39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
40 #define ST_SW(...) ST_W(v4i32, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
40 #define ST_SW(...) ST_W(v4i32, __VA_ARGS__)
    [all...]
  /external/v8/src/mips/
constants-mips.h 753 ST_W = ((9U << 2) + 2),
    [all...]
assembler-mips.cc     [all...]
  /external/v8/src/mips64/
constants-mips64.h 787 ST_W = ((9U << 2) + 2),
    [all...]
assembler-mips64.cc     [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenMCCodeEmitter.inc     [all...]
MipsGenDAGISel.inc     [all...]
MipsGenAsmMatcher.inc     [all...]
MipsGenInstrInfo.inc     [all...]

Completed in 355 milliseconds