Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for r1 (0.15 sec)

  1. src/cmd/asm/internal/asm/testdata/armerror.s

    	MOVF	R1, F2             // ERROR "illegal combination"
    	MOVD	R1, F2             // ERROR "illegal combination"
    	MOVF	R1, R1             // ERROR "illegal combination"
    	MOVD	R1, R2             // ERROR "illegal combination"
    	MOVFW	R1, R2             // ERROR "illegal combination"
    	MOVDW	R1, R2             // ERROR "illegal combination"
    	MOVWF	R1, R2             // ERROR "illegal combination"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Nov 03 14:06:21 GMT 2017
    - 14.4K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/mips.s

    	//	}
    	MOVW	R1, R2
    	MOVW	LO, R1
    	MOVW	HI, R1
    	MOVW	R1, LO
    	MOVW	R1, HI
    	MOVW	R1, R2
    	MOVW	LO, R1
    	MOVW	HI, R1
    	MOVW	R1, LO
    	MOVW	R1, HI
    
    	//	LMOVW addr ',' rreg
    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    	MOVW	foo<>+3(SB), R2
    	MOVW	16(R1), R2
    	MOVW	(R1), R2
    	MOVW	foo<>+3(SB), R2
    	MOVW	16(R1), R2
    	MOVW	(R1), R2
    	LL	(R1), R2
    
    	//	LMOVB rreg ',' rreg
    	//	{
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 6.7K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm.s

    	AND	R0@>28, R1           // 601e01e0
    	AND.S	R0<<28, R1           // 001e11e0
    	AND.S	R0>>28, R1           // 201e11e0
    	AND.S	R0->28, R1           // 401e11e0
    	AND.S	R0@>28, R1           // 601e11e0
    	AND	R0<<R1, R2, R3       // 103102e0
    	AND	R0>>R1, R2, R3       // 303102e0
    	AND	R0->R1, R2, R3       // 503102e0
    	AND	R0@>R1, R2, R3       // 703102e0
    	AND.S	R0<<R1, R2, R3       // 103112e0
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/ppc64_p10.s

    	VINSHRX R1, R2, V3                      // 1061134f
    	VINSHVLX R1, V2, V3                     // 1061104f
    	VINSHVRX R1, V2, V3                     // 1061114f
    	VINSW R1, $4, V3                        // 106408cf
    	VINSWLX R1, R2, V3                      // 1061128f
    	VINSWRX R1, R2, V3                      // 1061138f
    	VINSWVLX R1, V2, V3                     // 1061108f
    	VINSWVRX R1, V2, V3                     // 1061118f
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 23 20:52:57 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/arm64.s

    	MOVB	R1, 0x1000000(R2)	// MOVB		R1, 16777216(R2)
    	MOVB	R1, 0x44332211(R2)	// MOVB		R1, 1144201745(R2)
    	MOVH	R1, 0x1001000(R2)	// MOVH		R1, 16781312(R2)
    	MOVH	R1, 0x44332211(R2)	// MOVH		R1, 1144201745(R2)
    	MOVW	R1, 0x1003000(R2)	// MOVW		R1, 16789504(R2)
    	MOVW	R1, 0x44332211(R2)	// MOVW		R1, 1144201745(R2)
    	MOVD	R1, 0x1007000(R2)	// MOVD		R1, 16805888(R2)
    	MOVD	R1, 0x44332211(R2)	// MOVD		R1, 1144201745(R2)
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/s390x.s

    	AND	$-2, R1               // a517fffe
    	AND	$-65536, R1           // c01bffff0000
    	AND	$1, R1                // c0a100000001b980001a
    	ANDW	R1, R2                // 1421
    	ANDW	R1, R2, R3            // b9f42031
    	ANDW	$1, R1                // c01b00000001
    	ANDW	$131071, R1           // a5160001
    	ANDW	$65536, R1            // c01b00010000
    	ANDW	$-2, R1               // a517fffe
    	OR	R1, R2                // b9810021
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/mips64.s

    	BEQ	R1, 2(PC)
    	JAL	0(R1)		// CALL (R1)	// 0020f809
    	BEQ	R1, 2(PC)
    	JAL	foo+0(SB)	// CALL foo(SB)	// 0c000021
    
    //
    // BEQ/BNE
    //
    //	LBRA rreg ',' rel
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    label1:
    	BEQ	R1, 1(PC)	// BEQ R1, 1(PC)	// 10200001
    	BEQ	R1, label1	// BEQ R1, 18		// 1020fffd
    
    //	LBRA rreg ',' sreg ',' rel
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    label2:
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/arm64error.s

    	FLDPQ	(R0), (R1, R2)                                   // ERROR "invalid register pair"
    	FLDPQ	(R1), (F2, F2)                                   // ERROR "constrained unpredictable behavior"
    	FSTPQ	(R1, R2), (R0)                                   // ERROR "invalid register pair"
    	FLDPD	(R0), (R1, R2)                                   // ERROR "invalid register pair"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	BIC R12@>13, R12, R19                      // 9335ec8a
    	BICSW R25->20, R3, R20                     // 7450b96a
    	BICS R19->12, R1, R23                      // 3730b3ea
    	BICS R19, R1, R23                          // 370033ea
    	BICS R19>>0, R1, R23                       // 370073ea
    	CALL -1(PC)                                // ffffff97
    	CALL (R15)                                 // e0013fd6
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
  10. src/cmd/asm/internal/asm/testdata/ppc64.s

    	MOVFL CR3, CR1                  // 4c8c0000
    
    	MOVW CR0, R1                    // 7c380026
    	MOVW CR7, R1                    // 7c301026
    	MOVW CR, R1                     // 7c200026
    
    	MOVW R1, CR                     // 7c2ff120
    	MOVFL R1, CR                    // 7c2ff120
    	MOVW R1, CR2                    // 7c320120
    	MOVFL R1, CR2                   // 7c320120
    	MOVFL R1, $255                  // 7c2ff120
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
Back to top