Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 7793 (0.2 sec)

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

    //	LADDW imm ',' rreg
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    	ADD	$4, R1		// 20210004
    	ADDV	$4, R1		// 60210004
    	ADDU	$4, R1		// 24210004
    	ADDVU	$4, R1		// 64210004
    	ADD	$-7193, R24	// 2318e3e7
    	ADDV	$-7193, R24	// 6318e3e7
    
    //	LSUBW rreg ',' sreg ',' rreg
    //	{
    //		outcode(int($1), &$2, int($4), &$6);
    //	}
    	SUB	R6, R26, R27	// 0346d822
    	SUBU	R6, R26, R27	// 0346d823
    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)
  2. api/go1.1.txt

    pkg syscall (linux-386), const ARPHRD_LAPB = 516
    pkg syscall (linux-386), const ARPHRD_LOCALTLK = 773
    pkg syscall (linux-386), const ARPHRD_LOOPBACK = 772
    pkg syscall (linux-386), const ARPHRD_METRICOM = 23
    pkg syscall (linux-386), const ARPHRD_NETROM = 0
    pkg syscall (linux-386), const ARPHRD_NONE = 65534
    pkg syscall (linux-386), const ARPHRD_PIMREG = 779
    pkg syscall (linux-386), const ARPHRD_PPP = 512
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top