Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/ssa/opGen.go

    		name:           "DMB",
    		auxType:        auxInt64,
    		argLen:         1,
    		hasSideEffects: true,
    		asm:            arm64.ADMB,
    		reg:            regInfo{},
    	},
    
    	{
    		name:        "ADDV",
    		argLen:      2,
    		commutative: true,
    		asm:         loong64.AADDVU,
    		reg: regInfo{
    			inputs: []inputInfo{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top