Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lxvl (0.03 sec)

  1. src/cmd/asm/internal/asm/testdata/ppc64.s

    	LXVW4X (R3), VS1                // 7c201e18
    	LXV 16(R3), VS1                 // f4230011
    	LXV (R3), VS1                   // f4230001
    	LXV 16(R3), VS33                // f4230019
    	LXV (R3), VS33                  // f4230009
    	LXV 16(R3), V1                  // f4230019
    	LXV (R3), V1                    // f4230009
    	LXVL R3, R4, VS1                // 7c23221a
    	LXVLL R3, R4, VS1               // 7c23225a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ppc64/ssa.go

    		// number of moves are generated based on the
    		// size.
    		// When moving >= 64 bytes a loop is used
    		//      MOVD len/32,REG_TMP
    		//      MOVD REG_TMP,CTR
    		// top:
    		//      LXV 0(R21),VS32
    		//      LXV 16(R21),VS33
    		//      ADD $32,R21
    		//      STXV VS32,0(R20)
    		//      STXV VS33,16(R20)
    		//      ADD $32,R20
    		//      BC 16,0,top
    		// Bytes not moved by this loop are moved
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top