Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ADCS (0.06 sec)

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

    		prefreg        = regInfo{inputs: []regMask{gpspsbg}}
    	)
    	ops := []opData{
    		// binary ops
    		{name: "ADCSflags", argLength: 3, reg: gp2flags1flags, typ: "(UInt64,Flags)", asm: "ADCS", commutative: true}, // arg0+arg1+carry, set flags.
    		{name: "ADCzerocarry", argLength: 1, reg: gp0flags1, typ: "UInt64", asm: "ADC"},                               // ZR+ZR+carry
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64.s

    	SBCS	$0, R1                           // 21001ffa
    	SBCSW	$0, R1                           // 21001f7a
    	ADC	$0, R1                           // 21001f9a
    	ADCW	$0, R1                           // 21001f1a
    	ADCS	$0, R1                           // 21001fba
    	ADCSW	$0, R1                           // 21001f3a
    
    // fp/simd instructions.
    	VADDP	V1.B16, V2.B16, V3.B16          // 43bc214e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
Back to top