Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FCVTDH (0.1 sec)

  1. src/cmd/internal/obj/arm64/doc.go

    Examples:
    
    	ADC R24, R14, R12          <=>     adc x12, x14, x24
    	ADDW R26->24, R21, R15     <=>     add w15, w21, w26, asr #24
    	FCMPS F2, F3               <=>     fcmp s3, s2
    	FCMPD F2, F3               <=>     fcmp d3, d2
    	FCVTDH F2, F3              <=>     fcvt h3, d2
    
    2. Go uses .P and .W suffixes to indicate post-increment and pre-increment.
    
    Examples:
    
    	MOVD.P -8(R10), R8         <=>      ldr x8, [x10],#-8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:21:42 UTC 2023
    - 9.6K bytes
    - Viewed (0)
Back to top