Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for 0x17 (0.03 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    					p.To.SetTarget(tgt)
    
    					bo := int64(out[0]>>21) & 31
    					bi := int16((out[0] >> 16) & 31)
    					invertible := false
    
    					if bo&0x14 == 0x14 {
    						// A conditional branch that is unconditionally taken. This cannot be inverted.
    					} else if bo&0x10 == 0x10 {
    						// A branch based on the value of CTR. Invert the CTR comparison against zero bit.
    						bo ^= 0x2
    						invertible = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top