Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for absolute (0.25 sec)

  1. src/cmd/asm/internal/asm/endtoend_test.go

    					i++
    				}
    				continue
    			}
    			buf = append(buf, c)
    		}
    
    		f := strings.Fields(string(buf))
    
    		// Turn relative (PC) into absolute (PC) automatically,
    		// so that most branch instructions don't need comments
    		// giving the absolute form.
    		if len(f) > 0 && strings.Contains(printed, "(PC)") {
    			index := len(f) - 1
    			suf := "(PC)"
    			for !strings.HasSuffix(f[index], suf) {
    				index--
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Dec 07 18:42:59 GMT 2023
    - 11.6K bytes
    - Viewed (0)
  2. api/go1.19.txt

    pkg debug/elf, const R_LARCH_SOP_POP_32_U_10_12 = 39 #46229
    pkg debug/elf, const R_LARCH_SOP_POP_32_U_10_12 R_LARCH #46229
    pkg debug/elf, const R_LARCH_SOP_PUSH_ABSOLUTE = 23 #46229
    pkg debug/elf, const R_LARCH_SOP_PUSH_ABSOLUTE R_LARCH #46229
    pkg debug/elf, const R_LARCH_SOP_PUSH_DUP = 24 #46229
    pkg debug/elf, const R_LARCH_SOP_PUSH_DUP R_LARCH #46229
    pkg debug/elf, const R_LARCH_SOP_PUSH_GPREL = 25 #46229
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg syscall (darwin-386), const NET_RT_TRASH = 5
    pkg syscall (darwin-386), const NOFLSH = 2147483648
    pkg syscall (darwin-386), const NOFLSH ideal-int
    pkg syscall (darwin-386), const NOTE_ABSOLUTE = 8
    pkg syscall (darwin-386), const NOTE_ATTRIB = 8
    pkg syscall (darwin-386), const NOTE_CHILD = 4
    pkg syscall (darwin-386), const NOTE_DELETE = 1
    pkg syscall (darwin-386), const NOTE_EXEC = 536870912
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  4. doc/asm.html

    </p>
    
    <p>
    The architectures share syntax for common addressing modes such as
    <code>(R1)</code> (register indirect),
    <code>4(R1)</code> (register indirect with offset), and
    <code>$foo(SB)</code> (absolute address).
    The assembler also supports some (not necessarily all) addressing modes
    specific to each architecture.
    The sections below list these.
    </p>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  5. src/cmd/cgo/doc.go

    pkg-config directives are concatenated and sent to pkg-config simultaneously
    to add to each appropriate set of command-line flags.
    
    When the cgo directives are parsed, any occurrence of the string ${SRCDIR}
    will be replaced by the absolute path to the directory containing the source
    file. This allows pre-compiled static libraries to be included in the package
    directory and linked properly.
    For example if package foo is in the directory /go/src/foo:
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  6. misc/cgo/gmp/gmp.go

    }
    
    // Neg sets z = -x and returns z.
    func (z *Int) Neg(x *Int) *Int {
    	x.doinit()
    	z.doinit()
    	C.mpz_neg(&z.i[0], &x.i[0])
    	return z
    }
    
    // Abs sets z to the absolute value of x and returns z.
    func (z *Int) Abs(x *Int) *Int {
    	x.doinit()
    	z.doinit()
    	C.mpz_abs(&z.i[0], &x.i[0])
    	return z
    }
    
    /*
     * functions without a clear receiver
     */
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 9.5K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const NET_RT_TRASH ideal-int
    pkg syscall (darwin-arm64), const NOFLSH = 2147483648
    pkg syscall (darwin-arm64), const NOFLSH ideal-int
    pkg syscall (darwin-arm64), const NOTE_ABSOLUTE = 8
    pkg syscall (darwin-arm64), const NOTE_ABSOLUTE ideal-int
    pkg syscall (darwin-arm64), const NOTE_ATTRIB = 8
    pkg syscall (darwin-arm64), const NOTE_ATTRIB ideal-int
    pkg syscall (darwin-arm64), const NOTE_BACKGROUND = 64
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. lib/time/zoneinfo.zip

    America/Pangnirtung America/Paramaribo America/Phoenix America/Port-au-Prince America/Port_of_Spain America/Porto_Acre America/Porto_Velho America/Puerto_Rico America/Punta_Arenas America/Rainy_River America/Rankin_Inlet America/Recife America/Regina America/Resolute America/Rio_Branco America/Rosario America/Santa_Isabel America/Santarem America/Santiago America/Santo_Domingo America/Sao_Paulo America/Scoresbysund America/Shiprock America/Sitka America/St_Barthelemy America/St_Johns America/St_Kitts America/St_Lucia...
    ZIP Archive
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 02 18:20:41 GMT 2024
    - 392.3K bytes
    - Viewed (1)
  9. api/go1.txt

    pkg syscall (darwin-386), const NET_RT_MAXID ideal-int
    pkg syscall (darwin-386), const NET_RT_STAT ideal-int
    pkg syscall (darwin-386), const NET_RT_TRASH ideal-int
    pkg syscall (darwin-386), const NOTE_ABSOLUTE ideal-int
    pkg syscall (darwin-386), const NOTE_ATTRIB ideal-int
    pkg syscall (darwin-386), const NOTE_CHILD ideal-int
    pkg syscall (darwin-386), const NOTE_DELETE ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. doc/go1.22.html

          <a href="/pkg/os/exec#Cmd.Start"><code>Cmd.Start</code></a> no
          longer call <code>LookPath</code> if the path to the executable is already
          absolute and has an executable file extension. In addition,
          <code>Cmd.Start</code> no longer writes the resolved extension back to
          the <a href="/pkg/os/exec#Cmd.Path"><code>Path</code></a> field,
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top