Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for X0 (0.02 sec)

  1. src/cmd/api/testdata/src/pkg/p1/p1.go

    	private    *int
    	PublicTime Time
    }
    
    // Deprecated: use URI.
    type URL struct{}
    
    type EmbedURLPtr struct {
    	*URL
    }
    
    type S2 struct {
    	// Deprecated: use T.
    	S
    	Extra bool
    }
    
    var X0 int64
    
    var (
    	Y int
    	X I
    )
    
    type Namer interface {
    	Name() string
    }
    
    type I interface {
    	Namer
    	ptwo.Twoer
    	Set(name string, balance int64)
    	// Deprecated: use GetNamed.
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Dec 02 16:29:41 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/arch/arm.go

    func ARMMRCOffset(op obj.As, cond string, x0, x1, x2, x3, x4, x5 int64) (offset int64, op0 obj.As, ok bool) {
    	op1 := int64(0)
    	if op == arm.AMRC {
    		op1 = 1
    	}
    	bits, ok := ParseARMCondition(cond)
    	if !ok {
    		return
    	}
    	offset = (0xe << 24) | // opcode
    		(op1 << 20) | // MCR/MRC
    		((int64(bits) ^ arm.C_SCOND_XOR) << 28) | // scond
    		((x0 & 15) << 8) | //coprocessor number
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/riscv64.s

    	// 7.1: CSR Instructions
    	CSRRC	X0, CYCLE, X5				// f33200c0
    	CSRRC	X0, CYCLE, X0				// 733000c0
    	CSRRC	X10, CYCLE, X5				// f33205c0
    	CSRRC	$2, TIME, X5				// f37211c0
    	CSRRCI	$2, TIME, X5				// f37211c0
    	CSRRS	X0, CYCLE, X5				// f32200c0
    	CSRRS	X0, CYCLE, X0				// 732000c0
    	CSRRS	X10, CYCLE, X5				// f32205c0
    	CSRRS	$2, TIME, X5				// f36211c0
    	CSRRS	X0, VLENB, X5				// f32220c2
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Nov 13 12:17:37 UTC 2025
    - 73.7K bytes
    - Viewed (0)
  4. src/cmd/api/testdata/src/pkg/p1/golden.txt

    pkg p1, var SIVal SI
    pkg p1, var StrConv string
    pkg p1, var V string
    pkg p1, var V1 uint64
    pkg p1, var V2 p2.Twoer
    pkg p1, var VError //deprecated
    pkg p1, var VError Error
    pkg p1, var X I
    pkg p1, var X0 int64
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Jul 24 16:04:17 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

          retVal &= Enums.getIfPresent(enumType, sampleData[i & 255]).isPresent();
        }
        return retVal;
      }
    
      private enum SmallEnum {
        X0,
        X1,
        X2
      }
    
      private enum MediumEnum {
        X0,
        X1,
        X2,
        X3,
        X4,
        X5,
        X6,
        X7,
        X8,
        X9,
        X10,
        X11,
        X12,
        X13,
        X14,
        X15,
        X16,
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	VMOVQ		-12(R4), V2.W4	// 82f42f30
    	VMOVQ		(R4), V3.V2	// 83001030
    	VMOVQ		24(R4), V3.V2	// 830c1030
    	VMOVQ		-16(R4), V3.V2	// 83f81730
    	XVMOVQ		(R4), X0.B32	// 80008032
    	XVMOVQ		1(R4), X0.B32	// 80048032
    	XVMOVQ		-5(R4), X0.B32	// 80ecbf32
    	XVMOVQ		(R4), X1.H16	// 81004032
    	XVMOVQ		2(R4), X1.H16	// 81044032
    	XVMOVQ		-10(R4), X1.H16	// 81ec5f32
    	XVMOVQ		(R4), X2.W8	// 82002032
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Nov 27 00:46:52 UTC 2025
    - 44.5K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	BLENDVPS X0, (BX), X2                   // 660f381413
    	BLENDVPS X0, (R11), X2                  // 66410f381413
    	BLENDVPS X0, X2, X2                     // 660f3814d2
    	BLENDVPS X0, X11, X2                    // 66410f3814d3
    	BLENDVPS X0, (BX), X11                  // 66440f38141b
    	BLENDVPS X0, (R11), X11                 // 66450f38141b
    	BLENDVPS X0, X2, X11                    // 66440f3814da
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  8. src/cmd/asm/internal/asm/asm.go

    			prog.To.Type = obj.TYPE_CONST
    			x0 := p.getConstant(prog, op, &a[0])
    			x1 := p.getConstant(prog, op, &a[1])
    			x2 := int64(p.getRegister(prog, op, &a[2]))
    			x3 := int64(p.getRegister(prog, op, &a[3]))
    			x4 := int64(p.getRegister(prog, op, &a[4]))
    			x5 := p.getConstant(prog, op, &a[5])
    			// Cond is handled specially for this instruction.
    			offset, MRC, ok := arch.ARMMRCOffset(op, cond, x0, x1, x2, x3, x4, x5)
    			if !ok {
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Oct 21 15:13:08 UTC 2025
    - 26.7K bytes
    - Viewed (0)
  9. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    wroc.pl
    wroclaw.pl
    ws
    wsa.gov.pl
    wskr.gov.pl
    wsse.gov.pl
    wtc
    wtf
    wuoz.gov.pl
    wv.us
    www.ro
    wy.us
    wzmiuw.gov.pl
    x.bg
    x.mythic-beasts.com
    x.se
    x0.com
    x0.to
    x443.pw
    xbox
    xen.prgmr.com
    xerox
    xihuan
    xii.jp
    xin
    xj.cn
    xmit.dev
    xnbay.com
    xs4all.space
    xxx
    xyz
    xz.cn
    y.bg
    y.se
    yabu.hyogo.jp
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  10. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    wroc.pl
    wroclaw.pl
    ws
    wsa.gov.pl
    wskr.gov.pl
    wsse.gov.pl
    wtc
    wtf
    wuoz.gov.pl
    wv.us
    www.ro
    wy.us
    wzmiuw.gov.pl
    x.bg
    x.mythic-beasts.com
    x.se
    x0.com
    x0.to
    x443.pw
    xbox
    xen.prgmr.com
    xerox
    xihuan
    xii.jp
    xin
    xj.cn
    xmit.dev
    xnbay.com
    xs4all.space
    xxx
    xyz
    xz.cn
    y.bg
    y.se
    yabu.hyogo.jp
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top