Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for dcbf (0.04 sec)

  1. OWNERS_ALIASES

        - andrewsykim
        - aojea
        - bowei
        - caseydavenport
        - danwinship
        - dcbw
        - freehan
        - khenidak
        - mrhohn
        - robscott
        - thockin
      sig-network-reviewers:
        - andrewsykim
        - aojea
        - aroradaman
        - bowei
        - caseydavenport
        - danwinship
        - dcbw
        - freehan
        - khenidak
        - mrhohn
        - robscott
        - thockin
        - tnqn
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. src/math/big/arith_ppc64x.s

    	ADDC  R20, R4, R6	// R6 = x[i] + c
    	CMP   R11, $0		// If z_len was 1, we are done
    	MOVD  R6, 0(R10)	// z[i]
    	BEQ   final
    
    	// We will read 4 elements per iteration
    	SRDCC $2, R11, R9	// R9 = z_len/4
    	DCBT  (R8)
    	MOVD  R9, CTR		// Set up the loop counter
    	BEQ   tail		// If R9 = 0, we can't use the loop
    	PCALIGN $16
    
    loop:
    	MOVD  8(R8), R20	// R20 = x[i]
    	MOVD  16(R8), R21	// R21 = x[i+1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    		// Prefetch instruction
    		// Do prefetch of address generated with arg0 and arg1 with option aux. arg0=addr,arg1=memory, aux=option.
    		{name: "DCBT", argLength: 2, aux: "Int64", reg: prefreg, asm: "DCBT", hasSideEffects: true},
    
    		// Store bytes in the reverse endian order of the arch into arg0.
    		// These are indexed stores with no offset field in the instruction so the auxint fields are not used.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/obj9.go

    		case ALWAR,
    			ALBAR,
    			ASTBCCC,
    			ASTWCCC,
    			AEIEIO,
    			AICBI,
    			AISYNC,
    			ATLBIE,
    			ATLBIEL,
    			ASLBIA,
    			ASLBIE,
    			ASLBMFEE,
    			ASLBMFEV,
    			ASLBMTE,
    			ADCBF,
    			ADCBI,
    			ADCBST,
    			ADCBT,
    			ADCBTST,
    			ADCBZ,
    			ASYNC,
    			ATLBSYNC,
    			APTESYNC,
    			ALWSYNC,
    			ATW,
    			AWORD,
    			ARFI,
    			ARFCI,
    			ARFID,
    			AHRFID:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
Back to top