Home
last modified time | relevance | path

Searched refs:ST_B (Results 1 – 25 of 36) 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/llvm-project/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/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp69 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
DMipsSEInstrInfo.cpp211 Opc = Mips::ST_B; in storeRegToStack()
/external/libpng/mips/
Dfilter_msa_intrinsics.c266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) macro
267 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
270 ST_B(RTYPE, in0, (pdst)); \
271 ST_B(RTYPE, in1, (pdst) + stride); \
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp69 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
DMipsInstructionSelector.cpp241 return isStore ? Mips::ST_B : Mips::LD_B; in selectLoadStoreOpCode()
DMipsSEInstrInfo.cpp273 Opc = Mips::ST_B; in storeRegToStack()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp69 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
DMipsInstructionSelector.cpp235 return isStore ? Mips::ST_B : Mips::LD_B; in selectLoadStoreOpCode()
DMipsSEInstrInfo.cpp273 Opc = Mips::ST_B; in storeRegToStack()
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/
Drem_and_div_vec.mir44 ; P5600: ST_B [[DIV_S_B]], [[COPY2]], 0 :: (store 16 into %ir.c)
164 ; P5600: ST_B [[MOD_S_B]], [[COPY2]], 0 :: (store 16 into %ir.c)
284 ; P5600: ST_B [[DIV_U_B]], [[COPY2]], 0 :: (store 16 into %ir.c)
404 ; P5600: ST_B [[MOD_U_B]], [[COPY2]], 0 :: (store 16 into %ir.c)
Dmul_vec.mir29 ; P5600: ST_B [[MULV_B]], [[COPY2]], 0 :: (store 16 into %ir.c)
Dadd_vec.mir29 ; P5600: ST_B [[ADDV_B]], [[COPY2]], 0 :: (store 16 into %ir.c)
Dload_store_vec.mir28 ; P5600: ST_B [[LD_B]], [[COPY]], 0 :: (store 16 into %ir.a)
Dsub_vec.mir29 ; P5600: ST_B [[SUBV_B]], [[COPY2]], 0 :: (store 16 into %ir.c)
/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/llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics/
Dmultiply-fused.ll14 ; CHECK-NEXT: [[ST_B:%.*]] = ptrtoint <16 x double>* [[C:%.*]] to i64
15 ; CHECK-NEXT: [[ST_E:%.*]] = add nuw nsw i64 [[ST_B]], 128
21 ; CHECK-NEXT: [[TMP1:%.*]] = icmp ugt i64 [[LD_E]], [[ST_B]]
Dmultiply-fused-multiple-blocks.ll25 ; CHECK-NEXT: [[ST_B:%.*]] = ptrtoint <9 x double>* [[C:%.*]] to i64
26 ; CHECK-NEXT: [[ST_E:%.*]] = add nuw nsw i64 [[ST_B]], 72
32 ; CHECK-NEXT: [[TMP1:%.*]] = icmp ugt i64 [[LD_E]], [[ST_B]]
/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/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1487 case Mips::ST_B: in DecodeMSA128Mem()
/external/llvm-project/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1730 case Mips::ST_B: in DecodeMSA128Mem()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1730 case Mips::ST_B: in DecodeMSA128Mem()

12