Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sqrshrun_asimdshf_n_cond (0.23 sec)

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

    	return instr&0x780000 != 0x0
    }
    func sqrshrn_asisdshf_n_cond(instr uint32) bool {
    	return instr&0x780000 != 0x0
    }
    func sqrshrn_asimdshf_n_cond(instr uint32) bool {
    	return instr&0x780000 != 0x0
    }
    func sqrshrun_asisdshf_n_cond(instr uint32) bool {
    	return instr&0x780000 != 0x0
    }
    func sqrshrun_asimdshf_n_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)
  2. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	// SQRSHRUN <V><d>, <V><n>, #<shift>
    	{0xff80fc00, 0x7f008c00, SQRSHRUN, instArgs{arg_Vd_19_4__B_1__H_2__S_4, arg_Vn_19_4__H_1__S_2__D_4, arg_immediate_1_width_immh_immb__16UIntimmhimmb_1__32UIntimmhimmb_2__64UIntimmhimmb_4}, sqrshrun_asisdshf_n_cond},
    	// SQRSHRUN <Vd>.<tb>, <Vn>.<ta>, #<shift>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
Back to top