Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for STREXB (0.05 sec)

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

    	MOVDF	F4, F5        // c45bb7ee
    
    	LDREX	(R8), R9      // 9f9f98e1
    	LDREXB	(R11), R12    // 9fcfdbe1
    	LDREXD	(R11), R12    // 9fcfbbe1
    	STREX	R3, (R4), R5  // STREX  (R4), R3, R5 // 935f84e1
    	STREXB	R8, (R9), g   // STREXB (R9), R8, g  // 98afc9e1
    	STREXD	R8, (R9), g   // STREXD (R9), R8, g  // 98afa9e1
    
    	CMPF    F8, F9        // c89ab4ee10faf1ee
    	CMPD.CS F4, F5        // c45bb42e10faf12e
    	CMPF.VS F7            // c07ab56e10faf16e
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/armerror.s

    	STREXD	R0, (R2), R2       // ERROR "cannot use same register as both source and destination"
    	STREXD	R1, (R4), R7       // ERROR "must be even"
    	STREXB	R0, (R2), R0       // ERROR "cannot use same register as both source and destination"
    	STREXB	R0, (R2), R2       // ERROR "cannot use same register as both source and destination"
    
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 14.5K bytes
    - Viewed (0)
Back to top