Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ximo (0.16 sec)

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

    	//
    	// move immediate: macro for lui+or, addi, addis, and other combinations
    	//
    	//	LMOVW imm ',' rreg
    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    	MOVW	$1, R1
    	MOVW	$1, R1
    
    	//	LMOVW ximm ',' rreg
    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    	MOVW	$1, R1
    	MOVW	$foo(SB), R1
    	MOVW	$1, R1
    	MOVW	$foo(SB), R1
    
    
    	//
    	// branch
    	//
    	//	LBRA rel
    	//	{
    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