Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SC (0.11 sec)

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

    	//
    	//	LMOVW rreg ',' addr
    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    	MOVW	R1, foo<>+3(SB)
    	MOVW	R1, 16(R2)
    	MOVW	R1, (R2)
    	MOVW	R1, foo<>+3(SB)
    	MOVW	R1, 16(R2)
    	MOVW	R1, (R2)
    	SC	R1, (R2)
    
    	//	LMOVB rreg ',' addr
    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    	MOVB	R1, foo<>+3(SB)
    	MOVB	R1, 16(R2)
    	MOVB	R1, (R2)
    
    	//
    	// store floats
    	//
    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)
Back to top