Home
last modified time | relevance | path

Searched refs:ST_B (Results 1 – 25 of 27) sorted by relevance

12

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmacros_msa.h143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ macro
144 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
178 ST_B(RTYPE, in0, (pdst)); \
179 ST_B(RTYPE, in1, (pdst) + stride); \
/external/libyuv/files/include/libyuv/
Dmacros_msa.h143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ macro
144 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
178 ST_B(RTYPE, in0, (pdst)); \
179 ST_B(RTYPE, in1, (pdst) + stride); \
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/msa/
Demergency-spill.mir142 ST_B killed $w0, %stack.3.a.addr, 0 :: (store 16 into %ir.a.addr)
143 ST_B killed $w1, %stack.4.b.addr, 0 :: (store 16 into %ir.b.addr)
214 ST_B killed $w0, %stack.4.b.addr, 0 :: (store 16 into %ir.b.addr)
216 ST_B killed $w0, %stack.0.retval, 0 :: (store 16 into %ir.retval)
/external/libpng/mips/
Dfilter_msa_intrinsics.c265 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) macro
266 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
269 ST_B(RTYPE, in0, (pdst)); \
270 ST_B(RTYPE, in1, (pdst) + stride); \
/external/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp69 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
DMipsSEInstrInfo.cpp211 Opc = Mips::ST_B; in storeRegToStack()
DMipsMSAInstrInfo.td3463 def ST_B: ST_B_ENC, ST_B_DESC;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp70 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
DMipsSEInstrInfo.cpp279 Opc = Mips::ST_B; in storeRegToStack()
DMipsMSAInstrInfo.td3484 def ST_B: ST_B_ENC, ST_B_DESC;
/external/webp/src/dsp/
Dmsa_macro.h60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in macro
61 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
62 #define ST_SB(...) ST_B(v16i8, __VA_ARGS__)
297 ST_B(RTYPE, in0, pdst); \
298 ST_B(RTYPE, in1, pdst + stride); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro
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); \
/external/libaom/libaom/aom_dsp/mips/
Dmacros_msa.h32 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro
33 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
34 #define ST_SB(...) ST_B(v16i8, __VA_ARGS__)
411 ST_B(RTYPE, in0, (pdst)); \
412 ST_B(RTYPE, in1, (pdst) + stride); \
/external/v8/src/mips/
Dconstants-mips.h751 ST_B = ((9U << 2) + 0), enumerator
Dassembler-mips.cc3262 V(st_b, ST_B) \
/external/v8/src/mips64/
Dconstants-mips64.h785 ST_B = ((9U << 2) + 0), enumerator
Dassembler-mips64.cc3579 V(st_b, ST_B) \
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1487 case Mips::ST_B: in DecodeMSA128Mem()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1717 case Mips::ST_B: in DecodeMSA128Mem()
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc1545 12600255U, // ST_B
3259 0U, // ST_B
DMipsGenDisassemblerTables.inc3002 /* 10578 */ MCD_OPC_Decode, 248, 11, 167, 1, // Opcode: ST_B
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenMCCodeEmitter.inc2422 UINT64_C(2013265956), // ST_B
2789 case Mips::ST_B: {
10148 Feature_HasStdEnc | Feature_HasMSA | 0, // ST_B = 2409
DMipsGenAsmWriter.inc3637 25183537U, // ST_B
6268 0U, // ST_B
DMipsGenInstrInfo.inc2424 ST_B = 2409,
6469 …LL<<MCID::MayStore), 0x6ULL, nullptr, nullptr, OperandInfo267, -1 ,nullptr }, // Inst #2409 = ST_B
DMipsGenDisassemblerTables.inc5461 /* 13446 */ MCD::OPC_Decode, 233, 18, 175, 2, // Opcode: ST_B

12