Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 44 for assembling (0.13 sec)

  1. src/cmd/compile/internal/dwarfgen/dwinl.go

    // 22080 for more details and background info.
    func assembleInlines(fnsym *obj.LSym, dwVars []*dwarf.Var) dwarf.InlCalls {
    	var inlcalls dwarf.InlCalls
    
    	if base.Debug.DwarfInl != 0 {
    		base.Ctxt.Logf("assembling DWARF inlined routine info for %v\n", fnsym.Name)
    	}
    
    	// This maps inline index (from Ctxt.InlTree) to index in inlcalls.Calls
    	imap := make(map[int]int)
    
    	// Walk progs to build up the InlCalls data structure
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:45:07 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/vector.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package s390x
    
    import (
    	"cmd/internal/obj"
    )
    
    // This file contains utility functions for use when
    // assembling vector instructions.
    
    // vop returns the opcode, element size and condition
    // setting for the given (possibly extended) mnemonic.
    func vop(as obj.As) (opcode, es, cs uint32) {
    	switch as {
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 09 14:45:09 UTC 2019
    - 19.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/ProjectSchemaAccessorsIntegrationTest.kt

                }
    
                tasks {
                    wrapper {
                        gradleVersion = "5.0"
                    }
                    assemble {
                        doFirst {
                             println("assembling!")
                        }
                    }
                }
                """
            )
    
            assertThat(
                build(":sub:myBaseTask", "-q").output,
                containsString("*my base*")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 11:39:00 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/xcoff.go

    				desc.AddAddr(ctxt.Arch, toc.Sym())
    				desc.AddUint64(ctxt.Arch, 0)
    			}
    		}
    	}
    }
    
    // Loader section
    // Currently, this section is created from scratch when assembling the XCOFF file
    // according to information retrieved in xfile object.
    
    // Create loader section and returns its size.
    func Loaderblk(ctxt *Link, off uint64) {
    	xfile.writeLdrScn(ctxt, off)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/cmd/bisect/main.go

    	// we always use that many hex digits for skips.
    	SkipHexDigits int
    
    	// Add is a list of suffixes to add to every trial, because they
    	// contain changes that are necessary for a group we are assembling.
    	Add []string
    
    	// Skip is a list of suffixes that uniquely identify changes to exclude from every trial,
    	// because they have already been used in failing change sets.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    ----
    
    == Common tasks
    
    The following are task conventions applied by built-in and most major Gradle plugins.
    
    === Computing all outputs
    It is common in Gradle builds for the `build` task to designate assembling all outputs and running all checks:
    
    ----
    $ gradle build
    ----
    
    === Running applications
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/jvm/java_plugin.adoc

    [[sec:some_source_set_examples]]
    === Some other simple source set examples
    
    Adding a JAR containing the classes of a source set:
    
    .Assembling a JAR for a source set
    ====
    include::sample[dir="snippets/java/sourceSets/kotlin", files="build.gradle.kts[tags=jar]"]
    include::sample[dir="snippets/java/sourceSets/groovy", files="build.gradle[tags=jar]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  8. src/go/constant/value.go

    		return 1 // avoid spurious division by zero errors
    	default:
    		panic(fmt.Sprintf("%v not numeric", x))
    	}
    }
    
    // ----------------------------------------------------------------------------
    // Support for assembling/disassembling numeric values
    
    const (
    	// Compute the size of a Word in bytes.
    	_m       = ^big.Word(0)
    	_log     = _m>>8&1 + _m>>16&1 + _m>>32&1
    	wordSize = 1 << _log
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 34K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_ant.adoc

    The third step doesn't happen at all — unless you create a task to do it — because Gradle typically uses the files in the dependency cache directly in classpaths and as the source for assembling application packages.
    
    Let's look in more detail at how Ivy's steps map to Gradle:
    
    Configuration::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  10. doc/asm.html

    </p>
    
    <h3 id="s390x">IBM z/Architecture, a.k.a. s390x</h3>
    
    <p>
    The registers <code>R10</code> and <code>R11</code> are reserved.
    The assembler uses them to hold temporary values when assembling some instructions.
    </p>
    
    <p>
    <code>R13</code> points to the <code>g</code> (goroutine) structure.
    This register must be referred to as <code>g</code>; the name <code>R13</code> is not recognized.
    </p>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (1)
Back to top