Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GOPPC64_power9 (0.1 sec)

  1. src/internal/bytealg/indexbyte_ppc64x.s

    	MOVD	R6, R5		// R5 = byte
    	BR	indexbytebody<>(SB)
    
    TEXT ·IndexByteString<ABIInternal>(SB),NOSPLIT|NOFRAME,$0-32
    	// R3 = string
    	// R4 = length
    	// R5 = byte
    	BR	indexbytebody<>(SB)
    
    #ifndef GOPPC64_power9
    #ifdef GOARCH_ppc64le
    DATA indexbytevbperm<>+0(SB)/8, $0x3830282018100800
    DATA indexbytevbperm<>+8(SB)/8, $0x7870686058504840
    #else
    DATA indexbytevbperm<>+0(SB)/8, $0x0008101820283038
    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/internal/bytealg/compare_ppc64x.s

    #ifdef  GOARCH_ppc64le
    #define _LDBEX	MOVDBR
    #define _LWBEX	MOVWBR
    #define _LHBEX	MOVHBR
    #else
    #define _LDBEX	MOVD
    #define _LWBEX	MOVW
    #define _LHBEX	MOVH
    #endif
    
    #ifdef GOPPC64_power9
    #define SETB_CR0(rout) SETB CR0, rout
    #define SETB_CR1(rout) SETB CR1, rout
    #define SETB_INIT()
    #define SETB_CR0_NE(rout) SETB_CR0(rout)
    #else
    // A helper macro to emulate SETB on P8. This assumes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 17:33:20 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top