Searched refs:ST_W (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 75 case Mips::ST_W: in getLoadStoreOffsetSizeInBits() 92 case Mips::ST_W: in getLoadStoreOffsetAlign()
|
D | MipsSEInstrInfo.cpp | 215 Opc = Mips::ST_W; in storeRegToStack()
|
D | MipsMSAInstrInfo.td | 3465 def ST_W: ST_W_ENC, ST_W_DESC; 3533 (ST_W MSA128W:$ws, addrimm10:$addr)>;
|
/external/webp/src/dsp/ |
D | msa_macro.h | 68 #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/ |
D | vp8_macros_msa.h | 39 #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/ |
D | MipsDisassembler.cpp | 1495 case Mips::ST_W: in DecodeMSA128Mem()
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 1548 12607748U, // ST_W 3262 0U, // ST_W
|
D | MipsGenDisassemblerTables.inc | 3008 /* 10604 */ MCD_OPC_Decode, 251, 11, 167, 1, // Opcode: ST_W
|