Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for C_ARNG (0.13 sec)

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

    	{AVFMLA, C_ARNG, C_ARNG, C_NONE, C_ARNG, C_NONE, 72, 4, 0, 0, 0},
    	{AVEXT, C_VCON, C_ARNG, C_ARNG, C_ARNG, C_NONE, 94, 4, 0, 0, 0},
    	{AVTBL, C_ARNG, C_NONE, C_LIST, C_ARNG, C_NONE, 100, 4, 0, 0, 0},
    	{AVUSHR, C_VCON, C_ARNG, C_NONE, C_ARNG, C_NONE, 95, 4, 0, 0, 0},
    	{AVZIP1, C_ARNG, C_ARNG, C_NONE, C_ARNG, C_NONE, 72, 4, 0, 0, 0},
    	{AVUSHLL, C_VCON, C_ARNG, C_NONE, C_ARNG, C_NONE, 102, 4, 0, 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/a.out.go

    	C_SHIFT             // Rn<<2
    	C_EXTREG            // Rn.UXTB[<<3]
    	C_SPR               // REG_NZCV
    	C_COND              // condition code, EQ, NE, etc.
    	C_SPOP              // special operand, PLDL1KEEP, VMALLE1IS, etc.
    	C_ARNG              // Vn.<T>
    	C_ELEM              // Vn.<T>[index]
    	C_LIST              // [V1, V2, V3]
    
    	C_ZCON     // $0
    	C_ABCON0   // could be C_ADDCON0 or C_BITCON
    	C_ADDCON0  // 12-bit unsigned, unshifted
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
Back to top