Home
last modified time | relevance | path

Searched refs:ST_H (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp72 case Mips::ST_H: in getLoadStoreOffsetSizeInBits()
132 case Mips::ST_H: in getLoadStoreOffsetAlign()
DMipsInstructionSelector.cpp237 return isStore ? Mips::ST_H : Mips::LD_H; in selectLoadStoreOpCode()
DMipsSEInstrInfo.cpp276 Opc = Mips::ST_H; in storeRegToStack()
DMipsMSAInstrInfo.td3504 def ST_H: ST_H_ENC, ST_H_DESC;
3571 (ST_H MSA128H:$ws, addrimm10lsl1:$addr)>;
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmsa_macro.h64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in macro
65 #define ST_UH(...) ST_H(v8u16, __VA_ARGS__)
66 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__)
351 ST_H(RTYPE, in0, pdst); \
352 ST_H(RTYPE, in1, pdst + stride); \
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h286 ST_H = 0xa5U << 22, enumerator
1013 case ST_H: in InstructionType()
Dassembler-loong64.cc1416 GenImm(ST_H, si12, rj, rd, 12); in st_h()
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc770 case ST_H: in DecodeTypekOp10()
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h762 ST_H = ((9U << 2) + 1), enumerator
Dassembler-mips.cc2978 V(st_h, ST_H) \
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h811 ST_H = ((9U << 2) + 1), enumerator
Dassembler-mips64.cc3184 V(st_h, ST_H, 2) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1734 case Mips::ST_H: in DecodeMSA128Mem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenMCCodeEmitter.inc2547 UINT64_C(2013265957), // ST_H
2979 case Mips::ST_H: {
12009 CEFBS_HasStdEnc_HasMSA, // ST_H = 2534
DMipsGenAsmWriter.inc3775 25187274U, // ST_H
6529 0U, // ST_H
DMipsGenDAGISel.inc477 /* 765*/ OPC_MorphNodeTo0, TARGET_VAL(Mips::ST_H), 0|OPFL_Chain|OPFL_MemRefs,
480 // Dst: (ST_H MSA128HOpnd:{ *:[v8i16] }:$wd, addrimm10lsl1:{ *:[iPTR] }:$addr)
513 /* 831*/ OPC_MorphNodeTo0, TARGET_VAL(Mips::ST_H), 0|OPFL_Chain|OPFL_MemRefs,
516 // Dst: (ST_H MSA128H:{ *:[v8f16] }:$ws, addrimm10lsl1:{ *:[iPTR] }:$addr)
DMipsGenInstrInfo.inc2549 ST_H = 2534,
7395 …LL<<MCID::MayStore), 0x6ULL, nullptr, nullptr, OperandInfo279, -1 ,nullptr }, // Inst #2534 = ST_H
DMipsGenDisassemblerTables.inc5515 /* 13461 */ MCD::OPC_Decode, 230, 19, 178, 2, // Opcode: ST_H
DMipsGenAsmMatcher.inc7828 …{ 8830 /* st.h */, Mips::ST_H, Convert__MSA128AsmReg1_0__MemOffsetSimm10_12_1, AMFBS_HasStdEnc_Has…
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2920 case ST_H: in DecodeTypeOp10()