Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for sgdu (1.67 sec)

  1. src/cmd/internal/obj/loong64/obj.go

    			// framesize is large enough that SP-framesize may
    			// underflow, causing a direct comparison with the
    			// stack guard to incorrectly succeed. We explicitly
    			// guard against underflow.
    			//
    			//      SGTU    $(framesize-StackSmall), SP, R24
    			//      BNE     R24, label-of-call-to-morestack
    
    			p = obj.Appendp(p, c.newprog)
    			p.As = ASGTU
    			p.From.Type = obj.TYPE_CONST
    			p.From.Offset = offset
    			p.Reg = REGSP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:22:18 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  2. src/runtime/asm_loong64.s

    // of constant-sized-frame functions to encode a few bits of size in the pc.
    // Caution: ugly multiline assembly macros in your future!
    
    #define DISPATCH(NAME,MAXSIZE)		\
    	MOVV	$MAXSIZE, R30;		\
    	SGTU	R19, R30, R30;		\
    	BNE	R30, 3(PC);			\
    	MOVV	$NAME(SB), R4;	\
    	JMP	(R4)
    // Note: can't just "BR NAME(SB)" - bad inlining results.
    
    TEXT ·reflectcall(SB), NOSPLIT|NOFRAME, $0-48
    	MOVWU frameSize+32(FP), R19
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 15:04:25 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	SRADCC:         "srad.",
    	SRADI:          "sradi",
    	SRADICC:        "sradi.",
    	SRD:            "srd",
    	SRDCC:          "srd.",
    	STD:            "std",
    	STDCXCC:        "stdcx.",
    	STDU:           "stdu",
    	STDUX:          "stdux",
    	STDX:           "stdx",
    	STFIWX:         "stfiwx",
    	STWCXCC:        "stwcx.",
    	SUBF:           "subf",
    	SUBFCC:         "subf.",
    	SUBFO:          "subfo",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	SETNO:           "SETNO",
    	SETNP:           "SETNP",
    	SETNS:           "SETNS",
    	SETO:            "SETO",
    	SETP:            "SETP",
    	SETS:            "SETS",
    	SFENCE:          "SFENCE",
    	SGDT:            "SGDT",
    	SHL:             "SHL",
    	SHLD:            "SHLD",
    	SHR:             "SHR",
    	SHRD:            "SHRD",
    	SHUFPD:          "SHUFPD",
    	SHUFPS:          "SHUFPS",
    	SIDT:            "SIDT",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/ppc64/asm9.go

    // The size is needed when setting the offset value in the instruction
    // and when generating relocation for that field.
    // DS form instructions include: ld, ldu, lwa, std, stdu.  All other
    // loads and stores with an offset field are D form.  This function should
    // only be called with the same opcodes as are handled by opstore and opload.
    func (c *ctxt9) opform(insn uint32) int {
    	switch insn {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  6. cmd/testdata/xl-meta-merge.zip

    OPmyßt}æ^IªêVkq ^pu²vñ^Ty[Sxi8¿l ’Œ€à@DK~Ô^zÜJ ¨™1|vž}û\–iY»ÕmP\ep—÷SlûY¡\ïTmG_s™Ùs`H{_}©GEì´Œ»SqòSa¸ïL}ÂbDR^Ì ÕO„V^e¼Bñjhñqkxé°{W_÷E@JˆVk<‚Åò y¦Õ^kh~ ô[Rg¢?qr› †ÕsHrïpŠQR¾xPe¨¹yndñ E¾Ri]Ü ª m|jqme¨àr 2Jdª}gVPªzæi¾LK^j¼VU VdC²HHg@e¼Yp8ì[Negz{Öa€uV¢Qrûcf¼csM¼SGTܤ%ûX; „^y²IRñre¸fO^ š -oCˆuMIV„åjypge†À¬õ Èû8}ûz}ô¼o~ t{_qLOrs|ôŠLurmmNmX˾@{ jsò*ñCixW{V sB ^øG²zjïûZk{2OlqhJ¦GÈ}CßTi@fa¨ª ñ~ EFL€B\G paxz¸D{¸ÜRCR„ns\Iå|i\I†Vñ¬B`w¾{ËKvK÷„jf²* 6 hj†^ÐJrh_`ÌkqTçå&»œé&Õ%fzwH„ hôDHpÔúè¬õ a!` Cþì%tvWaSeò ¾]Vã p_„sGq\ ...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ppc64/asm.go

    		initfunc.SetUint32(ctxt.Arch, sz-4, 0x38420000) // addi r2, r2, .TOC.-func@l
    	}
    
    	// This is Go ABI. Stack a frame and save LR.
    	o(OP_MFLR_R0) // mflr r0
    	o(0xf801ffe1) // stdu r0, -32(r1)
    
    	// Get the moduledata pointer from GOT and put into R3.
    	var tgt loader.Sym
    	if s := ldr.Lookup("local.moduledata", 0); s != 0 {
    		tgt = s
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      );
    }
    
    
    def TF_XlaSparseDenseMatmulGradWithSgdAndStaticBufferSizeOp : TF_Op<"XlaSparseDenseMatmulGradWithSgdAndStaticBufferSize", [Pure]> {
      let summary = "A XLA op which performs the SGD optimizer update for the dense-sparse matrix multiplication.";
    
      let arguments = (ins
        TF_Int32Tensor:$row_pointers,
        TF_Int32Tensor:$sorted_sample_ids,
        TF_Int32Tensor:$sorted_token_ids,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  9. cmd/testdata/undeleteable-object.tgz

    pe°application/json¡v Îy¥ Ê ¤nullÅ ,ÖÛ/n $$@ó?$«¯ RÙ 1­ÓO ‡•àõAQÈ&šs ëÓõ üo¬V 2¦ëÙÜ! §Ê¨…b"7úó ìþ€ƒ SdÐ5 ZË ú”8À„ŸÔÕ2{ƒæ ßÔ‡õ²+ ¿é˜Sa QÂP8eÖ ³2èâ%ç +co3@Å݉ l k6W±Y†r’±2IìN=qù¯T£ b*ìÞ[p͉šëê »ËT¹KÛùód¼U Êb‚ A` C–h;\ñ AoOˆ uXosÆ ÏŒJÿÒ á¾Î¦»Ó:ÈV &Va§šÐü}œM@ V¡ï%ú â"Ù š !ùôe³ ço1 ¨d³×äÕpÉÛO Æ+" ߢ©Îùd »1 ‘sÖÀ »‡›Ç\Ì ¬±3 V-{è€Ýîb Ú®>z•·)F+ŸÍ~ÒµjBÍcÝ2I9Fdáû¿¡Ø j.hË ¦Äµ„î ‰šâ0oÇ"(B„öÂôïõQà¡M ¤= l r `ûÇÕW€äqyj U¢ç8®÷ CÏx—é¾ê¸<›sö‡ÊHÉ°;y²š¾ A”f.d€ € XÑ ~Xu@aßêqØ=; ×ÄZ²ƒ©æ¯`¾|¹¼Åíƒ3f”ÁWÆÚ1]Ô¿„¤ƒF–ÿ¸¬©ÊJš½×ê¼è¢27¢Vés...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/asm6.go

    	{AMOVL, Yml, Ynone, Ytr6, movMemReg2op, [4]uint8{0x0f, 0x26, 6, 0xff}},
    	{AMOVL, Yml, Ynone, Ytr7, movMemReg2op, [4]uint8{0x0f, 0x26, 7, 0xff}},
    
    	// lgdt, sgdt, lidt, sidt
    	{AMOVL, Ym, Ynone, Ygdtr, movMemReg2op, [4]uint8{0x0f, 0x01, 2, 0}},
    	{AMOVL, Ygdtr, Ynone, Ym, movRegMem2op, [4]uint8{0x0f, 0x01, 0, 0}},
    	{AMOVL, Ym, Ynone, Yidtr, movMemReg2op, [4]uint8{0x0f, 0x01, 3, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top