Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Add8 (0.04 sec)

  1. src/cmd/compile/internal/ssa/_gen/genericOps.go

    // are signed or unsigned.
    
    var genericOps = []opData{
    	// 2-input arithmetic
    	// Types must be consistent with Go typing. Add, for example, must take two values
    	// of the same type and produces that same type.
    	{name: "Add8", argLength: 2, commutative: true}, // arg0 + arg1
    	{name: "Add16", argLength: 2, commutative: true},
    	{name: "Add32", argLength: 2, commutative: true},
    	{name: "Add64", argLength: 2, commutative: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top