Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VBPERMQ (0.17 sec)

  1. src/internal/bytealg/indexbyte_ppc64x.s

    #endif
    
    // R3 = addr of string
    // R4 = len of string
    // R5 = byte to find
    // On exit:
    // R3 = return value
    TEXT indexbytebody<>(SB),NOSPLIT|NOFRAME,$0-0
    	CMPU	R4,$32
    
    #ifndef GOPPC64_power9
    	// Load VBPERMQ constant to reduce compare into an ordered bit mask.
    	MOVD	$indexbytevbperm<>+00(SB),R16
    	LXVD2X	(R16),V0	// Set up swap string
    #endif
    
    	MTVRD	R5,V1
    	VSPLTB	$7,V1,V1	// Replicate byte across V1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:10:29 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/anames.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top