Home
last modified time | relevance | path

Searched refs:ST_W (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp75 case Mips::ST_W: in getLoadStoreOffsetSizeInBits()
92 case Mips::ST_W: in getLoadStoreOffsetAlign()
DMipsSEInstrInfo.cpp215 Opc = Mips::ST_W; in storeRegToStack()
DMipsMSAInstrInfo.td3465 def ST_W: ST_W_ENC, ST_W_DESC;
3533 (ST_W MSA128W:$ws, addrimm10:$addr)>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp75 case Mips::ST_W: in getLoadStoreOffsetSizeInBits()
135 case Mips::ST_W: in getLoadStoreOffsetAlign()
DMipsInstructionSelector.cpp239 return isStore ? Mips::ST_W : Mips::LD_W; in selectLoadStoreOpCode()
DMipsSEInstrInfo.cpp279 Opc = Mips::ST_W; in storeRegToStack()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp75 case Mips::ST_W: in getLoadStoreOffsetSizeInBits()
135 case Mips::ST_W: in getLoadStoreOffsetAlign()
DMipsInstructionSelector.cpp245 return isStore ? Mips::ST_W : Mips::LD_W; in selectLoadStoreOpCode()
DMipsSEInstrInfo.cpp279 Opc = Mips::ST_W; in storeRegToStack()
DMipsMSAInstrInfo.td3525 def ST_W: ST_W_ENC, ST_W_DESC;
3593 (ST_W MSA128W:$ws, addrimm10lsl2:$addr)>;
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/
Dfloating_point_vec_arithmetic_operations.mir36 ; P5600: ST_W [[FADD_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
96 ; P5600: ST_W [[FSUB_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
156 ; P5600: ST_W [[FMUL_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
216 ; P5600: ST_W [[FDIV_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
Dload_store_vec.mir76 ; P5600: ST_W [[LD_W]], [[COPY]], 0 :: (store 16 into %ir.a)
124 ; P5600: ST_W [[LD_W]], [[COPY]], 0 :: (store 16 into %ir.a)
Dfsqrt_vec.mir25 ; P5600: ST_W [[FSQRT_W]], [[COPY1]], 0 :: (store 16 into %ir.c)
Dfabs_vec.mir25 ; P5600: ST_W [[FABS_W]], [[COPY1]], 0 :: (store 16 into %ir.c)
Drem_and_div_vec.mir104 ; P5600: ST_W [[DIV_S_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
224 ; P5600: ST_W [[MOD_S_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
344 ; P5600: ST_W [[DIV_U_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
464 ; P5600: ST_W [[MOD_U_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
Dsub_vec.mir89 ; P5600: ST_W [[SUBV_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
Dmul_vec.mir89 ; P5600: ST_W [[MULV_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
Dadd_vec.mir89 ; P5600: ST_W [[ADDV_W]], [[COPY2]], 0 :: (store 16 into %ir.c)
/external/webp/src/dsp/
Dmsa_macro.h68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in macro
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); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro
40 #define ST_SW(...) ST_W(v4i32, __VA_ARGS__)
/external/libaom/libaom/aom_dsp/mips/
Dmacros_msa.h39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro
40 #define ST_SW(...) ST_W(v4i32, __VA_ARGS__)
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1495 case Mips::ST_W: in DecodeMSA128Mem()
/external/llvm-project/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1738 case Mips::ST_W: in DecodeMSA128Mem()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1738 case Mips::ST_W: in DecodeMSA128Mem()
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc1614 58745378U, // ST_W
3403 0U, // ST_W

12