Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for o0 (0.04 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    	LSL0_32 = 2 << 13
    	LSL0_64 = 3 << 13
    )
    
    func OPDP2(x uint32) uint32 {
    	return 0<<30 | 0<<29 | 0xd6<<21 | x<<10
    }
    
    func OPDP3(sf uint32, op54 uint32, op31 uint32, o0 uint32) uint32 {
    	return sf<<31 | op54<<29 | 0x1B<<24 | op31<<21 | o0<<15
    }
    
    func OPBcc(x uint32) uint32 {
    	return 0x2A<<25 | 0<<24 | 0<<4 | x&15
    }
    
    func OPBLR(x uint32) uint32 {
    	/* x=0, JMP; 1, CALL; 2, RET */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top