Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BDNZ (0.27 sec)

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

    	MOVFL R1, $128                  // 7c380120
    	MOVFL R1, $3                    // 7c203120
    	MOVMW 4(R3), R4                 // b8830004
    
    
    	// Verify supported bdnz/bdz encodings.
    	BC 16,0,0(PC)                   // BC $16, CR0LT, 0(PC) // 42000000
    	BDNZ 0(PC)                      // 42000000
    	BDZ 0(PC)                       // 42400000
    	BC 18,0,0(PC)                   // BC $18, CR0LT, 0(PC) // 42400000
    
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
Back to top