Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for VCNTMBB (0.15 sec)

  1. src/internal/bytealg/count_ppc64x.s

    tail:	// Count the last 0 - 31 bytes.
    	CMP	R4, $16
    	BLE	small_tail_p10
    	LXV	0(R3), V0
    	VCMPEQUB V0, V1, V0
    	VCNTMBB	V0, $1, R14	// Sum the value of bit 0 of each byte of the compare into R14.
    	SRD	$56, R14, R14	// The result of VCNTMBB is shifted. Unshift it.
    	ADD	R14, R18, R18
    	ADD	$16, R3, R3
    	ANDCC	$15, R4, R4
    
    small_tail_p10:
    	SLD	$56, R4, R6
    	LXVLL	R3, R6, V0
    	VCMPEQUB V0, V1, V0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 20:30:44 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/ppc64_p10.s

    	VCMPGTUQ V1, V2, V3                     // 10611287
    	VCMPGTUQCC V1, V2, V3                   // 10611687
    	VCMPSQ V1, V2, CR2                      // 11011141
    	VCMPUQ V1, V2, CR3                      // 11811101
    	VCNTMBB V1, $1, R3                      // 10790e42
    	VCNTMBD V1, $1, R3                      // 107f0e42
    	VCNTMBH V1, $1, R3                      // 107b0e42
    	VCNTMBW V1, $1, R3                      // 107d0e42
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9_gtables.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 20:18:50 UTC 2022
    - 42.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	VCMPGTSQ:       "vcmpgtsq",
    	VCMPGTSQCC:     "vcmpgtsq.",
    	VCMPGTUQ:       "vcmpgtuq",
    	VCMPGTUQCC:     "vcmpgtuq.",
    	VCMPSQ:         "vcmpsq",
    	VCMPUQ:         "vcmpuq",
    	VCNTMBB:        "vcntmbb",
    	VCNTMBD:        "vcntmbd",
    	VCNTMBH:        "vcntmbh",
    	VCNTMBW:        "vcntmbw",
    	VCTZDM:         "vctzdm",
    	VDIVESD:        "vdivesd",
    	VDIVESQ:        "vdivesq",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
Back to top