/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 72 case Mips::ST_H: in getLoadStoreOffsetSizeInBits() 132 case Mips::ST_H: in getLoadStoreOffsetAlign()
|
D | MipsInstructionSelector.cpp | 237 return isStore ? Mips::ST_H : Mips::LD_H; in selectLoadStoreOpCode()
|
D | MipsSEInstrInfo.cpp | 276 Opc = Mips::ST_H; in storeRegToStack()
|
D | MipsMSAInstrInfo.td | 3504 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/ |
D | msa_macro.h | 64 #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/ |
D | constants-loong64.h | 286 ST_H = 0xa5U << 22, enumerator 1013 case ST_H: in InstructionType()
|
D | assembler-loong64.cc | 1416 GenImm(ST_H, si12, rj, rd, 12); in st_h()
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
D | disasm-loong64.cc | 770 case ST_H: in DecodeTypekOp10()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | constants-mips.h | 762 ST_H = ((9U << 2) + 1), enumerator
|
D | assembler-mips.cc | 2978 V(st_h, ST_H) \
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | constants-mips64.h | 811 ST_H = ((9U << 2) + 1), enumerator
|
D | assembler-mips64.cc | 3184 V(st_h, ST_H, 2) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 1734 case Mips::ST_H: in DecodeMSA128Mem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 2547 UINT64_C(2013265957), // ST_H 2979 case Mips::ST_H: { 12009 CEFBS_HasStdEnc_HasMSA, // ST_H = 2534
|
D | MipsGenAsmWriter.inc | 3775 25187274U, // ST_H 6529 0U, // ST_H
|
D | MipsGenDAGISel.inc | 477 /* 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)
|
D | MipsGenInstrInfo.inc | 2549 ST_H = 2534, 7395 …LL<<MCID::MayStore), 0x6ULL, nullptr, nullptr, OperandInfo279, -1 ,nullptr }, // Inst #2534 = ST_H
|
D | MipsGenDisassemblerTables.inc | 5515 /* 13461 */ MCD::OPC_Decode, 230, 19, 178, 2, // Opcode: ST_H
|
D | MipsGenAsmMatcher.inc | 7828 …{ 8830 /* st.h */, Mips::ST_H, Convert__MSA128AsmReg1_0__MemOffsetSimm10_12_1, AMFBS_HasStdEnc_Has…
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 2920 case ST_H: in DecodeTypeOp10()
|