/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | macros_msa.h | 143 #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/ |
D | macros_msa.h | 143 #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/ |
D | emergency-spill.mir | 142 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/ |
D | MipsSERegisterInfo.cpp | 69 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
|
D | MipsSEInstrInfo.cpp | 211 Opc = Mips::ST_B; in storeRegToStack()
|
/external/libpng/mips/ |
D | filter_msa_intrinsics.c | 266 #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/ |
D | MipsSERegisterInfo.cpp | 69 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
|
D | MipsInstructionSelector.cpp | 241 return isStore ? Mips::ST_B : Mips::LD_B; in selectLoadStoreOpCode()
|
D | MipsSEInstrInfo.cpp | 273 Opc = Mips::ST_B; in storeRegToStack()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 69 case Mips::ST_B: in getLoadStoreOffsetSizeInBits()
|
D | MipsInstructionSelector.cpp | 235 return isStore ? Mips::ST_B : Mips::LD_B; in selectLoadStoreOpCode()
|
D | MipsSEInstrInfo.cpp | 273 Opc = Mips::ST_B; in storeRegToStack()
|
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/ |
D | rem_and_div_vec.mir | 44 ; 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)
|
D | mul_vec.mir | 29 ; P5600: ST_B [[MULV_B]], [[COPY2]], 0 :: (store 16 into %ir.c)
|
D | add_vec.mir | 29 ; P5600: ST_B [[ADDV_B]], [[COPY2]], 0 :: (store 16 into %ir.c)
|
D | load_store_vec.mir | 28 ; P5600: ST_B [[LD_B]], [[COPY]], 0 :: (store 16 into %ir.a)
|
D | sub_vec.mir | 29 ; P5600: ST_B [[SUBV_B]], [[COPY2]], 0 :: (store 16 into %ir.c)
|
/external/webp/src/dsp/ |
D | msa_macro.h | 60 #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/ |
D | vp8_macros_msa.h | 31 #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/ |
D | multiply-fused.ll | 14 ; 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]]
|
D | multiply-fused-multiple-blocks.ll | 25 ; 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/ |
D | macros_msa.h | 32 #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/ |
D | MipsDisassembler.cpp | 1487 case Mips::ST_B: in DecodeMSA128Mem()
|
/external/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 1730 case Mips::ST_B: in DecodeMSA128Mem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 1730 case Mips::ST_B: in DecodeMSA128Mem()
|