/third_party/skia/third_party/externals/libpng/mips/ |
H A D | filter_msa_intrinsics.c | 45 #define LW(psrc) \ macro 116 #define LW(psrc) \ macro 184 #define LW(psrc) \ macro 472 inp0 = LW(src); in png_read_filter_row_sub4_msa() 513 inp0 = LW(src); in png_read_filter_row_sub3_msa() 554 inp0 = LW(pp); in png_read_filter_row_avg4_msa() 556 inp1 = LW(src); in png_read_filter_row_avg4_msa() 609 inp0 = LW(pp); in png_read_filter_row_avg3_msa() 611 inp1 = LW(src); in png_read_filter_row_avg3_msa() 670 inp0 = LW(nx in png_read_filter_row_paeth4_msa() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_intra_msa.c | 68 inp = LW(src); in ff_hor_16x16_msa() 89 inp = LW(src); in ff_hor_32x32_msa() 117 val0 = LW(src_top); in ff_dc_4x4_msa() 118 val1 = LW(src_left); in ff_dc_4x4_msa() 140 val0 = LW(dir); \ 368 left = LW(src_left); in ff_tm_4x4_msa() 399 left = LW(src_left); in ff_tm_8x8_msa() 431 left = LW(src_left); in ff_tm_16x16_msa() 483 left = LW(src_left); in ff_tm_32x32_msa()
|
H A D | h264idct_msa.c | 291 src0_m = LW(dst); in ff_h264_idct_add_msa() 292 src1_m = LW(dst1); in ff_h264_idct_add_msa() 294 src2_m = LW(dst2); in ff_h264_idct_add_msa() 295 src3_m = LW(dst3); in ff_h264_idct_add_msa() 325 const uint32_t src0 = LW(dst); in ff_h264_idct4x4_addblk_dc_msa() 326 const uint32_t src1 = LW(dst + dst_stride); in ff_h264_idct4x4_addblk_dc_msa() 327 const uint32_t src2 = LW(dst + 2 * dst_stride); in ff_h264_idct4x4_addblk_dc_msa() 328 const uint32_t src3 = LW(dst + 3 * dst_stride); in ff_h264_idct4x4_addblk_dc_msa()
|
H A D | hevcpred_msa.c | 71 src_data = LW(src_top); in hevc_intra_pred_vert_4x4_msa() 75 src_data = LW(src_left); in hevc_intra_pred_vert_4x4_msa() 207 val0 = LW(src_top); in hevc_intra_pred_horiz_4x4_msa() 353 val0 = LW(src_top); in hevc_intra_pred_dc_4x4_msa() 354 val1 = LW(src_left); in hevc_intra_pred_dc_4x4_msa() 559 src0 = LW(src_top); in hevc_intra_pred_plane_4x4_msa() 560 src1 = LW(src_left); in hevc_intra_pred_plane_4x4_msa() 1046 tmp0 = LW(ref); in hevc_intra_pred_angular_upper_8width_msa() 1047 tmp1 = LW(ref + 4); in hevc_intra_pred_angular_upper_8width_msa() 1048 tmp2 = LW(re in hevc_intra_pred_angular_upper_8width_msa() [all...] |
H A D | hevc_idct_msa.c | 465 cnst0 = LW(filter_ptr2); in hevc_idct_8x32_column_msa() 466 cnst1 = LW(filter_ptr2 + 2); in hevc_idct_8x32_column_msa() 476 cnst0 = LW(filter_ptr2 + 4); in hevc_idct_8x32_column_msa() 477 cnst1 = LW(filter_ptr2 + 6); in hevc_idct_8x32_column_msa() 493 cnst0 = LW(filter_ptr3); in hevc_idct_8x32_column_msa() 494 cnst1 = LW(filter_ptr3 + 2); in hevc_idct_8x32_column_msa()
|
H A D | hpeldsp_msa.c | 231 dst0 = LW(dst); in common_hz_bil_and_aver_dst_4w_msa() 232 dst1 = LW(dst + dst_stride); in common_hz_bil_and_aver_dst_4w_msa() 458 dst0 = LW(dst); in common_vt_bil_and_aver_dst_4w_msa() 459 dst1 = LW(dst + dst_stride); in common_vt_bil_and_aver_dst_4w_msa()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 205 return Mips::LW; in selectLoadStoreOpCode() 355 MachineInstr *LW = in select() local 356 BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::LW)) in select() 362 if (!constrainSelectedInstRegOperands(*LW, TII, TRI, RBI)) in select() 367 LW->getOperand(0).setReg(DestTmp); in select() 570 MachineInstr *LWGOT = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::LW)) in select() 626 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::LW)) in select()
|
H A D | MicroMipsSizeReduction.cpp | 157 // Attempts to reduce LW/SW instruction into LWSP/SWSP, 161 // Attempts to reduce two LW/SW instructions into LWP/SWP instruction, 240 {RT_TwoInstr, OpCodes(Mips::LW, Mips::LWP_MM), ReduceXWtoXWP, 242 {RT_OneInstr, OpCodes(Mips::LW, Mips::LWSP_MM), ReduceXWtoXWSP, 355 !(MI->getOpcode() == Mips::LW || MI->getOpcode() == Mips::LW_MM || in CheckXWPInstr() 468 bool ReduceToLwp = (MI1->getOpcode() == Mips::LW) || in ReduceXWtoXWP()
|
H A D | MipsSEInstrInfo.cpp | 49 if ((Opc == Mips::LW) || (Opc == Mips::LD) || in isLoadFromStackSlot() 333 Opc = Mips::LW; in loadRegFromStack() 362 Opc = Mips::LW; in loadRegFromStack() 366 Opc = Mips::LW; in loadRegFromStack()
|
H A D | MipsFastISel.cpp | 422 emitInst(Mips::LW, DestReg) in materializeGV() 439 emitInst(Mips::LW, DestReg) in materializeExternalCallSym() 766 Opc = Mips::LW; in emitLoad()
|
H A D | MipsBranchExpansion.cpp | 505 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::LW), Mips::RA) in expandToLongBranch()
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 54 #define LW(psrc) \ macro 73 val0_ld_m = LW(psrc_ld_m); \ 74 val1_ld_m = LW(psrc_ld_m + 4); \ 104 #define LW(psrc) \ macro 143 val0_ld_m = LW(psrc_ld_m); \ 144 val1_ld_m = LW(psrc_ld_m + 4); \ 204 out0 = LW((psrc)); \ 205 out1 = LW((psrc) + stride); \ 206 out2 = LW((psrc) + 2 * stride); \ 207 out3 = LW((psr [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_msa.c | 709 const uint32_t val0 = LW(ptop + 0); in VE4() 710 const uint32_t val1 = LW(ptop + 4); in VE4() 726 uint32_t val0 = LW(ptop + 0); in RD4() 727 uint32_t val1 = LW(ptop + 4); in RD4() 754 uint32_t val0 = LW(ptop + 0); in LD4() 755 uint32_t val1 = LW(ptop + 4); in LD4()
|
H A D | msa_macro.h | 101 #define LW(psrc) MSA_LOAD(psrc, msa_lw) macro 120 #define LW(psrc) MSA_LOAD(psrc, msa_ulw) macro 152 out0 = LW(ptmp); \ 154 out1 = LW(ptmp); \ 156 out2 = LW(ptmp); \ 158 out3 = LW(ptmp); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsNaClELFStreamer.cpp | 224 case Mips::LW: in isBasePlusOffsetMemoryAccess()
|
H A D | MipsTargetStreamer.cpp | 293 emitLoadWithImmOffset(Mips::LW, GPReg, Mips::SP, Offset, GPReg, IDLoc, STI); in emitGPRestore() 1181 // and adds a corresponding LW after every JAL. in emitDirectiveCpRestore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVMergeBaseOffset.cpp | 214 case RISCV::LW: in detectAndFoldOffset()
|
H A D | RISCVISelDAGToDAG.cpp | 221 case RISCV::LW: in doPeepholeLoadStoreADDI()
|
H A D | RISCVExpandPseudoInsts.cpp | 681 SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadAddress() 696 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress()
|
H A D | RISCVInstrInfo.cpp | 48 case RISCV::LW: in isLoadFromStackSlot() 153 RISCV::LW : RISCV::LD; in loadRegFromStackSlot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 1722 SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadAddress() 1741 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() 1846 emitLoadStoreSymbol(Inst, RISCV::LW, IDLoc, Out, /*HasTmpReg=*/false); in processInstruction()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 272 const Instr kPopRegPattern = LW | (sp.code() << kRsShift) | (0 & kImm16Mask); 275 LW | (fp.code() << kRsShift) | (0 & kImm16Mask); 281 LW | (fp.code() << kRsShift) | (kNegOffset & kImm16Mask); 672 return (static_cast<uint32_t>(instr & kOpcodeMask) == LW); in IsLw() 684 Instr temp_instr = LW | (instr & kRsFieldMask) | (instr & kRtFieldMask) | in SetLwOffset() 2085 GenInstrImmediate(LW, source.rm(), rd, source.offset()); in lw()
|
H A D | constants-mips.h | 471 LW = ((4U << 3) + 3) << kOpcodeShift, 1267 OpcodeToBitNumber(LW) | OpcodeToBitNumber(LBU) | OpcodeToBitNumber(LHU) |
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 460 LW = ((4U << 3) + 3) << kOpcodeShift, 1316 OpcodeToBitNumber(LWL) | OpcodeToBitNumber(LW) | OpcodeToBitNumber(LWU) |
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2340 // We need a NOP between the JALR and the LW: in processInstruction() 2924 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, DstReg, DstReg, in loadAndAddSymbolAddress() 2929 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, DstReg, GPReg, in loadAndAddSymbolAddress() 2969 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, TmpReg, TmpReg, in loadAndAddSymbolAddress() 3036 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, TmpReg, GPReg, in loadAndAddSymbolAddress() 3269 TOut.emitRRX(Mips::LW, ATReg, GPReg, MCOperand::createExpr(GotExpr), in emitPartialAddress() 3459 TOut.emitRRI(Mips::LW, FirstReg, TmpReg, 0, IDLoc, STI); in expandLoadDoubleImmToGPR() 3460 TOut.emitRRI(Mips::LW, nextReg(FirstReg), TmpReg, 4, IDLoc, STI); in expandLoadDoubleImmToGPR() 5173 unsigned Opcode = IsLoad ? Mips::LW : Mips::SW; in expandLoadStoreDMacro()
|