Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 74 for movbeq (0.14 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/artifact_transforms.adoc

    The following example shows a more complicated transform.
    It moves some selected classes of a JAR to a different package, rewriting the byte code of the moved classes and all classes using the moved classes (class relocation).
    In order to determine the classes to relocate, it looks at the packages of the input artifact and the dependencies of the input artifact.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/a.out.go

    	AMULLD
    	AMULHD
    	AMULHDU
    	AMLGR
    	ASUB
    	ASUBC
    	ASUBV
    	ASUBE
    	ASUBW
    	ANEG
    	ANEGW
    
    	// integer moves
    	AMOVWBR
    	AMOVB
    	AMOVBZ
    	AMOVH
    	AMOVHBR
    	AMOVHZ
    	AMOVW
    	AMOVWZ
    	AMOVD
    	AMOVDBR
    
    	// conditional moves
    	AMOVDEQ
    	AMOVDGE
    	AMOVDGT
    	AMOVDLE
    	AMOVDLT
    	AMOVDNE
    	ALOCR
    	ALOCGR
    
    	// find leftmost one
    	AFLOGR
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/CompactHashSet.java

        return true;
      }
    
      /**
       * Moves the last entry in the entry array into {@code dstIndex}, and nulls out its old position.
       */
      void moveLastEntry(int dstIndex, int mask) {
        Object table = requireTable();
        int[] entries = requireEntries();
        @Nullable Object[] elements = requireElements();
        int srcIndex = size() - 1;
        if (dstIndex < srcIndex) {
          // move last entry to deleted spot
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 24K bytes
    - Viewed (0)
  4. src/runtime/sys_linux_ppc64x.s

    	// so don't bother saving g.
    	// When using cgo, we already saved g on TLS, also don't save
    	// g here.
    	// Also don't save g if we are already on the signal stack.
    	// We won't get a nested signal.
    	MOVBZ	runtime·iscgo(SB), R22
    	CMP	R22, $0
    	BNE	nosaveg
    	MOVD	m_gsignal(R21), R22	// g.m.gsignal
    	CMP	R22, $0
    	BEQ	nosaveg
    
    	CMP	g, R22
    	BEQ	nosaveg
    	MOVD	(g_stack+stack_lo)(R22), R22 // g.m.gsignal.stack.lo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  5. src/crypto/aes/gcm_ppc64x.s

    	MOVHZ	(MASK_PTR)(R16), R14
    	XOR	R14, R15, R14
    	MOVH	R14, (R16)(BLK_OUT)
    	ADD	$2, R16
    	ADD	$-2, IN_LEN
    next1:
    	CMP	IN_LEN, $1
    	BLT	done
    	MOVBZ	(MASK_PTR)(R16), R14
    	MOVBZ	(BLK_INP)(R16), R15
    	XOR	R14, R15, R14
    	MOVB	R14, (R16)(BLK_OUT)
    #endif
    done:
    	// Save the updated counter value
    	P8_STXVB16X(V30, COUNTER, R0)
    	// Clear the keys
    	XXLXOR	VS0, VS0, VS0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/writer/PgpKeyGrouper.java

    import java.util.Set;
    import java.util.stream.Collectors;
    
    /**
     * This class is responsible for "normalizing" trusted PGP keys.
     * It tries to identify common super modules/groups/etc... which can
     * then be moved globally.
     *
     * It's worth noting that the result is _less strict_ than keeping all
     * trusted PGP keys at the artifact level, but it significantly reduces
     * the configuration file size and helps maintenance.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  7. src/runtime/asm_mips64x.s

    	/* copy arguments to stack */		\
    	MOVV	stackArgs+16(FP), R1;			\
    	MOVWU	stackArgsSize+24(FP), R2;			\
    	MOVV	R29, R3;				\
    	ADDV	$8, R3;			\
    	ADDV	R3, R2;				\
    	BEQ	R3, R2, 6(PC);				\
    	MOVBU	(R1), R4;			\
    	ADDV	$1, R1;			\
    	MOVBU	R4, (R3);			\
    	ADDV	$1, R3;			\
    	JMP	-5(PC);				\
    	/* call function */			\
    	MOVV	f+8(FP), REGCTXT;			\
    	MOVV	(REGCTXT), R4;			\
    	PCDATA  $PCDATA_StackMapIndex, $0;	\
    	JAL	(R4);				\
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 19:45:59 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  8. okhttp-tls/src/main/kotlin/okhttp3/tls/HeldCertificate.kt

    ) {
      @JvmName("-deprecated_certificate")
      @Deprecated(
        message = "moved to val",
        replaceWith = ReplaceWith(expression = "certificate"),
        level = DeprecationLevel.ERROR,
      )
      fun certificate(): X509Certificate = certificate
    
      @JvmName("-deprecated_keyPair")
      @Deprecated(
        message = "moved to val",
        replaceWith = ReplaceWith(expression = "keyPair"),
        level = DeprecationLevel.ERROR,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  9. src/runtime/asm_riscv64.s

    	/* copy arguments to stack */		\
    	MOV	stackArgs+16(FP), A1;			\
    	MOVWU	stackArgsSize+24(FP), A2;		\
    	MOV	X2, A3;				\
    	ADD	$8, A3;				\
    	ADD	A3, A2;				\
    	BEQ	A3, A2, 6(PC);			\
    	MOVBU	(A1), A4;			\
    	ADD	$1, A1;				\
    	MOVB	A4, (A3);			\
    	ADD	$1, A3;				\
    	JMP	-5(PC);				\
    	/* set up argument registers */		\
    	MOV	regArgs+40(FP), X25;		\
    	CALL	·unspillArgs(SB);		\
    	/* call function */			\
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 27K bytes
    - Viewed (0)
  10. src/hash/crc32/crc32_ppc64le.s

    	SLD	$2,R24,R24	// crc>>16&0xFF*4
    	MOVWZ	(R10)(R24),R26	// tab[5][crc>>16&0xFF]
    	XOR	R21,R26,R21	// xor done R26
    	RLDICL	$56,R7,$56,R25	// crc>>8
    	ADD	$1024,R10,R10	// &tab[6]
    	SLD	$2,R25,R25	// crc>>8&FF*2
    	MOVBZ   R7,R26          // crc&0xFF
    	MOVWZ	(R10)(R25),R27	// tab[6][crc>>8&0xFF]
    	ADD 	$1024,R10,R10   // &tab[7]
    	SLD	$2,R26,R26	// crc&0xFF*2
    	XOR	R21,R27,R21	// xor done R27
    	ADD     $8,R5           // p = p[8:]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 12:09:50 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top