Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for popcntw (0.09 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    	case AORN:
    		return OPVCC(31, 412, 0, 0)
    	case AORNCC:
    		return OPVCC(31, 412, 0, 1)
    
    	case APOPCNTD:
    		return OPVCC(31, 506, 0, 0) /* popcntd - v2.06 */
    	case APOPCNTW:
    		return OPVCC(31, 378, 0, 0) /* popcntw - v2.06 */
    	case APOPCNTB:
    		return OPVCC(31, 122, 0, 0) /* popcntb - v2.02 */
    	case ACNTTZW:
    		return OPVCC(31, 538, 0, 0) /* cnttzw - v3.00 */
    	case ACNTTZWCC:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/asm6.go

    	{APMULLW, ymm, Py1, opBytes{0xd5, Pe, 0xd5}},
    	{APMULULQ, ymm, Py1, opBytes{0xf4, Pe, 0xf4}},
    	{APOPAL, ynone, P32, opBytes{0x61}},
    	{APOPAW, ynone, Pe, opBytes{0x61}},
    	{APOPCNTW, yml_rl, Pef3, opBytes{0xb8}},
    	{APOPCNTL, yml_rl, Pf3, opBytes{0xb8}},
    	{APOPCNTQ, yml_rl, Pfw, opBytes{0xb8}},
    	{APOPFL, ynone, P32, opBytes{0x9d}},
    	{APOPFQ, ynone, Py, opBytes{0x9d}},
    	{APOPFW, ynone, Pe, opBytes{0x9d}},
    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