Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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); \
/third_party/skia/third_party/externals/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()
DMipsMSAInstrInfo.td3503 def ST_B: ST_B_ENC, ST_B_DESC;
/third_party/skia/third_party/externals/libwebp/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); \
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h285 ST_B = 0xa4U << 22, enumerator
1012 case ST_B: in InstructionType()
Dassembler-loong64.cc1412 GenImm(ST_B, si12, rj, rd, 12); in st_b()
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc767 case ST_B: in DecodeTypekOp10()
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h761 ST_B = ((9U << 2) + 0), enumerator
Dassembler-mips.cc2977 V(st_b, ST_B) \
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h810 ST_B = ((9U << 2) + 0), enumerator
Dassembler-mips64.cc3183 V(st_b, ST_B, 1) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1730 case Mips::ST_B: in DecodeMSA128Mem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenMCCodeEmitter.inc2545 UINT64_C(2013265956), // ST_B
2930 case Mips::ST_B: {
12007 CEFBS_HasStdEnc_HasMSA, // ST_B = 2532
DMipsGenAsmWriter.inc3773 25183542U, // ST_B
6527 0U, // ST_B
DMipsGenInstrInfo.inc2547 ST_B = 2532,
7393 …LL<<MCID::MayStore), 0x6ULL, nullptr, nullptr, OperandInfo277, -1 ,nullptr }, // Inst #2532 = ST_B
DMipsGenDisassemblerTables.inc5512 /* 13446 */ MCD::OPC_Decode, 228, 19, 178, 2, // Opcode: ST_B
DMipsGenAsmMatcher.inc7826 …{ 8820 /* st.b */, Mips::ST_B, Convert__MSA128AsmReg1_0__MemOffsetSimm10_02_1, AMFBS_HasStdEnc_Has…
DMipsGenDAGISel.inc465 /* 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/
Dsimulator-loong64.cc2914 case ST_B: in DecodeTypeOp10()