Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 96 of 96 for rlwm (0.18 sec)

  1. src/compress/flate/testdata/huffman-rand-max.in

    �tޣW�������d�l�D��(�%��V(p���T�D�|�������3%���r�
    �9�G/0�G��)³R�
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewritePPC64.go

    			v.AuxInt = int64ToAuxInt(encodePPC64RotateMask(r, m, 32))
    			v.AddArg(x)
    			return true
    		}
    		break
    	}
    	// match: (AND (MOVDconst [m]) (ROTLW x r))
    	// cond: isPPC64WordRotateMask(m)
    	// result: (RLWNM [encodePPC64RotateMask(0,m,32)] x r)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			if v_0.Op != OpPPC64MOVDconst {
    				continue
    			}
    			m := auxIntToInt64(v_0.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MaxTokenInfoClass", Const, 0},
    		{"Mclpool", Type, 2},
    		{"Mclpool.Alive", Field, 2},
    		{"Mclpool.Cwm", Field, 2},
    		{"Mclpool.Grown", Field, 2},
    		{"Mclpool.Hwm", Field, 2},
    		{"Mclpool.Lwm", Field, 2},
    		{"MibIfRow", Type, 0},
    		{"MibIfRow.AdminStatus", Field, 0},
    		{"MibIfRow.Descr", Field, 0},
    		{"MibIfRow.DescrLen", Field, 0},
    		{"MibIfRow.InDiscards", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (openbsd-386), type Mclpool struct, Cwm uint16
    pkg syscall (openbsd-386), type Mclpool struct, Grown uint32
    pkg syscall (openbsd-386), type Mclpool struct, Hwm uint16
    pkg syscall (openbsd-386), type Mclpool struct, Lwm uint16
    pkg syscall (openbsd-386), type Msghdr struct
    pkg syscall (openbsd-386), type Msghdr struct, Control *uint8
    pkg syscall (openbsd-386), type Msghdr struct, Controllen uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  5. cmd/testdata/decryptObjectInfo.json.zst

    -Side-Encryption-Iv":"+LaWEMyiOa2haluMktOeq/fail13sYPm4=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAOv3w6v3u40DyfxK+aVa8Jf44Bu0A+oA+WGQqJ1uIH7N25MDKvePm+rLw==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfAOvN5ZcjdAtt00tt+a1zrSFOY6Fmr0JYK+BOXbAGdMC3VUYMUKnAuf==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/markdown"}},{"Bucket":"buck...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/opGen.go

    			},
    			outputs: []outputInfo{
    				{0, 1073733624}, // R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R14 R15 R16 R17 R18 R19 R20 R21 R22 R23 R24 R25 R26 R27 R28 R29
    			},
    		},
    	},
    	{
    		name:    "RLWNM",
    		auxType: auxInt64,
    		argLen:  2,
    		asm:     ppc64.ARLWNM,
    		reg: regInfo{
    			inputs: []inputInfo{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top