Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sbfx_sbfm_64m_bitfield_cond (0.26 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go

    }
    
    func sbfiz_sbfm_64m_bitfield_cond(instr uint32) bool {
    	return uint8((instr>>10)&0x3f) < uint8((instr>>16)&0x3f)
    }
    
    func sbfx_sbfm_32m_bitfield_cond(instr uint32) bool {
    	return bfxpreferred_4((instr>>31)&0x1, extract_bit((instr>>29)&0x3, 1), (instr>>10)&0x3f, (instr>>16)&0x3f)
    }
    
    func sbfx_sbfm_64m_bitfield_cond(instr uint32) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 9.6K bytes
    - Viewed (0)
Back to top