Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AMULW (0.03 sec)

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

    			oprangeset(AUMADDL, t)
    			oprangeset(AUMSUBL, t)
    
    		case AREM:
    			oprangeset(AREMW, t)
    			oprangeset(AUREM, t)
    			oprangeset(AUREMW, t)
    
    		case AMUL:
    			oprangeset(AMULW, t)
    			oprangeset(AMNEG, t)
    			oprangeset(AMNEGW, t)
    			oprangeset(ASMNEGL, t)
    			oprangeset(ASMULL, t)
    			oprangeset(ASMULH, t)
    			oprangeset(AUMNEGL, t)
    			oprangeset(AUMULH, t)
    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/x86/asm6.go

    	{AMULPD, yxm, Pe, opBytes{0x59}},
    	{AMULPS, yxm, Ym, opBytes{0x59}},
    	{AMULQ, ydivl, Pw, opBytes{0xf7, 04}},
    	{AMULSD, yxm, Pf2, opBytes{0x59}},
    	{AMULSS, yxm, Pf3, opBytes{0x59}},
    	{AMULW, ydivl, Pe, opBytes{0xf7, 04}},
    	{ANEGB, yscond, Pb, opBytes{0xf6, 03}},
    	{ANEGL, yscond, Px, opBytes{0xf7, 03}},
    	{ANEGQ, yscond, Pw, opBytes{0xf7, 03}},
    	{ANEGW, yscond, Pe, opBytes{0xf7, 03}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top