Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/internal/obj/riscv/cpu.go

    	ASH1ADD
    	ASH1ADDUW
    	ASH2ADD
    	ASH2ADDUW
    	ASH3ADD
    	ASH3ADDUW
    	ASLLIUW
    
    	// 1.2: Basic Bit Manipulation (Zbb)
    	AANDN
    	AORN
    	AXNOR
    	ACLZ
    	ACLZW
    	ACTZ
    	ACTZW
    	ACPOP
    	ACPOPW
    	AMAX
    	AMAXU
    	AMIN
    	AMINU
    	ASEXTB
    	ASEXTH
    	AZEXTH
    
    	// 1.3: Bitwise Rotation (Zbb)
    	AROL
    	AROLW
    	AROR
    	ARORI
    	ARORIW
    	ARORW
    	AORCB
    	AREV8
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/riscv/inst.go

    	case ACLZ:
    		return &inst{0x13, 0x1, 0x0, 1536, 0x30}
    	case ACLZW:
    		return &inst{0x1b, 0x1, 0x0, 1536, 0x30}
    	case ACPOP:
    		return &inst{0x13, 0x1, 0x2, 1538, 0x30}
    	case ACPOPW:
    		return &inst{0x1b, 0x1, 0x2, 1538, 0x30}
    	case ACSRRC:
    		return &inst{0x73, 0x3, 0x0, 0, 0x0}
    	case ACSRRCI:
    		return &inst{0x73, 0x7, 0x0, 0, 0x0}
    	case ACSRRS:
    		return &inst{0x73, 0x2, 0x0, 0, 0x0}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top