Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Vemula (0.21 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const EMSGSIZE = 40
    pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX = 1
    pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX32 = 5
    pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX32 ideal-int
    pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX ideal-int
    pkg syscall (netbsd-arm64-cgo), const EMUL_MAXID = 6
    pkg syscall (netbsd-arm64-cgo), const EMUL_MAXID ideal-int
    pkg syscall (netbsd-arm64-cgo), const EMULTIHOP = 94
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/arch/arm.go

    	return offset, arm.AMRC, true
    }
    
    // IsARMMULA reports whether the op (as defined by an arm.A* constant) is
    // MULA, MULS, MMULA, MMULS, MULABB, MULAWB or MULAWT, the 4-operand instructions.
    func IsARMMULA(op obj.As) bool {
    	switch op {
    	case arm.AMULA, arm.AMULS, arm.AMMULA, arm.AMMULS, arm.AMULABB, arm.AMULAWB, arm.AMULAWT:
    		return true
    	}
    	return false
    }
    
    var bcode = []obj.As{
    	arm.ABEQ,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Nov 18 17:59:44 GMT 2022
    - 6.1K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm.s

    	MOVW	R0, R1->0(R2)        // 010082e7
    	MOVW	R0, R1@>0(R2)        // 010082e7
    
    // MULA / MULS
    	MULAWT		R1, R2, R3, R4       // c23124e1
    	MULAWB		R1, R2, R3, R4       // 823124e1
    	MULS		R1, R2, R3, R4       // 923164e0
    	MULA		R1, R2, R3, R4       // 923124e0
    	MULA.S		R1, R2, R3, R4       // 923134e0
    	MMULA		R1, R2, R3, R4       // 123154e7
    	MMULS		R1, R2, R3, R4       // d23154e7
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (netbsd-386), const EMLINK = 31
    pkg syscall (netbsd-386), const EMSGSIZE = 40
    pkg syscall (netbsd-386), const EMULTIHOP = 94
    pkg syscall (netbsd-386), const EMUL_LINUX = 1
    pkg syscall (netbsd-386), const EMUL_LINUX32 = 5
    pkg syscall (netbsd-386), const EMUL_MAXID = 6
    pkg syscall (netbsd-386), const ENAMETOOLONG = 63
    pkg syscall (netbsd-386), const ENEEDAUTH = 81
    pkg syscall (netbsd-386), const ENETDOWN = 50
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
  5. src/cmd/asm/internal/asm/testdata/armerror.s

    	MOVW.U	R3, F1             // ERROR "invalid .U suffix"
    	PLD.S	4(R1)              // ERROR "invalid .S suffix"
    	CLZ.S	R1, R2             // ERROR "invalid .S suffix"
    	MULBB.S	R0, R1, R2         // ERROR "invalid .S suffix"
    	MULA.W	R9, R6, R1, g      // ERROR "invalid .W suffix"
    	MULS.S	R2, R3, R4, g      // ERROR "invalid .S suffix"
    
    	STREX	R1, (R0)           // ERROR "illegal combination"
    	STREX	(R1), R0           // ERROR "illegal combination"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Nov 03 14:06:21 GMT 2017
    - 14.4K bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (netbsd-386), const EFTYPE Errno
    pkg syscall (netbsd-386), const ELAST Errno
    pkg syscall (netbsd-386), const EMULTIHOP Errno
    pkg syscall (netbsd-386), const EMUL_LINUX ideal-int
    pkg syscall (netbsd-386), const EMUL_LINUX32 ideal-int
    pkg syscall (netbsd-386), const EMUL_MAXID ideal-int
    pkg syscall (netbsd-386), const ENEEDAUTH Errno
    pkg syscall (netbsd-386), const ENOATTR Errno
    pkg syscall (netbsd-386), const ENODATA Errno
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top