Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for MOVW (0.02 sec)

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

    	MOVW.P	0x20(R2), R1         // MOVW.P 32(R2), R1         // 201092e4
    	MOVW.W	0x20(R2), R1         // MOVW.W 32(R2), R1         // 2010b2e5
    	MOVW	-0x20(R2), R1        // MOVW -32(R2), R1          // 201012e5
    	MOVW.P	-0x20(R2), R1        // MOVW.P -32(R2), R1        // 201012e4
    	MOVW.W	-0x20(R2), R1        // MOVW.W -32(R2), R1        // 201032e5
    	MOVW	R1, 0x00ffffff(R2)   // MOVW R1, 16777215(R2)
    	MOVW	0x00ffffff(R2), R1   // MOVW 16777215(R2), R1
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/armerror.s

    	MOVM.DB	[R0-R4], 4(R1)     // ERROR "offset must be zero"
    	MOVW	CPSR, FPSR         // ERROR "illegal combination"
    	MOVW	FPSR, CPSR         // ERROR "illegal combination"
    	MOVW	CPSR, errors(SB)   // ERROR "illegal combination"
    	MOVW	errors(SB), CPSR   // ERROR "illegal combination"
    	MOVW	FPSR, errors(SB)   // ERROR "illegal combination"
    	MOVW	errors(SB), FPSR   // ERROR "illegal combination"
    	MOVW	F0, errors(SB)     // ERROR "illegal combination"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/ppc64.s

    	MOVD $1234567, R5               // 6405001260a5d687 or 0600001238a0d687
    	MOVW $1, R3                     // 38600001
    	MOVW $-1, R4                    // 3880ffff
    	MOVW $65535, R5                 // 6005ffff
    	MOVW $65536, R6                 // 3cc00001
    	MOVW $-32767, R5                // 38a08001
    	MOVW $-32768, R6                // 38c08000
    	MOVW $1234567, R5               // 6405001260a5d687 or 0600001238a0d687
    	// Hex constant 0x80000001
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Nov 21 18:27:17 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/loong64enc3.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #include "../../../../../runtime/textflag.h"
    
    TEXT asmtest(SB),DUPOK|NOSPLIT,$0
    	MOVW	$65536(R4), R5			// 1e020014de03800385f81000
    	MOVW	$4096(R4), R5 			// 3e000014de03800385f81000
    	MOVV	$65536(R4), R5			// 1e020014de03800385f81000
    	MOVV	$4096(R4), R5			// 3e000014de03800385f81000
    	ADD	$74565, R4			// 5e020014de178d0384781000
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Feb 20 14:31:35 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/s390x.s

    	MOVD	$-8589934592, R1      // c01efffffffe
    	MOVW	$-131072, R2          // c021fffe0000
    	MOVH	$-512, R3             // a739fe00
    	MOVB	$-1, R4               // a749ffff
    
    	MOVD	$32767, n-8(SP)       // e548f0107fff
    	MOVD	$-1, -524288(R1)      // e3a010008071e548a000ffff
    	MOVW	$32767, n-8(SP)       // e54cf0107fff
    	MOVW	$-32768, 4096(R2)     // e3a020000171e54ca0008000
    	MOVH	$512, n-8(SP)         // e544f0100200
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jul 30 19:29:15 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/loong64enc2.s

    #include "../../../../../runtime/textflag.h"
    
    TEXT asmtest(SB),DUPOK|NOSPLIT,$0
    	MOVW	$74565, R4		// 4402001484148d03
    	MOVW	$4097, R4		// 2400001484048003
    	MOVV	$74565, R4		// 4402001484148d03
    	MOVV	$4097, R4		// 2400001484048003
    	AND	$-1, R4, R5		// 1efcbf0285f81400
    	AND	$-1, R4			// 1efcbf0284f81400
    	MOVW	$-1, F4			// 1efcbf02c4a71401
    	MOVW	$1, F4			// 1e048003c4a71401
    	TEQ	$4, R4, R5		// 8508005c04002a00
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Sat Mar 01 01:10:24 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/arm64.s

    	MOVW	$1000000, R4                  // 04488852e401a072
    	MOVW	$0xaaaa0000, R1               // MOVW	$2863267840, R1             // 4155b552
    	MOVW	$0xaaaaffff, R1               // MOVW	$2863333375, R1             // a1aaaa12
    	MOVW	$0xaaaa, R1                   // MOVW	$43690, R1                  // 41559552
    	MOVW	$0xffffaaaa, R1               // MOVW	$4294945450, R1             // a1aa8a12
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 26 10:48:50 UTC 2025
    - 95.3K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/armv6.s

    	CMPF    F8, F9        // c89ab4ee10faf1ee
    	CMPD.CS F4, F5        // c45bb42e10faf12e
    	CMPF.VS F7            // c07ab56e10faf16e
    	CMPD    F6            // c06bb5ee10faf1ee
    
    	MOVW	R4, F8        // 104b08ee
    	MOVW	F4, R8        // 108b14ee
    
    	MOVF	(R4), F9                                  // 009a94ed
    	MOVD.EQ	(R4), F9                                  // 009b940d
    	MOVF.NE	(g), F3                                   // 003a9a1d
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	JMP	foo(SB)			// 00000050
    
    	JMP	(R4)			// 8000004c
    	JMP	1(PC)			// 00040050
    	MOVW	$65536, R4		// 04020014
    	MOVW	$4096, R4		// 24000014
    	MOVV	$65536, R4		// 04020014
    	MOVB	R4, R5			// 855c0000
    	MOVH	R4, R5			// 85580000
    	MOVV	$4096, R4		// 24000014
    	MOVW	R4, R5			// 85001700
    	MOVWU	R4, R5			// 8500df00
    	MOVV	R4, R5			// 85001500
    	MOVBU	R4, R5			// 85fc4303
    	SUB	R4, R5, R6		// a6101100
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/riscv64error.s

    	MOV	$8(SP), (X5)			// ERROR "address load must target register"
    	MOVB	$8(SP), X5			// ERROR "unsupported address load"
    	MOVH	$8(SP), X5			// ERROR "unsupported address load"
    	MOVW	$8(SP), X5			// ERROR "unsupported address load"
    	MOVF	$8(SP), X5			// ERROR "unsupported address load"
    	MOV	$1234, 0(SP)			// ERROR "constant load must target register"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu May 08 08:53:43 UTC 2025
    - 24.8K bytes
    - Viewed (0)
Back to top