Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for rreg (0.17 sec)

  1. src/archive/tar/reader_test.go

    // satisfies io.Seeker.
    func TestReadTruncation(t *testing.T) {
    	var ss []string
    	for _, p := range []string{
    		"testdata/gnu.tar",
    		"testdata/ustar-file-reg.tar",
    		"testdata/pax-path-hdr.tar",
    		"testdata/sparse-formats.tar",
    	} {
    		buf, err := os.ReadFile(p)
    		if err != nil {
    			t.Fatalf("unexpected error: %v", err)
    		}
    		ss = append(ss, string(buf))
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  2. src/cmd/cgo/gcc.go

    			// still want to remove the tv_ prefix.
    			// The check for "orig_" here handles orig_eax in the
    			// x86 ptrace register sets, which otherwise have all fields
    			// with reg_ prefixes.
    			if strings.HasPrefix(n.Name, "orig_") || strings.HasPrefix(n.Name, "_") {
    				continue
    			}
    			i := strings.Index(n.Name, "_")
    			if i < 0 {
    				continue
    			}
    			if prefix == "" {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const DT_FIFO ideal-int
    pkg syscall (darwin-arm64), const DT_LNK = 10
    pkg syscall (darwin-arm64), const DT_LNK ideal-int
    pkg syscall (darwin-arm64), const DT_REG = 8
    pkg syscall (darwin-arm64), const DT_REG ideal-int
    pkg syscall (darwin-arm64), const DT_SOCK = 12
    pkg syscall (darwin-arm64), const DT_SOCK ideal-int
    pkg syscall (darwin-arm64), const DT_UNKNOWN = 0
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DT_FIFO ideal-int
    pkg syscall (freebsd-arm64), const DT_LNK = 10
    pkg syscall (freebsd-arm64), const DT_LNK ideal-int
    pkg syscall (freebsd-arm64), const DT_REG = 8
    pkg syscall (freebsd-arm64), const DT_REG ideal-int
    pkg syscall (freebsd-arm64), const DT_SOCK = 12
    pkg syscall (freebsd-arm64), const DT_SOCK ideal-int
    pkg syscall (freebsd-arm64), const DT_UNKNOWN = 0
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/parse.go

    	// Expect (SB), (FP), (PC), or (SP)
    	p.get('(')
    	reg := p.get(scanner.Ident).String()
    	p.get(')')
    	p.setPseudoRegister(a, reg, isStatic, prefix)
    }
    
    // setPseudoRegister sets the NAME field of addr for a pseudo-register reference such as (SB).
    func (p *Parser) setPseudoRegister(addr *obj.Addr, reg string, isStatic bool, prefix rune) {
    	if addr.Reg != 0 {
    		p.errorf("internal error: reg %s already set in pseudo", reg)
    	}
    	switch reg {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DT_LNK = 10 #53466
    pkg syscall (freebsd-riscv64), const DT_LNK ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_REG = 8 #53466
    pkg syscall (freebsd-riscv64), const DT_REG ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_SOCK = 12 #53466
    pkg syscall (freebsd-riscv64), const DT_SOCK ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_UNKNOWN = 0 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  7. src/archive/tar/testdata/ustar-file-reg.tar

    Joe Tsai <******@****.***> 1443691829 -0700
    TAR Archive
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Nov 06 04:31:26 GMT 2015
    - 1.5K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/amd64error.s

    	VPGATHERQQ Y2, (BP)(Y20*2), Y3  // ERROR "invalid instruction"
    	// YzrMulti4 expects exactly 4 registers referenced by REG_LIST.
    	// TODO(quasilyte): improve error message (#21860).
    	V4FMADDPS (AX), [Z0-Z4], K1, Z7  // ERROR "invalid instruction"
    	V4FMADDPS (AX), [Z0-Z0], K1, Z7  // ERROR "invalid instruction"
    	// Invalid ranges in REG_LIST (low > high).
    	// TODO(quasilyte): improve error message (#21860).
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 14 00:03:57 GMT 2023
    - 8.9K bytes
    - Viewed (0)
  9. api/go1.1.txt

    pkg syscall (windows-386), const REG_BINARY = 3
    pkg syscall (windows-386), const REG_DWORD = 4
    pkg syscall (windows-386), const REG_DWORD_BIG_ENDIAN = 5
    pkg syscall (windows-386), const REG_DWORD_LITTLE_ENDIAN = 4
    pkg syscall (windows-386), const REG_EXPAND_SZ = 2
    pkg syscall (windows-386), const REG_FULL_RESOURCE_DESCRIPTOR = 9
    pkg syscall (windows-386), const REG_LINK = 6
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
  10. src/cmd/asm/internal/arch/arm64.go

    			} else {
    				a.Reg = arm64.REG_SXTW + Rnum
    			}
    		case "SXTX":
    			if a.Type == obj.TYPE_MEM {
    				a.Index = arm64.REG_SXTX + Rnum
    			} else {
    				a.Reg = arm64.REG_SXTX + Rnum
    			}
    		case "LSL":
    			a.Index = arm64.REG_LSL + Rnum
    		default:
    			return errors.New("unsupported general register extension type: " + ext)
    
    		}
    	} else if reg <= arm64.REG_V31 && reg >= arm64.REG_V0 {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Sep 29 09:04:58 GMT 2022
    - 10.4K bytes
    - Viewed (0)
Back to top