/third_party/skia/third_party/externals/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); \
|
/third_party/skia/third_party/externals/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()
|
D | MipsMSAInstrInfo.td | 3503 def ST_B: ST_B_ENC, ST_B_DESC;
|
/third_party/skia/third_party/externals/libwebp/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); \
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | constants-loong64.h | 285 ST_B = 0xa4U << 22, enumerator 1012 case ST_B: in InstructionType()
|
D | assembler-loong64.cc | 1412 GenImm(ST_B, si12, rj, rd, 12); in st_b()
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
D | disasm-loong64.cc | 767 case ST_B: in DecodeTypekOp10()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | constants-mips.h | 761 ST_B = ((9U << 2) + 0), enumerator
|
D | assembler-mips.cc | 2977 V(st_b, ST_B) \
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | constants-mips64.h | 810 ST_B = ((9U << 2) + 0), enumerator
|
D | assembler-mips64.cc | 3183 V(st_b, ST_B, 1) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 1730 case Mips::ST_B: in DecodeMSA128Mem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 2545 UINT64_C(2013265956), // ST_B 2930 case Mips::ST_B: { 12007 CEFBS_HasStdEnc_HasMSA, // ST_B = 2532
|
D | MipsGenAsmWriter.inc | 3773 25183542U, // ST_B 6527 0U, // ST_B
|
D | MipsGenInstrInfo.inc | 2547 ST_B = 2532, 7393 …LL<<MCID::MayStore), 0x6ULL, nullptr, nullptr, OperandInfo277, -1 ,nullptr }, // Inst #2532 = ST_B
|
D | MipsGenDisassemblerTables.inc | 5512 /* 13446 */ MCD::OPC_Decode, 228, 19, 178, 2, // Opcode: ST_B
|
D | MipsGenAsmMatcher.inc | 7826 …{ 8820 /* st.b */, Mips::ST_B, Convert__MSA128AsmReg1_0__MemOffsetSimm10_02_1, AMFBS_HasStdEnc_Has…
|
D | MipsGenDAGISel.inc | 465 /* 743*/ OPC_MorphNodeTo0, TARGET_VAL(Mips::ST_B), 0|OPFL_Chain|OPFL_MemRefs, 468 // Dst: (ST_B MSA128BOpnd:{ *:[v16i8] }:$wd, addrimm10:{ *:[iPTR] }:$addr)
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 2914 case ST_B: in DecodeTypeOp10()
|