Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for Prog64 (0.16 sec)

  1. src/cmd/internal/buildid/buildid_test.go

    				t.Error(err)
    				continue
    			}
    
    			phoff := hdr.Phoff
    			phnum := int(hdr.Phnum)
    			phsize := uint64(hdr.Phentsize)
    
    			for i := 0; i < phnum; i++ {
    				var phdr elf.Prog64
    				if err := binary.Read(bytes.NewReader(data[phoff:]), order, &phdr); err != nil {
    					t.Error(err)
    					continue
    				}
    
    				if elf.ProgType(phdr.Type) == elf.PT_NOTE {
    					// Increase the size so we keep
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:28 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Prog32.Type", Field, 0},
    		{"Prog32.Vaddr", Field, 0},
    		{"Prog64", Type, 0},
    		{"Prog64.Align", Field, 0},
    		{"Prog64.Filesz", Field, 0},
    		{"Prog64.Flags", Field, 0},
    		{"Prog64.Memsz", Field, 0},
    		{"Prog64.Off", Field, 0},
    		{"Prog64.Paddr", Field, 0},
    		{"Prog64.Type", Field, 0},
    		{"Prog64.Vaddr", Field, 0},
    		{"ProgFlag", Type, 0},
    		{"ProgHeader", Type, 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)
  3. src/debug/elf/file.go

    				Memsz:  uint64(bo.Uint32(phdata[off+unsafe.Offsetof(ph.Memsz):])),
    				Align:  uint64(bo.Uint32(phdata[off+unsafe.Offsetof(ph.Align):])),
    			}
    		case ELFCLASS64:
    			var ph Prog64
    			p.ProgHeader = ProgHeader{
    				Type:   ProgType(bo.Uint32(phdata[off+unsafe.Offsetof(ph.Type):])),
    				Flags:  ProgFlag(bo.Uint32(phdata[off+unsafe.Offsetof(ph.Flags):])),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 23 16:49:58 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  4. src/debug/elf/elf.go

    	Info      uint32 /* Depends on section type. */
    	Addralign uint64 /* Alignment in bytes. */
    	Entsize   uint64 /* Size of each entry in section. */
    }
    
    // ELF64 Program header.
    type Prog64 struct {
    	Type   uint32 /* Entry type. */
    	Flags  uint32 /* Access permission flags. */
    	Off    uint64 /* File offset of contents. */
    	Vaddr  uint64 /* Virtual address in memory image. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (MUL x (MOVDconst [1])) => x
    (MUL x (MOVDconst [c])) && isPowerOfTwo64(c) => (SLLconst [log64(c)] x)
    (MUL x (MOVDconst [c])) && isPowerOfTwo64(c-1) && c >= 3 => (ADDshiftLL x x [log64(c-1)])
    (MUL x (MOVDconst [c])) && isPowerOfTwo64(c+1) && c >= 7 => (ADDshiftLL (NEG <x.Type> x) x [log64(c+1)])
    (MUL x (MOVDconst [c])) && c%3 == 0 && isPowerOfTwo64(c/3) => (SLLconst [log64(c/3)] (ADDshiftLL <x.Type> x x [1]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/ppc64/list9.go

    	if a >= C_NONE && a <= C_NCLASS {
    		s = cnames9[a]
    	}
    	var fp string
    	fp += s
    	return fp
    }
    
    func ConstantToCRbit(c int64) (int16, bool) {
    	reg64 := REG_CRBIT0 + c
    	success := reg64 >= REG_CR0LT && reg64 <= REG_CR7SO
    	return int16(reg64), success
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 15 21:12:43 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// cond: isPowerOfTwo64(c)
    	// result: (ADDshiftLL a x [log64(c)])
    	for {
    		a := v_0
    		x := v_1
    		if v_2.Op != OpARM64MOVDconst {
    			break
    		}
    		c := auxIntToInt64(v_2.AuxInt)
    		if !(isPowerOfTwo64(c)) {
    			break
    		}
    		v.reset(OpARM64ADDshiftLL)
    		v.AuxInt = int64ToAuxInt(log64(c))
    		v.AddArg2(a, x)
    		return true
    	}
    	// match: (MADD a x (MOVDconst [c]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/batch_function_fallback.mlir

            %arg60: !tfrt_fallback.tf_tensor, %arg61: !tfrt_fallback.tf_tensor, %arg62: !tfrt_fallback.tf_tensor, %arg63: !tfrt_fallback.tf_tensor, %arg64: !tfrt_fallback.tf_tensor,
            %arg65: !tfrt_fallback.tf_tensor, %arg66: !tfrt_fallback.tf_tensor, %arg67: !tfrt_fallback.tf_tensor, %arg68: !tfrt_fallback.tf_tensor, %arg69: !tfrt_fallback.tf_tensor,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 08 08:08:48 UTC 2023
    - 24.7K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg debug/elf, type Prog64 struct
    pkg debug/elf, type Prog64 struct, Align uint64
    pkg debug/elf, type Prog64 struct, Filesz uint64
    pkg debug/elf, type Prog64 struct, Flags uint32
    pkg debug/elf, type Prog64 struct, Memsz uint64
    pkg debug/elf, type Prog64 struct, Off uint64
    pkg debug/elf, type Prog64 struct, Paddr uint64
    pkg debug/elf, type Prog64 struct, Type uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  10. test/codegen/rotate.go

    // license that can be found in the LICENSE file.
    
    package codegen
    
    import "math/bits"
    
    // ------------------- //
    //    const rotates    //
    // ------------------- //
    
    func rot64(x uint64) uint64 {
    	var a uint64
    
    	// amd64:"ROLQ\t[$]7"
    	// ppc64x:"ROTL\t[$]7"
    	// loong64: "ROTRV\t[$]57"
    	// riscv64: "RORI\t[$]57"
    	a += x<<7 | x>>57
    
    	// amd64:"ROLQ\t[$]8"
    	// arm64:"ROR\t[$]56"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top