Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for caps (0.14 sec)

  1. src/cmd/asm/internal/asm/asm.go

    				if (a[0].Type != obj.TYPE_REGREG) || (a[2].Type != obj.TYPE_REGREG) {
    					p.errorf("invalid addressing modes for 1st or 3rd operand to %s instruction, must be register pair", op)
    					return
    				}
    				// For ARM64 CASP-like instructions, its 2nd destination operand is register pair(Rt, Rt+1) that can
    				// not fit into prog.RegTo2, so save it to the prog.RestArgs.
    				prog.AddRestDest(a[2])
    			default:
    				prog.From = a[0]
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
Back to top