Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for cbr0 (0.04 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	X15:  "%xmm15",
    	CS:   "%cs",
    	SS:   "%ss",
    	DS:   "%ds",
    	ES:   "%es",
    	FS:   "%fs",
    	GS:   "%gs",
    	GDTR: "%gdtr",
    	IDTR: "%idtr",
    	LDTR: "%ldtr",
    	MSW:  "%msw",
    	TASK: "%task",
    	CR0:  "%cr0",
    	CR1:  "%cr1",
    	CR2:  "%cr2",
    	CR3:  "%cr3",
    	CR4:  "%cr4",
    	CR5:  "%cr5",
    	CR6:  "%cr6",
    	CR7:  "%cr7",
    	CR8:  "%cr8",
    	CR9:  "%cr9",
    	CR10: "%cr10",
    	CR11: "%cr11",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    	xReadCp     // read cp
    	xReadCm     // read cm
    
    	xArg1            // arg 1
    	xArg3            // arg 3
    	xArgAL           // arg AL
    	xArgAX           // arg AX
    	xArgCL           // arg CL
    	xArgCR0dashCR7   // arg CR0-CR7
    	xArgCS           // arg CS
    	xArgDR0dashDR7   // arg DR0-DR7
    	xArgDS           // arg DS
    	xArgDX           // arg DX
    	xArgEAX          // arg EAX
    	xArgEDX          // arg EDX
    	xArgES           // arg ES
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  3. src/runtime/proc_test.go

    	})
    }
    
    type Matrix [][]float64
    
    func BenchmarkMatmult(b *testing.B) {
    	b.StopTimer()
    	// matmult is O(N**3) but testing expects O(b.N),
    	// so we need to take cube root of b.N
    	n := int(math.Cbrt(float64(b.N))) + 1
    	A := makeMatrix(n)
    	B := makeMatrix(n)
    	C := makeMatrix(n)
    	b.StartTimer()
    	matmult(nil, A, B, C, 0, n, 0, n, 0, n, 8)
    }
    
    func makeMatrix(n int) Matrix {
    	m := make(Matrix, n)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  4. src/image/png/reader_test.go

    			0000010: 0000 0001 0000 0001 0803 0000 0028 cb34  .............(.4
    			0000020: bb00 0000 0350 4c54 45ff 0000 19e2 0937  .....PLTE......7
    			0000030: 0000 0001 7452 4e53 7f80 5cb4 cb00 0000  ....tRNS..\.....
    			0000040: 0e49 4441 5478 9c62 6200 0400 00ff ff00  .IDATx.bb.......
    			0000050: 0600 03fa d059 ae00 0000 0049 454e 44ae  .....Y.....IEND.
    			0000060: 4260 82                                  B`.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 24 12:12:12 UTC 2022
    - 28.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    	"F26",
    	"F27",
    	"F28",
    	"F29",
    	"F30",
    	// "F31", the allocator is limited to 64 entries. We sacrifice this FPR to support XER.
    
    	"XER",
    
    	// If you add registers, update asyncPreempt in runtime.
    
    	// "CR0",
    	// "CR1",
    	// "CR2",
    	// "CR3",
    	// "CR4",
    	// "CR5",
    	// "CR6",
    	// "CR7",
    
    	// "CR",
    	// "LR",
    	// "CTR",
    }
    
    func init() {
    	// Make map from reg names to reg integers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  6. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    cartoonart.museum casa casacam.net casadelamoneda.museum case caserta.it cash casino casino.hu castle.museum castres.museum cat cat.ax catania.it catanzaro.it catering catering.aero catfood.jp catholic catholic.edu.au caxias.br cb.it cba cbg.ru cbn cbre cbs cc cc.ak.us cc.al.us cc.ar.us cc.as.us cc.az.us cc.ca.us cc.co.us cc.ct.us cc.dc.us cc.de.us cc.fl.us cc.ga.us cc.gu.us cc.hi.us cc.hn cc.ia.us cc.id.us cc.il.us cc.in.us cc.ks.us cc.ky.us cc.la.us cc.ma.us cc.md.us cc.me.us cc.mi.us cc.mn.us cc.mo.us...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top