Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sxtl_sshll_asimdshf_l_cond (0.19 sec)

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

    	return instr&0x780000 != 0x0
    }
    func ssra_asisdshf_r_cond(instr uint32) bool {
    	return instr&0x780000 != 0x0
    }
    func ssra_asimdshf_r_cond(instr uint32) bool {
    	return instr&0x780000 != 0x0
    }
    func sxtl_sshll_asimdshf_l_cond(instr uint32) bool {
    	return instr&0x780000 != 0x0 && bit_count((instr>>19)&0xf) == 1
    }
    
    func ucvtf_asisdshf_c_cond(instr uint32) bool {
    	return instr&0x780000 != 0x0
    }
    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