Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 465 for movbe (0.28 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/AbstractSwiftIntegrationTest.groovy

            failure.assertHasCause("A build operation failed.")
            failure.assertThatCause(Matchers.containsText("Swift compiler failed while compiling swift file(s)"))
        }
    
        // TODO Move this to AbstractSwiftComponentIntegrationTest when xcode test works properly with architecture
        def "can build for current machine when multiple target machines are specified"() {
            given:
            makeSingleProject()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/plugins/gcs/cleanup.h

    #ifndef TENSORFLOW_C_EXPERIMENTAL_FILESYSTEM_PLUGINS_GCS_CLEANUP_H_
    #define TENSORFLOW_C_EXPERIMENTAL_FILESYSTEM_PLUGINS_GCS_CLEANUP_H_
    
    #include <type_traits>
    #include <utility>
    
    namespace tf_gcs_filesystem {
    
    // A move-only RAII object that calls a stored cleanup functor when
    // destroyed. Cleanup<F> is the return type of gtl::MakeCleanup(F).
    template <typename F>
    class Cleanup {
     public:
      Cleanup() : released_(true), f_() {}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 09 11:16:00 UTC 2020
    - 3.4K bytes
    - Viewed (0)
  3. src/reflect/asm_mips64x.s

    // for more details.
    // No arg size here, runtime pulls arg map out of the func value.
    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$40
    	NO_LOCAL_POINTERS
    	MOVV	REGCTXT, 8(R29)
    	MOVV	$argframe+0(FP), R1
    	MOVV	R1, 16(R29)
    	MOVB	R0, 40(R29)
    	ADDV	$40, R29, R1
    	MOVV	R1, 24(R29)
    	MOVV	R0, 32(R29)
    	JAL	·callReflect(SB)
    	RET
    
    // methodValueCall is the code half of the function returned by makeMethodValue.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  4. architecture/standards/0005-introduce-core-ui-architecture-module.md

    A downside of this structure is that it is difficult to do focused work on the Gradle UI.
    
    ## Decision
    
    Introduce a "UI" architecture module to the core platform, and move the user interaction services to this new module.
    
    This includes:
    
    - Logging and progress services.
    - Problem generation services (aka the "problems API").
    - User prompting services.
    - Build options infrastructure.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 23:19:15 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. src/runtime/memclr_386.s

    	MOVOU	X0, 192(DI)
    	MOVOU	X0, 208(DI)
    	MOVOU	X0, 224(DI)
    	MOVOU	X0, 240(DI)
    	SUBL	$256, BX
    	ADDL	$256, DI
    	CMPL	BX, $256
    	JAE	loop
    	JMP	tail
    
    _1or2:
    	MOVB	AX, (DI)
    	MOVB	AX, -1(DI)(BX*1)
    	RET
    _0:
    	RET
    _3:
    	MOVW	AX, (DI)
    	MOVB	AX, 2(DI)
    	RET
    _4:
    	// We need a separate case for 4 to make sure we clear pointers atomically.
    	MOVL	AX, (DI)
    	RET
    _5through8:
    	MOVL	AX, (DI)
    	MOVL	AX, -4(DI)(BX*1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/tighten.go

    				}
    				if mem := v.MemoryArg(); mem != nil {
    					if startMem[t.ID] != mem {
    						// We can't move a value with a memory arg unless the target block
    						// has that memory arg as its starting memory.
    						continue
    					}
    				}
    				if f.pass.debug > 0 {
    					b.Func.Warnl(v.Pos, "%v is moved", v.Op)
    				}
    				// Move v to the block which dominates its uses.
    				t.Values = append(t.Values, v)
    				v.Block = t
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 01:01:38 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/filestore/TwoStageArtifactIdentifierFileStore.java

        @Override
        public FileAccessTracker getFileAccessTracker() {
            return fileAccessTracker;
        }
    
        @Override
        public LocallyAvailableResource move(ModuleComponentArtifactIdentifier key, File source) throws FileStoreException {
            return writableStore.move(key, source);
        }
    
        @Override
        public LocallyAvailableResource add(ModuleComponentArtifactIdentifier key, Action<File> addAction) throws FileStoreException {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/meta.go

    limitations under the License.
    */
    
    package v1
    
    import (
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/types"
    )
    
    // TODO: move this, Object, List, and Type to a different package
    type ObjectMetaAccessor interface {
    	GetObjectMeta() Object
    }
    
    // Object lets you work with object metadata from any of the versioned or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 20:12:50 UTC 2022
    - 7.7K bytes
    - Viewed (0)
  9. test/typeparam/listimp2.dir/a.go

    	e.prev.next = e.next
    	e.next.prev = e.prev
    	e.next = nil // avoid memory leaks
    	e.prev = nil // avoid memory leaks
    	e.list = nil
    	l.len--
    	return e
    }
    
    // move moves e to next to at and returns e.
    func (l *List[T]) move(e, at *Element[T]) *Element[T] {
    	if e == at {
    		return e
    	}
    	e.prev.next = e.next
    	e.next.prev = e.prev
    
    	e.prev = at
    	e.next = at.next
    	e.prev.next = e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 28 21:40:40 UTC 2021
    - 8K bytes
    - Viewed (0)
  10. src/runtime/cgo/gcc_mips64x.S

    	sdc1	$f29, 128($29)
    	sdc1	$f30, 136($29)
    	sdc1	$f31, 144($29)
    #endif
    
    	// prepare SB register = pc & 0xffffffff00000000
    	bal	1f
    1:
    	dsrl	$28, $31, 32
    	dsll	$28, $28, 32
    
    	move	$20, $4 // save R4
    	move	$1, $6
    	jalr	$5	// call setg_gcc (clobbers R4)
    	jalr	$20	// call fn
    
    	ld	$16, 8($29)
    	ld	$17, 16($29)
    	ld	$18, 24($29)
    	ld	$19, 32($29)
    	ld	$20, 40($29)
    	ld	$21, 48($29)
    	ld	$22, 56($29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top