Skip to main content

Module scalar

Module scalar 

Source
🔬This is a nightly-only experimental API. (stdarch_hexagon #151523)
Available on Hexagon only.
Expand description

Scalar intrinsics for Hexagon DSP operations Hexagon scalar intrinsics

This module provides intrinsics for scalar (non-HVX) Hexagon DSP operations, including arithmetic, multiply, shift, saturate, compare, and floating-point operations.

Hexagon V68 Programmer’s Reference Manual

§Naming Convention

Function names preserve the original Q6 naming case because the convention uses case to distinguish register types:

  • P (uppercase) = 64-bit register pair (Word64)
  • p (lowercase) = predicate register (Byte)

For example, Q6_P_and_PP operates on 64-bit pairs while Q6_p_and_pp operates on predicate registers.

§Architecture Versions

Most scalar intrinsics are available on all Hexagon architectures. Some intrinsics require specific architecture versions (v60, v62, v65, v66, v67, v68, or v67+audio) and carry #[target_feature(enable = "v68")] (or the appropriate version). Enable these with -C target-feature=+v68 or by setting the target CPU via -C target-cpu=hexagonv68.

Each version includes all features from previous versions.

Functions§

Q6_P_abs_Pâš Experimental
Rdd32=abs(Rss32)
Q6_P_add_PPâš Experimental
Rdd32=add(Rss32,Rtt32)
Q6_P_add_PP_satâš Experimental
Rdd32=add(Rss32,Rtt32):sat
Q6_P_add_RPâš Experimental
Rdd32=add(Rs32,Rtt32)
Q6_P_and_PPâš Experimental
Rdd32=and(Rss32,Rtt32)
Q6_P_and_PnPâš Experimental
Rdd32=and(Rtt32,~Rss32)
Q6_P_asl_PIâš Experimental
Rdd32=asl(Rss32,#u6)
Q6_P_asl_PRâš Experimental
Rdd32=asl(Rss32,Rt32)
Q6_P_aslacc_PIâš Experimental
Rxx32+=asl(Rss32,#u6)
Q6_P_aslacc_PRâš Experimental
Rxx32+=asl(Rss32,Rt32)
Q6_P_asland_PIâš Experimental
Rxx32&=asl(Rss32,#u6)
Q6_P_asland_PRâš Experimental
Rxx32&=asl(Rss32,Rt32)
Q6_P_aslnac_PIâš Experimental
Rxx32-=asl(Rss32,#u6)
Q6_P_aslnac_PRâš Experimental
Rxx32-=asl(Rss32,Rt32)
Q6_P_aslor_PIâš Experimental
Rxx32|=asl(Rss32,#u6)
Q6_P_aslor_PRâš Experimental
Rxx32|=asl(Rss32,Rt32)
Q6_P_aslxacc_PIâš Experimental
Rxx32^=asl(Rss32,#u6)
Q6_P_aslxacc_PRâš Experimental
Rxx32^=asl(Rss32,Rt32)
Q6_P_asr_PIâš Experimental
Rdd32=asr(Rss32,#u6)
Q6_P_asr_PI_rndâš Experimental
Rdd32=asr(Rss32,#u6):rnd
Q6_P_asr_PRâš Experimental
Rdd32=asr(Rss32,Rt32)
Q6_P_asracc_PIâš Experimental
Rxx32+=asr(Rss32,#u6)
Q6_P_asracc_PRâš Experimental
Rxx32+=asr(Rss32,Rt32)
Q6_P_asrand_PIâš Experimental
Rxx32&=asr(Rss32,#u6)
Q6_P_asrand_PRâš Experimental
Rxx32&=asr(Rss32,Rt32)
Q6_P_asrnac_PIâš Experimental
Rxx32-=asr(Rss32,#u6)
Q6_P_asrnac_PRâš Experimental
Rxx32-=asr(Rss32,Rt32)
Q6_P_asror_PIâš Experimental
Rxx32|=asr(Rss32,#u6)
Q6_P_asror_PRâš Experimental
Rxx32|=asr(Rss32,Rt32)
Q6_P_asrrnd_PIâš Experimental
Rdd32=asrrnd(Rss32,#u6)
Q6_P_asrxacc_PRâš Experimental
Rxx32^=asr(Rss32,Rt32)
Q6_P_bitsplit_RIâš Experimental
Rdd32=bitsplit(Rs32,#u5)
Q6_P_bitsplit_RRâš Experimental
Rdd32=bitsplit(Rs32,Rt32)
Q6_P_brev_Pâš Experimental
Rdd32=brev(Rss32)
Q6_P_cmpy_RR_conj_s1_satâš Experimental
Rdd32=cmpy(Rs32,Rt32*):<<1:sat
Q6_P_cmpy_RR_conj_satâš Experimental
Rdd32=cmpy(Rs32,Rt32*):sat
Q6_P_cmpy_RR_s1_satâš Experimental
Rdd32=cmpy(Rs32,Rt32):<<1:sat
Q6_P_cmpy_RR_satâš Experimental
Rdd32=cmpy(Rs32,Rt32):sat
Q6_P_cmpyacc_RR_conj_s1_satâš Experimental
Rxx32+=cmpy(Rs32,Rt32*):<<1:sat
Q6_P_cmpyacc_RR_conj_satâš Experimental
Rxx32+=cmpy(Rs32,Rt32*):sat
Q6_P_cmpyacc_RR_s1_satâš Experimental
Rxx32+=cmpy(Rs32,Rt32):<<1:sat
Q6_P_cmpyacc_RR_satâš Experimental
Rxx32+=cmpy(Rs32,Rt32):sat
Q6_P_cmpyi_RRâš Experimental
Rdd32=cmpyi(Rs32,Rt32)
Q6_P_cmpyiacc_RRâš Experimental
Rxx32+=cmpyi(Rs32,Rt32)
Q6_P_cmpyiw_PPâš Experimental
Rdd32=cmpyiw(Rss32,Rtt32)
Q6_P_cmpyiw_PP_conjâš Experimental
Rdd32=cmpyiw(Rss32,Rtt32*)
Q6_P_cmpyiwacc_PPâš Experimental
Rxx32+=cmpyiw(Rss32,Rtt32)
Q6_P_cmpyiwacc_PP_conjâš Experimental
Rxx32+=cmpyiw(Rss32,Rtt32*)
Q6_P_cmpynac_RR_conj_s1_satâš Experimental
Rxx32-=cmpy(Rs32,Rt32*):<<1:sat
Q6_P_cmpynac_RR_conj_satâš Experimental
Rxx32-=cmpy(Rs32,Rt32*):sat
Q6_P_cmpynac_RR_s1_satâš Experimental
Rxx32-=cmpy(Rs32,Rt32):<<1:sat
Q6_P_cmpynac_RR_satâš Experimental
Rxx32-=cmpy(Rs32,Rt32):sat
Q6_P_cmpyr_RRâš Experimental
Rdd32=cmpyr(Rs32,Rt32)
Q6_P_cmpyracc_RRâš Experimental
Rxx32+=cmpyr(Rs32,Rt32)
Q6_P_cmpyrw_PPâš Experimental
Rdd32=cmpyrw(Rss32,Rtt32)
Q6_P_cmpyrw_PP_conjâš Experimental
Rdd32=cmpyrw(Rss32,Rtt32*)
Q6_P_cmpyrwacc_PPâš Experimental
Rxx32+=cmpyrw(Rss32,Rtt32)
Q6_P_cmpyrwacc_PP_conjâš Experimental
Rxx32+=cmpyrw(Rss32,Rtt32*)
Q6_P_combine_IIâš Experimental
Rdd32=combine(#s8,#S8)
Q6_P_combine_IRâš Experimental
Rdd32=combine(#s8,Rs32)
Q6_P_combine_RIâš Experimental
Rdd32=combine(Rs32,#s8)
Q6_P_combine_RRâš Experimental
Rdd32=combine(Rs32,Rt32)
Q6_P_convert_d2df_Pâš Experimental
Rdd32=convert_d2df(Rss32)
Q6_P_convert_df2d_Pâš Experimental
Rdd32=convert_df2d(Rss32)
Q6_P_convert_df2d_P_chopâš Experimental
Rdd32=convert_df2d(Rss32):chop
Q6_P_convert_df2ud_Pâš Experimental
Rdd32=convert_df2ud(Rss32)
Q6_P_convert_df2ud_P_chopâš Experimental
Rdd32=convert_df2ud(Rss32):chop
Q6_P_convert_sf2d_Râš Experimental
Rdd32=convert_sf2d(Rs32)
Q6_P_convert_sf2d_R_chopâš Experimental
Rdd32=convert_sf2d(Rs32):chop
Q6_P_convert_sf2df_Râš Experimental
Rdd32=convert_sf2df(Rs32)
Q6_P_convert_sf2ud_Râš Experimental
Rdd32=convert_sf2ud(Rs32)
Q6_P_convert_sf2ud_R_chopâš Experimental
Rdd32=convert_sf2ud(Rs32):chop
Q6_P_convert_ud2df_Pâš Experimental
Rdd32=convert_ud2df(Rss32)
Q6_P_convert_uw2df_Râš Experimental
Rdd32=convert_uw2df(Rs32)
Q6_P_convert_w2df_Râš Experimental
Rdd32=convert_w2df(Rs32)
Q6_P_cround_PIâš Experimental
Rdd32=cround(Rss32,#u6)
Q6_P_cround_PRâš Experimental
Rdd32=cround(Rss32,Rt32)
Q6_P_deinterleave_Pâš Experimental
Rdd32=deinterleave(Rss32)
Q6_P_dfadd_PPâš Experimental
Rdd32=dfadd(Rss32,Rtt32)
Q6_P_dfmake_I_negâš Experimental
Rdd32=dfmake(#u10):neg
Q6_P_dfmake_I_posâš Experimental
Rdd32=dfmake(#u10):pos
Q6_P_dfmax_PPâš Experimental
Rdd32=dfmax(Rss32,Rtt32)
Q6_P_dfmin_PPâš Experimental
Rdd32=dfmin(Rss32,Rtt32)
Q6_P_dfmpyfix_PPâš Experimental
Rdd32=dfmpyfix(Rss32,Rtt32)
Q6_P_dfmpyhhacc_PPâš Experimental
Rxx32+=dfmpyhh(Rss32,Rtt32)
Q6_P_dfmpylhacc_PPâš Experimental
Rxx32+=dfmpylh(Rss32,Rtt32)
Q6_P_dfmpyll_PPâš Experimental
Rdd32=dfmpyll(Rss32,Rtt32)
Q6_P_dfsub_PPâš Experimental
Rdd32=dfsub(Rss32,Rtt32)
Q6_P_equals_Iâš Experimental
Rdd32=#s8
Q6_P_equals_Pâš Experimental
Rdd32=Rss32
Q6_P_extract_PIIâš Experimental
Rdd32=extract(Rss32,#u6,#U6)
Q6_P_extract_PPâš Experimental
Rdd32=extract(Rss32,Rtt32)
Q6_P_extractu_PIIâš Experimental
Rdd32=extractu(Rss32,#u6,#U6)
Q6_P_extractu_PPâš Experimental
Rdd32=extractu(Rss32,Rtt32)
Q6_P_insert_PIIâš Experimental
Rxx32=insert(Rss32,#u6,#U6)
Q6_P_insert_PPâš Experimental
Rxx32=insert(Rss32,Rtt32)
Q6_P_interleave_Pâš Experimental
Rdd32=interleave(Rss32)
Q6_P_lfs_PPâš Experimental
Rdd32=lfs(Rss32,Rtt32)
Q6_P_lsl_PRâš Experimental
Rdd32=lsl(Rss32,Rt32)
Q6_P_lslacc_PRâš Experimental
Rxx32+=lsl(Rss32,Rt32)
Q6_P_lsland_PRâš Experimental
Rxx32&=lsl(Rss32,Rt32)
Q6_P_lslnac_PRâš Experimental
Rxx32-=lsl(Rss32,Rt32)
Q6_P_lslor_PRâš Experimental
Rxx32|=lsl(Rss32,Rt32)
Q6_P_lslxacc_PRâš Experimental
Rxx32^=lsl(Rss32,Rt32)
Q6_P_lsr_PIâš Experimental
Rdd32=lsr(Rss32,#u6)
Q6_P_lsr_PRâš Experimental
Rdd32=lsr(Rss32,Rt32)
Q6_P_lsracc_PIâš Experimental
Rxx32+=lsr(Rss32,#u6)
Q6_P_lsracc_PRâš Experimental
Rxx32+=lsr(Rss32,Rt32)
Q6_P_lsrand_PIâš Experimental
Rxx32&=lsr(Rss32,#u6)
Q6_P_lsrand_PRâš Experimental
Rxx32&=lsr(Rss32,Rt32)
Q6_P_lsrnac_PIâš Experimental
Rxx32-=lsr(Rss32,#u6)
Q6_P_lsrnac_PRâš Experimental
Rxx32-=lsr(Rss32,Rt32)
Q6_P_lsror_PIâš Experimental
Rxx32|=lsr(Rss32,#u6)
Q6_P_lsror_PRâš Experimental
Rxx32|=lsr(Rss32,Rt32)
Q6_P_lsrxacc_PIâš Experimental
Rxx32^=lsr(Rss32,#u6)
Q6_P_lsrxacc_PRâš Experimental
Rxx32^=lsr(Rss32,Rt32)
Q6_P_mask_pâš Experimental
Rdd32=mask(Pt4)
Q6_P_max_PPâš Experimental
Rdd32=max(Rss32,Rtt32)
Q6_P_maxu_PPâš Experimental
Rdd32=maxu(Rss32,Rtt32)
Q6_P_min_PPâš Experimental
Rdd32=min(Rtt32,Rss32)
Q6_P_minu_PPâš Experimental
Rdd32=minu(Rtt32,Rss32)
Q6_P_mpy_RRâš Experimental
Rdd32=mpy(Rs32,Rt32)
Q6_P_mpy_RhRhâš Experimental
Rdd32=mpy(Rs32.h,Rt32.h)
Q6_P_mpy_RhRh_rndâš Experimental
Rdd32=mpy(Rs32.h,Rt32.h):rnd
Q6_P_mpy_RhRh_s1âš Experimental
Rdd32=mpy(Rs32.h,Rt32.h):<<1
Q6_P_mpy_RhRh_s1_rndâš Experimental
Rdd32=mpy(Rs32.h,Rt32.h):<<1:rnd
Q6_P_mpy_RhRlâš Experimental
Rdd32=mpy(Rs32.h,Rt32.l)
Q6_P_mpy_RhRl_rndâš Experimental
Rdd32=mpy(Rs32.h,Rt32.l):rnd
Q6_P_mpy_RhRl_s1âš Experimental
Rdd32=mpy(Rs32.h,Rt32.l):<<1
Q6_P_mpy_RhRl_s1_rndâš Experimental
Rdd32=mpy(Rs32.h,Rt32.l):<<1:rnd
Q6_P_mpy_RlRhâš Experimental
Rdd32=mpy(Rs32.l,Rt32.h)
Q6_P_mpy_RlRh_rndâš Experimental
Rdd32=mpy(Rs32.l,Rt32.h):rnd
Q6_P_mpy_RlRh_s1âš Experimental
Rdd32=mpy(Rs32.l,Rt32.h):<<1
Q6_P_mpy_RlRh_s1_rndâš Experimental
Rdd32=mpy(Rs32.l,Rt32.h):<<1:rnd
Q6_P_mpy_RlRlâš Experimental
Rdd32=mpy(Rs32.l,Rt32.l)
Q6_P_mpy_RlRl_rndâš Experimental
Rdd32=mpy(Rs32.l,Rt32.l):rnd
Q6_P_mpy_RlRl_s1âš Experimental
Rdd32=mpy(Rs32.l,Rt32.l):<<1
Q6_P_mpy_RlRl_s1_rndâš Experimental
Rdd32=mpy(Rs32.l,Rt32.l):<<1:rnd
Q6_P_mpyacc_RRâš Experimental
Rxx32+=mpy(Rs32,Rt32)
Q6_P_mpyacc_RhRhâš Experimental
Rxx32+=mpy(Rs32.h,Rt32.h)
Q6_P_mpyacc_RhRh_s1âš Experimental
Rxx32+=mpy(Rs32.h,Rt32.h):<<1
Q6_P_mpyacc_RhRlâš Experimental
Rxx32+=mpy(Rs32.h,Rt32.l)
Q6_P_mpyacc_RhRl_s1âš Experimental
Rxx32+=mpy(Rs32.h,Rt32.l):<<1
Q6_P_mpyacc_RlRhâš Experimental
Rxx32+=mpy(Rs32.l,Rt32.h)
Q6_P_mpyacc_RlRh_s1âš Experimental
Rxx32+=mpy(Rs32.l,Rt32.h):<<1
Q6_P_mpyacc_RlRlâš Experimental
Rxx32+=mpy(Rs32.l,Rt32.l)
Q6_P_mpyacc_RlRl_s1âš Experimental
Rxx32+=mpy(Rs32.l,Rt32.l):<<1
Q6_P_mpynac_RRâš Experimental
Rxx32-=mpy(Rs32,Rt32)
Q6_P_mpynac_RhRhâš Experimental
Rxx32-=mpy(Rs32.h,Rt32.h)
Q6_P_mpynac_RhRh_s1âš Experimental
Rxx32-=mpy(Rs32.h,Rt32.h):<<1
Q6_P_mpynac_RhRlâš Experimental
Rxx32-=mpy(Rs32.h,Rt32.l)
Q6_P_mpynac_RhRl_s1âš Experimental
Rxx32-=mpy(Rs32.h,Rt32.l):<<1
Q6_P_mpynac_RlRhâš Experimental
Rxx32-=mpy(Rs32.l,Rt32.h)
Q6_P_mpynac_RlRh_s1âš Experimental
Rxx32-=mpy(Rs32.l,Rt32.h):<<1
Q6_P_mpynac_RlRlâš Experimental
Rxx32-=mpy(Rs32.l,Rt32.l)
Q6_P_mpynac_RlRl_s1âš Experimental
Rxx32-=mpy(Rs32.l,Rt32.l):<<1
Q6_P_mpyu_RRâš Experimental
Rdd32=mpyu(Rs32,Rt32)
Q6_P_mpyu_RhRhâš Experimental
Rdd32=mpyu(Rs32.h,Rt32.h)
Q6_P_mpyu_RhRh_s1âš Experimental
Rdd32=mpyu(Rs32.h,Rt32.h):<<1
Q6_P_mpyu_RhRlâš Experimental
Rdd32=mpyu(Rs32.h,Rt32.l)
Q6_P_mpyu_RhRl_s1âš Experimental
Rdd32=mpyu(Rs32.h,Rt32.l):<<1
Q6_P_mpyu_RlRhâš Experimental
Rdd32=mpyu(Rs32.l,Rt32.h)
Q6_P_mpyu_RlRh_s1âš Experimental
Rdd32=mpyu(Rs32.l,Rt32.h):<<1
Q6_P_mpyu_RlRlâš Experimental
Rdd32=mpyu(Rs32.l,Rt32.l)
Q6_P_mpyu_RlRl_s1âš Experimental
Rdd32=mpyu(Rs32.l,Rt32.l):<<1
Q6_P_mpyuacc_RRâš Experimental
Rxx32+=mpyu(Rs32,Rt32)
Q6_P_mpyuacc_RhRhâš Experimental
Rxx32+=mpyu(Rs32.h,Rt32.h)
Q6_P_mpyuacc_RhRh_s1âš Experimental
Rxx32+=mpyu(Rs32.h,Rt32.h):<<1
Q6_P_mpyuacc_RhRlâš Experimental
Rxx32+=mpyu(Rs32.h,Rt32.l)
Q6_P_mpyuacc_RhRl_s1âš Experimental
Rxx32+=mpyu(Rs32.h,Rt32.l):<<1
Q6_P_mpyuacc_RlRhâš Experimental
Rxx32+=mpyu(Rs32.l,Rt32.h)
Q6_P_mpyuacc_RlRh_s1âš Experimental
Rxx32+=mpyu(Rs32.l,Rt32.h):<<1
Q6_P_mpyuacc_RlRlâš Experimental
Rxx32+=mpyu(Rs32.l,Rt32.l)
Q6_P_mpyuacc_RlRl_s1âš Experimental
Rxx32+=mpyu(Rs32.l,Rt32.l):<<1
Q6_P_mpyunac_RRâš Experimental
Rxx32-=mpyu(Rs32,Rt32)
Q6_P_mpyunac_RhRhâš Experimental
Rxx32-=mpyu(Rs32.h,Rt32.h)
Q6_P_mpyunac_RhRh_s1âš Experimental
Rxx32-=mpyu(Rs32.h,Rt32.h):<<1
Q6_P_mpyunac_RhRlâš Experimental
Rxx32-=mpyu(Rs32.h,Rt32.l)
Q6_P_mpyunac_RhRl_s1âš Experimental
Rxx32-=mpyu(Rs32.h,Rt32.l):<<1
Q6_P_mpyunac_RlRhâš Experimental
Rxx32-=mpyu(Rs32.l,Rt32.h)
Q6_P_mpyunac_RlRh_s1âš Experimental
Rxx32-=mpyu(Rs32.l,Rt32.h):<<1
Q6_P_mpyunac_RlRlâš Experimental
Rxx32-=mpyu(Rs32.l,Rt32.l)
Q6_P_mpyunac_RlRl_s1âš Experimental
Rxx32-=mpyu(Rs32.l,Rt32.l):<<1
Q6_P_neg_Pâš Experimental
Rdd32=neg(Rss32)
Q6_P_not_Pâš Experimental
Rdd32=not(Rss32)
Q6_P_or_PPâš Experimental
Rdd32=or(Rss32,Rtt32)
Q6_P_or_PnPâš Experimental
Rdd32=or(Rtt32,~Rss32)
Q6_P_packhl_RRâš Experimental
Rdd32=packhl(Rs32,Rt32)
Q6_P_pmpyw_RRâš Experimental
Rdd32=pmpyw(Rs32,Rt32)
Q6_P_pmpywxacc_RRâš Experimental
Rxx32^=pmpyw(Rs32,Rt32)
Q6_P_rol_PIâš Experimental
Rdd32=rol(Rss32,#u6)
Q6_P_rolacc_PIâš Experimental
Rxx32+=rol(Rss32,#u6)
Q6_P_roland_PIâš Experimental
Rxx32&=rol(Rss32,#u6)
Q6_P_rolnac_PIâš Experimental
Rxx32-=rol(Rss32,#u6)
Q6_P_rolor_PIâš Experimental
Rxx32|=rol(Rss32,#u6)
Q6_P_rolxacc_PIâš Experimental
Rxx32^=rol(Rss32,#u6)
Q6_P_shuffeb_PPâš Experimental
Rdd32=shuffeb(Rss32,Rtt32)
Q6_P_shuffeh_PPâš Experimental
Rdd32=shuffeh(Rss32,Rtt32)
Q6_P_shuffob_PPâš Experimental
Rdd32=shuffob(Rtt32,Rss32)
Q6_P_shuffoh_PPâš Experimental
Rdd32=shuffoh(Rtt32,Rss32)
Q6_P_sub_PPâš Experimental
Rdd32=sub(Rtt32,Rss32)
Q6_P_sxtw_Râš Experimental
Rdd32=sxtw(Rs32)
Q6_P_vabsdiffb_PPâš Experimental
Rdd32=vabsdiffb(Rtt32,Rss32)
Q6_P_vabsdiffh_PPâš Experimental
Rdd32=vabsdiffh(Rtt32,Rss32)
Q6_P_vabsdiffub_PPâš Experimental
Rdd32=vabsdiffub(Rtt32,Rss32)
Q6_P_vabsdiffw_PPâš Experimental
Rdd32=vabsdiffw(Rtt32,Rss32)
Q6_P_vabsh_Pâš Experimental
Rdd32=vabsh(Rss32)
Q6_P_vabsh_P_satâš Experimental
Rdd32=vabsh(Rss32):sat
Q6_P_vabsw_Pâš Experimental
Rdd32=vabsw(Rss32)
Q6_P_vabsw_P_satâš Experimental
Rdd32=vabsw(Rss32):sat
Q6_P_vaddb_PPâš Experimental
Rdd32=vaddb(Rss32,Rtt32)
Q6_P_vaddh_PPâš Experimental
Rdd32=vaddh(Rss32,Rtt32)
Q6_P_vaddh_PP_satâš Experimental
Rdd32=vaddh(Rss32,Rtt32):sat
Q6_P_vaddub_PPâš Experimental
Rdd32=vaddub(Rss32,Rtt32)
Q6_P_vaddub_PP_satâš Experimental
Rdd32=vaddub(Rss32,Rtt32):sat
Q6_P_vadduh_PP_satâš Experimental
Rdd32=vadduh(Rss32,Rtt32):sat
Q6_P_vaddw_PPâš Experimental
Rdd32=vaddw(Rss32,Rtt32)
Q6_P_vaddw_PP_satâš Experimental
Rdd32=vaddw(Rss32,Rtt32):sat
Q6_P_valignb_PPIâš Experimental
Rdd32=valignb(Rtt32,Rss32,#u3)
Q6_P_valignb_PPpâš Experimental
Rdd32=valignb(Rtt32,Rss32,Pu4)
Q6_P_vaslh_PIâš Experimental
Rdd32=vaslh(Rss32,#u4)
Q6_P_vaslh_PRâš Experimental
Rdd32=vaslh(Rss32,Rt32)
Q6_P_vaslw_PIâš Experimental
Rdd32=vaslw(Rss32,#u5)
Q6_P_vaslw_PRâš Experimental
Rdd32=vaslw(Rss32,Rt32)
Q6_P_vasrh_PIâš Experimental
Rdd32=vasrh(Rss32,#u4)
Q6_P_vasrh_PI_rndâš Experimental
Rdd32=vasrh(Rss32,#u4):rnd
Q6_P_vasrh_PRâš Experimental
Rdd32=vasrh(Rss32,Rt32)
Q6_P_vasrw_PIâš Experimental
Rdd32=vasrw(Rss32,#u5)
Q6_P_vasrw_PRâš Experimental
Rdd32=vasrw(Rss32,Rt32)
Q6_P_vavgh_PPâš Experimental
Rdd32=vavgh(Rss32,Rtt32)
Q6_P_vavgh_PP_crndâš Experimental
Rdd32=vavgh(Rss32,Rtt32):crnd
Q6_P_vavgh_PP_rndâš Experimental
Rdd32=vavgh(Rss32,Rtt32):rnd
Q6_P_vavgub_PPâš Experimental
Rdd32=vavgub(Rss32,Rtt32)
Q6_P_vavgub_PP_rndâš Experimental
Rdd32=vavgub(Rss32,Rtt32):rnd
Q6_P_vavguh_PPâš Experimental
Rdd32=vavguh(Rss32,Rtt32)
Q6_P_vavguh_PP_rndâš Experimental
Rdd32=vavguh(Rss32,Rtt32):rnd
Q6_P_vavguw_PPâš Experimental
Rdd32=vavguw(Rss32,Rtt32)
Q6_P_vavguw_PP_rndâš Experimental
Rdd32=vavguw(Rss32,Rtt32):rnd
Q6_P_vavgw_PPâš Experimental
Rdd32=vavgw(Rss32,Rtt32)
Q6_P_vavgw_PP_crndâš Experimental
Rdd32=vavgw(Rss32,Rtt32):crnd
Q6_P_vavgw_PP_rndâš Experimental
Rdd32=vavgw(Rss32,Rtt32):rnd
Q6_P_vclip_PIâš Experimental
Rdd32=vclip(Rss32,#u5)
Q6_P_vcmpyi_PP_s1_satâš Experimental
Rdd32=vcmpyi(Rss32,Rtt32):<<1:sat
Q6_P_vcmpyi_PP_satâš Experimental
Rdd32=vcmpyi(Rss32,Rtt32):sat
Q6_P_vcmpyiacc_PP_satâš Experimental
Rxx32+=vcmpyi(Rss32,Rtt32):sat
Q6_P_vcmpyr_PP_s1_satâš Experimental
Rdd32=vcmpyr(Rss32,Rtt32):<<1:sat
Q6_P_vcmpyr_PP_satâš Experimental
Rdd32=vcmpyr(Rss32,Rtt32):sat
Q6_P_vcmpyracc_PP_satâš Experimental
Rxx32+=vcmpyr(Rss32,Rtt32):sat
Q6_P_vcnegh_PRâš Experimental
Rdd32=vcnegh(Rss32,Rt32)
Q6_P_vconj_P_satâš Experimental
Rdd32=vconj(Rss32):sat
Q6_P_vcrotate_PRâš Experimental
Rdd32=vcrotate(Rss32,Rt32)
Q6_P_vdmpy_PP_s1_satâš Experimental
Rdd32=vdmpy(Rss32,Rtt32):<<1:sat
Q6_P_vdmpy_PP_satâš Experimental
Rdd32=vdmpy(Rss32,Rtt32):sat
Q6_P_vdmpyacc_PP_s1_satâš Experimental
Rxx32+=vdmpy(Rss32,Rtt32):<<1:sat
Q6_P_vdmpyacc_PP_satâš Experimental
Rxx32+=vdmpy(Rss32,Rtt32):sat
Q6_P_vdmpybsu_PP_satâš Experimental
Rdd32=vdmpybsu(Rss32,Rtt32):sat
Q6_P_vdmpybsuacc_PP_satâš Experimental
Rxx32+=vdmpybsu(Rss32,Rtt32):sat
Q6_P_vdmpyw_PPâš Experimental
Rdd32=vdmpyw(Rss32,Rtt32)
Q6_P_vdmpywacc_PPâš Experimental
Rxx32+=vdmpyw(Rss32,Rtt32)
Q6_P_vlslh_PRâš Experimental
Rdd32=vlslh(Rss32,Rt32)
Q6_P_vlslw_PRâš Experimental
Rdd32=vlslw(Rss32,Rt32)
Q6_P_vlsrh_PIâš Experimental
Rdd32=vlsrh(Rss32,#u4)
Q6_P_vlsrh_PRâš Experimental
Rdd32=vlsrh(Rss32,Rt32)
Q6_P_vlsrw_PIâš Experimental
Rdd32=vlsrw(Rss32,#u5)
Q6_P_vlsrw_PRâš Experimental
Rdd32=vlsrw(Rss32,Rt32)
Q6_P_vmaxb_PPâš Experimental
Rdd32=vmaxb(Rtt32,Rss32)
Q6_P_vmaxh_PPâš Experimental
Rdd32=vmaxh(Rtt32,Rss32)
Q6_P_vmaxub_PPâš Experimental
Rdd32=vmaxub(Rtt32,Rss32)
Q6_P_vmaxuh_PPâš Experimental
Rdd32=vmaxuh(Rtt32,Rss32)
Q6_P_vmaxuw_PPâš Experimental
Rdd32=vmaxuw(Rtt32,Rss32)
Q6_P_vmaxw_PPâš Experimental
Rdd32=vmaxw(Rtt32,Rss32)
Q6_P_vminb_PPâš Experimental
Rdd32=vminb(Rtt32,Rss32)
Q6_P_vminh_PPâš Experimental
Rdd32=vminh(Rtt32,Rss32)
Q6_P_vminub_PPâš Experimental
Rdd32=vminub(Rtt32,Rss32)
Q6_P_vminuh_PPâš Experimental
Rdd32=vminuh(Rtt32,Rss32)
Q6_P_vminuw_PPâš Experimental
Rdd32=vminuw(Rtt32,Rss32)
Q6_P_vminw_PPâš Experimental
Rdd32=vminw(Rtt32,Rss32)
Q6_P_vmpybsu_RRâš Experimental
Rdd32=vmpybsu(Rs32,Rt32)
Q6_P_vmpybsuacc_RRâš Experimental
Rxx32+=vmpybsu(Rs32,Rt32)
Q6_P_vmpybu_RRâš Experimental
Rdd32=vmpybu(Rs32,Rt32)
Q6_P_vmpybuacc_RRâš Experimental
Rxx32+=vmpybu(Rs32,Rt32)
Q6_P_vmpyeh_PP_s1_satâš Experimental
Rdd32=vmpyeh(Rss32,Rtt32):<<1:sat
Q6_P_vmpyeh_PP_satâš Experimental
Rdd32=vmpyeh(Rss32,Rtt32):sat
Q6_P_vmpyehacc_PPâš Experimental
Rxx32+=vmpyeh(Rss32,Rtt32)
Q6_P_vmpyehacc_PP_s1_satâš Experimental
Rxx32+=vmpyeh(Rss32,Rtt32):<<1:sat
Q6_P_vmpyehacc_PP_satâš Experimental
Rxx32+=vmpyeh(Rss32,Rtt32):sat
Q6_P_vmpyh_RR_s1_satâš Experimental
Rdd32=vmpyh(Rs32,Rt32):<<1:sat
Q6_P_vmpyh_RR_satâš Experimental
Rdd32=vmpyh(Rs32,Rt32):sat
Q6_P_vmpyhacc_RRâš Experimental
Rxx32+=vmpyh(Rs32,Rt32)
Q6_P_vmpyhacc_RR_s1_satâš Experimental
Rxx32+=vmpyh(Rs32,Rt32):<<1:sat
Q6_P_vmpyhacc_RR_satâš Experimental
Rxx32+=vmpyh(Rs32,Rt32):sat
Q6_P_vmpyhsu_RR_s1_satâš Experimental
Rdd32=vmpyhsu(Rs32,Rt32):<<1:sat
Q6_P_vmpyhsu_RR_satâš Experimental
Rdd32=vmpyhsu(Rs32,Rt32):sat
Q6_P_vmpyhsuacc_RR_s1_satâš Experimental
Rxx32+=vmpyhsu(Rs32,Rt32):<<1:sat
Q6_P_vmpyhsuacc_RR_satâš Experimental
Rxx32+=vmpyhsu(Rs32,Rt32):sat
Q6_P_vmpyweh_PP_rnd_satâš Experimental
Rdd32=vmpyweh(Rss32,Rtt32):rnd:sat
Q6_P_vmpyweh_PP_s1_rnd_satâš Experimental
Rdd32=vmpyweh(Rss32,Rtt32):<<1:rnd:sat
Q6_P_vmpyweh_PP_s1_satâš Experimental
Rdd32=vmpyweh(Rss32,Rtt32):<<1:sat
Q6_P_vmpyweh_PP_satâš Experimental
Rdd32=vmpyweh(Rss32,Rtt32):sat
Q6_P_vmpywehacc_PP_rnd_satâš Experimental
Rxx32+=vmpyweh(Rss32,Rtt32):rnd:sat
Q6_P_vmpywehacc_PP_s1_rnd_satâš Experimental
Rxx32+=vmpyweh(Rss32,Rtt32):<<1:rnd:sat
Q6_P_vmpywehacc_PP_s1_satâš Experimental
Rxx32+=vmpyweh(Rss32,Rtt32):<<1:sat
Q6_P_vmpywehacc_PP_satâš Experimental
Rxx32+=vmpyweh(Rss32,Rtt32):sat
Q6_P_vmpyweuh_PP_rnd_satâš Experimental
Rdd32=vmpyweuh(Rss32,Rtt32):rnd:sat
Q6_P_vmpyweuh_PP_s1_rnd_satâš Experimental
Rdd32=vmpyweuh(Rss32,Rtt32):<<1:rnd:sat
Q6_P_vmpyweuh_PP_s1_satâš Experimental
Rdd32=vmpyweuh(Rss32,Rtt32):<<1:sat
Q6_P_vmpyweuh_PP_satâš Experimental
Rdd32=vmpyweuh(Rss32,Rtt32):sat
Q6_P_vmpyweuhacc_PP_rnd_satâš Experimental
Rxx32+=vmpyweuh(Rss32,Rtt32):rnd:sat
Q6_P_vmpyweuhacc_PP_s1_rnd_satâš Experimental
Rxx32+=vmpyweuh(Rss32,Rtt32):<<1:rnd:sat
Q6_P_vmpyweuhacc_PP_s1_satâš Experimental
Rxx32+=vmpyweuh(Rss32,Rtt32):<<1:sat
Q6_P_vmpyweuhacc_PP_satâš Experimental
Rxx32+=vmpyweuh(Rss32,Rtt32):sat
Q6_P_vmpywoh_PP_rnd_satâš Experimental
Rdd32=vmpywoh(Rss32,Rtt32):rnd:sat
Q6_P_vmpywoh_PP_s1_rnd_satâš Experimental
Rdd32=vmpywoh(Rss32,Rtt32):<<1:rnd:sat
Q6_P_vmpywoh_PP_s1_satâš Experimental
Rdd32=vmpywoh(Rss32,Rtt32):<<1:sat
Q6_P_vmpywoh_PP_satâš Experimental
Rdd32=vmpywoh(Rss32,Rtt32):sat
Q6_P_vmpywohacc_PP_rnd_satâš Experimental
Rxx32+=vmpywoh(Rss32,Rtt32):rnd:sat
Q6_P_vmpywohacc_PP_s1_rnd_satâš Experimental
Rxx32+=vmpywoh(Rss32,Rtt32):<<1:rnd:sat
Q6_P_vmpywohacc_PP_s1_satâš Experimental
Rxx32+=vmpywoh(Rss32,Rtt32):<<1:sat
Q6_P_vmpywohacc_PP_satâš Experimental
Rxx32+=vmpywoh(Rss32,Rtt32):sat
Q6_P_vmpywouh_PP_rnd_satâš Experimental
Rdd32=vmpywouh(Rss32,Rtt32):rnd:sat
Q6_P_vmpywouh_PP_s1_rnd_satâš Experimental
Rdd32=vmpywouh(Rss32,Rtt32):<<1:rnd:sat
Q6_P_vmpywouh_PP_s1_satâš Experimental
Rdd32=vmpywouh(Rss32,Rtt32):<<1:sat
Q6_P_vmpywouh_PP_satâš Experimental
Rdd32=vmpywouh(Rss32,Rtt32):sat
Q6_P_vmpywouhacc_PP_rnd_satâš Experimental
Rxx32+=vmpywouh(Rss32,Rtt32):rnd:sat
Q6_P_vmpywouhacc_PP_s1_rnd_satâš Experimental
Rxx32+=vmpywouh(Rss32,Rtt32):<<1:rnd:sat
Q6_P_vmpywouhacc_PP_s1_satâš Experimental
Rxx32+=vmpywouh(Rss32,Rtt32):<<1:sat
Q6_P_vmpywouhacc_PP_satâš Experimental
Rxx32+=vmpywouh(Rss32,Rtt32):sat
Q6_P_vmux_pPPâš Experimental
Rdd32=vmux(Pu4,Rss32,Rtt32)
Q6_P_vnavgh_PPâš Experimental
Rdd32=vnavgh(Rtt32,Rss32)
Q6_P_vnavgh_PP_crnd_satâš Experimental
Rdd32=vnavgh(Rtt32,Rss32):crnd:sat
Q6_P_vnavgh_PP_rnd_satâš Experimental
Rdd32=vnavgh(Rtt32,Rss32):rnd:sat
Q6_P_vnavgw_PPâš Experimental
Rdd32=vnavgw(Rtt32,Rss32)
Q6_P_vnavgw_PP_crnd_satâš Experimental
Rdd32=vnavgw(Rtt32,Rss32):crnd:sat
Q6_P_vnavgw_PP_rnd_satâš Experimental
Rdd32=vnavgw(Rtt32,Rss32):rnd:sat
Q6_P_vpmpyh_RRâš Experimental
Rdd32=vpmpyh(Rs32,Rt32)
Q6_P_vpmpyhxacc_RRâš Experimental
Rxx32^=vpmpyh(Rs32,Rt32)
Q6_P_vraddub_PPâš Experimental
Rdd32=vraddub(Rss32,Rtt32)
Q6_P_vraddubacc_PPâš Experimental
Rxx32+=vraddub(Rss32,Rtt32)
Q6_P_vrcmpyi_PPâš Experimental
Rdd32=vrcmpyi(Rss32,Rtt32)
Q6_P_vrcmpyi_PP_conjâš Experimental
Rdd32=vrcmpyi(Rss32,Rtt32*)
Q6_P_vrcmpyiacc_PPâš Experimental
Rxx32+=vrcmpyi(Rss32,Rtt32)
Q6_P_vrcmpyiacc_PP_conjâš Experimental
Rxx32+=vrcmpyi(Rss32,Rtt32*)
Q6_P_vrcmpyr_PPâš Experimental
Rdd32=vrcmpyr(Rss32,Rtt32)
Q6_P_vrcmpyr_PP_conjâš Experimental
Rdd32=vrcmpyr(Rss32,Rtt32*)
Q6_P_vrcmpyracc_PPâš Experimental
Rxx32+=vrcmpyr(Rss32,Rtt32)
Q6_P_vrcmpyracc_PP_conjâš Experimental
Rxx32+=vrcmpyr(Rss32,Rtt32*)
Q6_P_vrcmpys_PR_s1_satâš Experimental
Rdd32=vrcmpys(Rss32,Rt32):<<1:sat
Q6_P_vrcmpysacc_PR_s1_satâš Experimental
Rxx32+=vrcmpys(Rss32,Rt32):<<1:sat
Q6_P_vrcneghacc_PRâš Experimental
Rxx32+=vrcnegh(Rss32,Rt32)
Q6_P_vrcrotate_PRIâš Experimental
Rdd32=vrcrotate(Rss32,Rt32,#u2)
Q6_P_vrcrotateacc_PRIâš Experimental
Rxx32+=vrcrotate(Rss32,Rt32,#u2)
Q6_P_vrmaxh_PRâš Experimental
Rxx32=vrmaxh(Rss32,Ru32)
Q6_P_vrmaxuh_PRâš Experimental
Rxx32=vrmaxuh(Rss32,Ru32)
Q6_P_vrmaxuw_PRâš Experimental
Rxx32=vrmaxuw(Rss32,Ru32)
Q6_P_vrmaxw_PRâš Experimental
Rxx32=vrmaxw(Rss32,Ru32)
Q6_P_vrminh_PRâš Experimental
Rxx32=vrminh(Rss32,Ru32)
Q6_P_vrminuh_PRâš Experimental
Rxx32=vrminuh(Rss32,Ru32)
Q6_P_vrminuw_PRâš Experimental
Rxx32=vrminuw(Rss32,Ru32)
Q6_P_vrminw_PRâš Experimental
Rxx32=vrminw(Rss32,Ru32)
Q6_P_vrmpybsu_PPâš Experimental
Rdd32=vrmpybsu(Rss32,Rtt32)
Q6_P_vrmpybsuacc_PPâš Experimental
Rxx32+=vrmpybsu(Rss32,Rtt32)
Q6_P_vrmpybu_PPâš Experimental
Rdd32=vrmpybu(Rss32,Rtt32)
Q6_P_vrmpybuacc_PPâš Experimental
Rxx32+=vrmpybu(Rss32,Rtt32)
Q6_P_vrmpyh_PPâš Experimental
Rdd32=vrmpyh(Rss32,Rtt32)
Q6_P_vrmpyhacc_PPâš Experimental
Rxx32+=vrmpyh(Rss32,Rtt32)
Q6_P_vrmpyweh_PPâš Experimental
Rdd32=vrmpyweh(Rss32,Rtt32)
Q6_P_vrmpyweh_PP_s1âš Experimental
Rdd32=vrmpyweh(Rss32,Rtt32):<<1
Q6_P_vrmpywehacc_PPâš Experimental
Rxx32+=vrmpyweh(Rss32,Rtt32)
Q6_P_vrmpywehacc_PP_s1âš Experimental
Rxx32+=vrmpyweh(Rss32,Rtt32):<<1
Q6_P_vrmpywoh_PPâš Experimental
Rdd32=vrmpywoh(Rss32,Rtt32)
Q6_P_vrmpywoh_PP_s1âš Experimental
Rdd32=vrmpywoh(Rss32,Rtt32):<<1
Q6_P_vrmpywohacc_PPâš Experimental
Rxx32+=vrmpywoh(Rss32,Rtt32)
Q6_P_vrmpywohacc_PP_s1âš Experimental
Rxx32+=vrmpywoh(Rss32,Rtt32):<<1
Q6_P_vrsadub_PPâš Experimental
Rdd32=vrsadub(Rss32,Rtt32)
Q6_P_vrsadubacc_PPâš Experimental
Rxx32+=vrsadub(Rss32,Rtt32)
Q6_P_vsathb_Pâš Experimental
Rdd32=vsathb(Rss32)
Q6_P_vsathub_Pâš Experimental
Rdd32=vsathub(Rss32)
Q6_P_vsatwh_Pâš Experimental
Rdd32=vsatwh(Rss32)
Q6_P_vsatwuh_Pâš Experimental
Rdd32=vsatwuh(Rss32)
Q6_P_vsplatb_Râš Experimental
Rdd32=vsplatb(Rs32)
Q6_P_vsplath_Râš Experimental
Rdd32=vsplath(Rs32)
Q6_P_vspliceb_PPIâš Experimental
Rdd32=vspliceb(Rss32,Rtt32,#u3)
Q6_P_vspliceb_PPpâš Experimental
Rdd32=vspliceb(Rss32,Rtt32,Pu4)
Q6_P_vsubb_PPâš Experimental
Rdd32=vsubb(Rss32,Rtt32)
Q6_P_vsubh_PPâš Experimental
Rdd32=vsubh(Rtt32,Rss32)
Q6_P_vsubh_PP_satâš Experimental
Rdd32=vsubh(Rtt32,Rss32):sat
Q6_P_vsubub_PPâš Experimental
Rdd32=vsubub(Rtt32,Rss32)
Q6_P_vsubub_PP_satâš Experimental
Rdd32=vsubub(Rtt32,Rss32):sat
Q6_P_vsubuh_PP_satâš Experimental
Rdd32=vsubuh(Rtt32,Rss32):sat
Q6_P_vsubw_PPâš Experimental
Rdd32=vsubw(Rtt32,Rss32)
Q6_P_vsubw_PP_satâš Experimental
Rdd32=vsubw(Rtt32,Rss32):sat
Q6_P_vsxtbh_Râš Experimental
Rdd32=vsxtbh(Rs32)
Q6_P_vsxthw_Râš Experimental
Rdd32=vsxthw(Rs32)
Q6_P_vtrunehb_PPâš Experimental
Rdd32=vtrunehb(Rss32,Rtt32)
Q6_P_vtrunewh_PPâš Experimental
Rdd32=vtrunewh(Rss32,Rtt32)
Q6_P_vtrunohb_PPâš Experimental
Rdd32=vtrunohb(Rss32,Rtt32)
Q6_P_vtrunowh_PPâš Experimental
Rdd32=vtrunowh(Rss32,Rtt32)
Q6_P_vxaddsubh_PP_rnd_rs1_satâš Experimental
Rdd32=vxaddsubh(Rss32,Rtt32):rnd:>>1:sat
Q6_P_vxaddsubh_PP_satâš Experimental
Rdd32=vxaddsubh(Rss32,Rtt32):sat
Q6_P_vxaddsubw_PP_satâš Experimental
Rdd32=vxaddsubw(Rss32,Rtt32):sat
Q6_P_vxsubaddh_PP_rnd_rs1_satâš Experimental
Rdd32=vxsubaddh(Rss32,Rtt32):rnd:>>1:sat
Q6_P_vxsubaddh_PP_satâš Experimental
Rdd32=vxsubaddh(Rss32,Rtt32):sat
Q6_P_vxsubaddw_PP_satâš Experimental
Rdd32=vxsubaddw(Rss32,Rtt32):sat
Q6_P_vzxtbh_Râš Experimental
Rdd32=vzxtbh(Rs32)
Q6_P_vzxthw_Râš Experimental
Rdd32=vzxthw(Rs32)
Q6_P_xor_PPâš Experimental
Rdd32=xor(Rss32,Rtt32)
Q6_P_xorxacc_PPâš Experimental
Rxx32^=xor(Rss32,Rtt32)
Q6_R_abs_Râš Experimental
Rd32=abs(Rs32)
Q6_R_abs_R_satâš Experimental
Rd32=abs(Rs32):sat
Q6_R_add_RIâš Experimental
Rd32=add(Rs32,#s16)
Q6_R_add_RRâš Experimental
Rd32=add(Rs32,Rt32)
Q6_R_add_RR_satâš Experimental
Rd32=add(Rs32,Rt32):sat
Q6_R_add_RhRh_s16âš Experimental
Rd32=add(Rt32.h,Rs32.h):<<16
Q6_R_add_RhRh_sat_s16âš Experimental
Rd32=add(Rt32.h,Rs32.h):sat:<<16
Q6_R_add_RhRl_s16âš Experimental
Rd32=add(Rt32.h,Rs32.l):<<16
Q6_R_add_RhRl_sat_s16âš Experimental
Rd32=add(Rt32.h,Rs32.l):sat:<<16
Q6_R_add_RlRhâš Experimental
Rd32=add(Rt32.l,Rs32.h)
Q6_R_add_RlRh_s16âš Experimental
Rd32=add(Rt32.l,Rs32.h):<<16
Q6_R_add_RlRh_satâš Experimental
Rd32=add(Rt32.l,Rs32.h):sat
Q6_R_add_RlRh_sat_s16âš Experimental
Rd32=add(Rt32.l,Rs32.h):sat:<<16
Q6_R_add_RlRlâš Experimental
Rd32=add(Rt32.l,Rs32.l)
Q6_R_add_RlRl_s16âš Experimental
Rd32=add(Rt32.l,Rs32.l):<<16
Q6_R_add_RlRl_satâš Experimental
Rd32=add(Rt32.l,Rs32.l):sat
Q6_R_add_RlRl_sat_s16âš Experimental
Rd32=add(Rt32.l,Rs32.l):sat:<<16
Q6_R_add_add_RRIâš Experimental
Rd32=add(Rs32,add(Ru32,#s6))
Q6_R_add_asl_IRIâš Experimental
Rx32=add(#u8,asl(Rx32,#U5))
Q6_R_add_clb_PIâš Experimental
Rd32=add(clb(Rss32),#s6)
Q6_R_add_clb_RIâš Experimental
Rd32=add(clb(Rs32),#s6)
Q6_R_add_lsr_IRIâš Experimental
Rx32=add(#u8,lsr(Rx32,#U5))
Q6_R_add_mpyi_IRIâš Experimental
Rd32=add(#u6,mpyi(Rs32,#U6))
Q6_R_add_mpyi_IRRâš Experimental
Rd32=add(#u6,mpyi(Rs32,Rt32))
Q6_R_add_mpyi_RIRâš Experimental
Rd32=add(Ru32,mpyi(#u6:2,Rs32))
Q6_R_add_mpyi_RRIâš Experimental
Rd32=add(Ru32,mpyi(Rs32,#u6))
Q6_R_add_mpyi_RRRâš Experimental
Ry32=add(Ru32,mpyi(Ry32,Rs32))
Q6_R_add_sub_RIRâš Experimental
Rd32=add(Rs32,sub(#s6,Ru32))
Q6_R_addacc_RIâš Experimental
Rx32+=add(Rs32,#s8)
Q6_R_addacc_RRâš Experimental
Rx32+=add(Rs32,Rt32)
Q6_R_addasl_RRIâš Experimental
Rd32=addasl(Rt32,Rs32,#u3)
Q6_R_addnac_RIâš Experimental
Rx32-=add(Rs32,#s8)
Q6_R_addnac_RRâš Experimental
Rx32-=add(Rs32,Rt32)
Q6_R_and_RIâš Experimental
Rd32=and(Rs32,#s10)
Q6_R_and_RRâš Experimental
Rd32=and(Rs32,Rt32)
Q6_R_and_RnRâš Experimental
Rd32=and(Rt32,~Rs32)
Q6_R_and_asl_IRIâš Experimental
Rx32=and(#u8,asl(Rx32,#U5))
Q6_R_and_lsr_IRIâš Experimental
Rx32=and(#u8,lsr(Rx32,#U5))
Q6_R_andand_RRâš Experimental
Rx32&=and(Rs32,Rt32)
Q6_R_andand_RnRâš Experimental
Rx32&=and(Rs32,~Rt32)
Q6_R_andor_RIâš Experimental
Rx32|=and(Rs32,#s10)
Q6_R_andor_RRâš Experimental
Rx32|=and(Rs32,Rt32)
Q6_R_andor_RnRâš Experimental
Rx32|=and(Rs32,~Rt32)
Q6_R_andxacc_RRâš Experimental
Rx32^=and(Rs32,Rt32)
Q6_R_andxacc_RnRâš Experimental
Rx32^=and(Rs32,~Rt32)
Q6_R_asl_RIâš Experimental
Rd32=asl(Rs32,#u5)
Q6_R_asl_RI_satâš Experimental
Rd32=asl(Rs32,#u5):sat
Q6_R_asl_RRâš Experimental
Rd32=asl(Rs32,Rt32)
Q6_R_asl_RR_satâš Experimental
Rd32=asl(Rs32,Rt32):sat
Q6_R_aslacc_RIâš Experimental
Rx32+=asl(Rs32,#u5)
Q6_R_aslacc_RRâš Experimental
Rx32+=asl(Rs32,Rt32)
Q6_R_asland_RIâš Experimental
Rx32&=asl(Rs32,#u5)
Q6_R_asland_RRâš Experimental
Rx32&=asl(Rs32,Rt32)
Q6_R_aslh_Râš Experimental
Rd32=aslh(Rs32)
Q6_R_aslnac_RIâš Experimental
Rx32-=asl(Rs32,#u5)
Q6_R_aslnac_RRâš Experimental
Rx32-=asl(Rs32,Rt32)
Q6_R_aslor_RIâš Experimental
Rx32|=asl(Rs32,#u5)
Q6_R_aslor_RRâš Experimental
Rx32|=asl(Rs32,Rt32)
Q6_R_aslxacc_RIâš Experimental
Rx32^=asl(Rs32,#u5)
Q6_R_asr_RIâš Experimental
Rd32=asr(Rs32,#u5)
Q6_R_asr_RI_rndâš Experimental
Rd32=asr(Rs32,#u5):rnd
Q6_R_asr_RRâš Experimental
Rd32=asr(Rs32,Rt32)
Q6_R_asr_RR_satâš Experimental
Rd32=asr(Rs32,Rt32):sat
Q6_R_asracc_RIâš Experimental
Rx32+=asr(Rs32,#u5)
Q6_R_asracc_RRâš Experimental
Rx32+=asr(Rs32,Rt32)
Q6_R_asrand_RIâš Experimental
Rx32&=asr(Rs32,#u5)
Q6_R_asrand_RRâš Experimental
Rx32&=asr(Rs32,Rt32)
Q6_R_asrh_Râš Experimental
Rd32=asrh(Rs32)
Q6_R_asrnac_RIâš Experimental
Rx32-=asr(Rs32,#u5)
Q6_R_asrnac_RRâš Experimental
Rx32-=asr(Rs32,Rt32)
Q6_R_asror_RIâš Experimental
Rx32|=asr(Rs32,#u5)
Q6_R_asror_RRâš Experimental
Rx32|=asr(Rs32,Rt32)
Q6_R_asrrnd_RIâš Experimental
Rd32=asrrnd(Rs32,#u5)
Q6_R_brev_Râš Experimental
Rd32=brev(Rs32)
Q6_R_cl0_Pâš Experimental
Rd32=cl0(Rss32)
Q6_R_cl0_Râš Experimental
Rd32=cl0(Rs32)
Q6_R_cl1_Pâš Experimental
Rd32=cl1(Rss32)
Q6_R_cl1_Râš Experimental
Rd32=cl1(Rs32)
Q6_R_clb_Pâš Experimental
Rd32=clb(Rss32)
Q6_R_clb_Râš Experimental
Rd32=clb(Rs32)
Q6_R_clip_RIâš Experimental
Rd32=clip(Rs32,#u5)
Q6_R_clrbit_RIâš Experimental
Rd32=clrbit(Rs32,#u5)
Q6_R_clrbit_RRâš Experimental
Rd32=clrbit(Rs32,Rt32)
Q6_R_cmp_eq_RIâš Experimental
Rd32=cmp.eq(Rs32,#s8)
Q6_R_cmp_eq_RRâš Experimental
Rd32=cmp.eq(Rs32,Rt32)
Q6_R_cmpy_RR_conj_rnd_satâš Experimental
Rd32=cmpy(Rs32,Rt32*):rnd:sat
Q6_R_cmpy_RR_conj_s1_rnd_satâš Experimental
Rd32=cmpy(Rs32,Rt32*):<<1:rnd:sat
Q6_R_cmpy_RR_rnd_satâš Experimental
Rd32=cmpy(Rs32,Rt32):rnd:sat
Q6_R_cmpy_RR_s1_rnd_satâš Experimental
Rd32=cmpy(Rs32,Rt32):<<1:rnd:sat
Q6_R_cmpyiw_PP_conj_s1_rnd_satâš Experimental
Rd32=cmpyiw(Rss32,Rtt32*):<<1:rnd:sat
Q6_R_cmpyiw_PP_conj_s1_satâš Experimental
Rd32=cmpyiw(Rss32,Rtt32*):<<1:sat
Q6_R_cmpyiw_PP_s1_rnd_satâš Experimental
Rd32=cmpyiw(Rss32,Rtt32):<<1:rnd:sat
Q6_R_cmpyiw_PP_s1_satâš Experimental
Rd32=cmpyiw(Rss32,Rtt32):<<1:sat
Q6_R_cmpyiwh_PR_conj_s1_rnd_satâš Experimental
Rd32=cmpyiwh(Rss32,Rt32*):<<1:rnd:sat
Q6_R_cmpyiwh_PR_s1_rnd_satâš Experimental
Rd32=cmpyiwh(Rss32,Rt32):<<1:rnd:sat
Q6_R_cmpyrw_PP_conj_s1_rnd_satâš Experimental
Rd32=cmpyrw(Rss32,Rtt32*):<<1:rnd:sat
Q6_R_cmpyrw_PP_conj_s1_satâš Experimental
Rd32=cmpyrw(Rss32,Rtt32*):<<1:sat
Q6_R_cmpyrw_PP_s1_rnd_satâš Experimental
Rd32=cmpyrw(Rss32,Rtt32):<<1:rnd:sat
Q6_R_cmpyrw_PP_s1_satâš Experimental
Rd32=cmpyrw(Rss32,Rtt32):<<1:sat
Q6_R_cmpyrwh_PR_conj_s1_rnd_satâš Experimental
Rd32=cmpyrwh(Rss32,Rt32*):<<1:rnd:sat
Q6_R_cmpyrwh_PR_s1_rnd_satâš Experimental
Rd32=cmpyrwh(Rss32,Rt32):<<1:rnd:sat
Q6_R_combine_RhRhâš Experimental
Rd32=combine(Rt32.h,Rs32.h)
Q6_R_combine_RhRlâš Experimental
Rd32=combine(Rt32.h,Rs32.l)
Q6_R_combine_RlRhâš Experimental
Rd32=combine(Rt32.l,Rs32.h)
Q6_R_combine_RlRlâš Experimental
Rd32=combine(Rt32.l,Rs32.l)
Q6_R_convert_d2sf_Pâš Experimental
Rd32=convert_d2sf(Rss32)
Q6_R_convert_df2sf_Pâš Experimental
Rd32=convert_df2sf(Rss32)
Q6_R_convert_df2uw_Pâš Experimental
Rd32=convert_df2uw(Rss32)
Q6_R_convert_df2uw_P_chopâš Experimental
Rd32=convert_df2uw(Rss32):chop
Q6_R_convert_df2w_Pâš Experimental
Rd32=convert_df2w(Rss32)
Q6_R_convert_df2w_P_chopâš Experimental
Rd32=convert_df2w(Rss32):chop
Q6_R_convert_sf2uw_Râš Experimental
Rd32=convert_sf2uw(Rs32)
Q6_R_convert_sf2uw_R_chopâš Experimental
Rd32=convert_sf2uw(Rs32):chop
Q6_R_convert_sf2w_Râš Experimental
Rd32=convert_sf2w(Rs32)
Q6_R_convert_sf2w_R_chopâš Experimental
Rd32=convert_sf2w(Rs32):chop
Q6_R_convert_ud2sf_Pâš Experimental
Rd32=convert_ud2sf(Rss32)
Q6_R_convert_uw2sf_Râš Experimental
Rd32=convert_uw2sf(Rs32)
Q6_R_convert_w2sf_Râš Experimental
Rd32=convert_w2sf(Rs32)
Q6_R_cround_RIâš Experimental
Rd32=cround(Rs32,#u5)
Q6_R_cround_RRâš Experimental
Rd32=cround(Rs32,Rt32)
Q6_R_ct0_Pâš Experimental
Rd32=ct0(Rss32)
Q6_R_ct0_Râš Experimental
Rd32=ct0(Rs32)
Q6_R_ct1_Pâš Experimental
Rd32=ct1(Rss32)
Q6_R_ct1_Râš Experimental
Rd32=ct1(Rs32)
Q6_R_dmpauseâš Experimental
Rd32=dmpause
Q6_R_dmpollâš Experimental
Rd32=dmpoll
Q6_R_dmwaitâš Experimental
Rd32=dmwait
Q6_R_equals_Iâš Experimental
Rd32=#s16
Q6_R_equals_Râš Experimental
Rd32=Rs32
Q6_R_equals_pâš Experimental
Rd32=Ps4
Q6_R_extract_RIIâš Experimental
Rd32=extract(Rs32,#u5,#U5)
Q6_R_extract_RPâš Experimental
Rd32=extract(Rs32,Rtt32)
Q6_R_extractu_RIIâš Experimental
Rd32=extractu(Rs32,#u5,#U5)
Q6_R_extractu_RPâš Experimental
Rd32=extractu(Rs32,Rtt32)
Q6_R_insert_RIIâš Experimental
Rx32=insert(Rs32,#u5,#U5)
Q6_R_insert_RPâš Experimental
Rx32=insert(Rs32,Rtt32)
Q6_R_lsl_IRâš Experimental
Rd32=lsl(#s6,Rt32)
Q6_R_lsl_RRâš Experimental
Rd32=lsl(Rs32,Rt32)
Q6_R_lslacc_RRâš Experimental
Rx32+=lsl(Rs32,Rt32)
Q6_R_lsland_RRâš Experimental
Rx32&=lsl(Rs32,Rt32)
Q6_R_lslnac_RRâš Experimental
Rx32-=lsl(Rs32,Rt32)
Q6_R_lslor_RRâš Experimental
Rx32|=lsl(Rs32,Rt32)
Q6_R_lsr_RIâš Experimental
Rd32=lsr(Rs32,#u5)
Q6_R_lsr_RRâš Experimental
Rd32=lsr(Rs32,Rt32)
Q6_R_lsracc_RIâš Experimental
Rx32+=lsr(Rs32,#u5)
Q6_R_lsracc_RRâš Experimental
Rx32+=lsr(Rs32,Rt32)
Q6_R_lsrand_RIâš Experimental
Rx32&=lsr(Rs32,#u5)
Q6_R_lsrand_RRâš Experimental
Rx32&=lsr(Rs32,Rt32)
Q6_R_lsrnac_RIâš Experimental
Rx32-=lsr(Rs32,#u5)
Q6_R_lsrnac_RRâš Experimental
Rx32-=lsr(Rs32,Rt32)
Q6_R_lsror_RIâš Experimental
Rx32|=lsr(Rs32,#u5)
Q6_R_lsror_RRâš Experimental
Rx32|=lsr(Rs32,Rt32)
Q6_R_lsrxacc_RIâš Experimental
Rx32^=lsr(Rs32,#u5)
Q6_R_mask_IIâš Experimental
Rd32=mask(#u5,#U5)
Q6_R_max_RRâš Experimental
Rd32=max(Rs32,Rt32)
Q6_R_maxu_RRâš Experimental
Rd32=maxu(Rs32,Rt32)
Q6_R_min_RRâš Experimental
Rd32=min(Rt32,Rs32)
Q6_R_minu_RRâš Experimental
Rd32=minu(Rt32,Rs32)
Q6_R_modwrap_RRâš Experimental
Rd32=modwrap(Rs32,Rt32)
Q6_R_mpy_RRâš Experimental
Rd32=mpy(Rs32,Rt32)
Q6_R_mpy_RR_rndâš Experimental
Rd32=mpy(Rs32,Rt32):rnd
Q6_R_mpy_RR_s1âš Experimental
Rd32=mpy(Rs32,Rt32):<<1
Q6_R_mpy_RR_s1_satâš Experimental
Rd32=mpy(Rs32,Rt32):<<1:sat
Q6_R_mpy_RRh_s1_rnd_satâš Experimental
Rd32=mpy(Rs32,Rt32.h):<<1:rnd:sat
Q6_R_mpy_RRh_s1_satâš Experimental
Rd32=mpy(Rs32,Rt32.h):<<1:sat
Q6_R_mpy_RRl_s1_rnd_satâš Experimental
Rd32=mpy(Rs32,Rt32.l):<<1:rnd:sat
Q6_R_mpy_RRl_s1_satâš Experimental
Rd32=mpy(Rs32,Rt32.l):<<1:sat
Q6_R_mpy_RhRhâš Experimental
Rd32=mpy(Rs32.h,Rt32.h)
Q6_R_mpy_RhRh_rndâš Experimental
Rd32=mpy(Rs32.h,Rt32.h):rnd
Q6_R_mpy_RhRh_rnd_satâš Experimental
Rd32=mpy(Rs32.h,Rt32.h):rnd:sat
Q6_R_mpy_RhRh_s1âš Experimental
Rd32=mpy(Rs32.h,Rt32.h):<<1
Q6_R_mpy_RhRh_s1_rndâš Experimental
Rd32=mpy(Rs32.h,Rt32.h):<<1:rnd
Q6_R_mpy_RhRh_s1_rnd_satâš Experimental
Rd32=mpy(Rs32.h,Rt32.h):<<1:rnd:sat
Q6_R_mpy_RhRh_s1_satâš Experimental
Rd32=mpy(Rs32.h,Rt32.h):<<1:sat
Q6_R_mpy_RhRh_satâš Experimental
Rd32=mpy(Rs32.h,Rt32.h):sat
Q6_R_mpy_RhRlâš Experimental
Rd32=mpy(Rs32.h,Rt32.l)
Q6_R_mpy_RhRl_rndâš Experimental
Rd32=mpy(Rs32.h,Rt32.l):rnd
Q6_R_mpy_RhRl_rnd_satâš Experimental
Rd32=mpy(Rs32.h,Rt32.l):rnd:sat
Q6_R_mpy_RhRl_s1âš Experimental
Rd32=mpy(Rs32.h,Rt32.l):<<1
Q6_R_mpy_RhRl_s1_rndâš Experimental
Rd32=mpy(Rs32.h,Rt32.l):<<1:rnd
Q6_R_mpy_RhRl_s1_rnd_satâš Experimental
Rd32=mpy(Rs32.h,Rt32.l):<<1:rnd:sat
Q6_R_mpy_RhRl_s1_satâš Experimental
Rd32=mpy(Rs32.h,Rt32.l):<<1:sat
Q6_R_mpy_RhRl_satâš Experimental
Rd32=mpy(Rs32.h,Rt32.l):sat
Q6_R_mpy_RlRhâš Experimental
Rd32=mpy(Rs32.l,Rt32.h)
Q6_R_mpy_RlRh_rndâš Experimental
Rd32=mpy(Rs32.l,Rt32.h):rnd
Q6_R_mpy_RlRh_rnd_satâš Experimental
Rd32=mpy(Rs32.l,Rt32.h):rnd:sat
Q6_R_mpy_RlRh_s1âš Experimental
Rd32=mpy(Rs32.l,Rt32.h):<<1
Q6_R_mpy_RlRh_s1_rndâš Experimental
Rd32=mpy(Rs32.l,Rt32.h):<<1:rnd
Q6_R_mpy_RlRh_s1_rnd_satâš Experimental
Rd32=mpy(Rs32.l,Rt32.h):<<1:rnd:sat
Q6_R_mpy_RlRh_s1_satâš Experimental
Rd32=mpy(Rs32.l,Rt32.h):<<1:sat
Q6_R_mpy_RlRh_satâš Experimental
Rd32=mpy(Rs32.l,Rt32.h):sat
Q6_R_mpy_RlRlâš Experimental
Rd32=mpy(Rs32.l,Rt32.l)
Q6_R_mpy_RlRl_rndâš Experimental
Rd32=mpy(Rs32.l,Rt32.l):rnd
Q6_R_mpy_RlRl_rnd_satâš Experimental
Rd32=mpy(Rs32.l,Rt32.l):rnd:sat
Q6_R_mpy_RlRl_s1âš Experimental
Rd32=mpy(Rs32.l,Rt32.l):<<1
Q6_R_mpy_RlRl_s1_rndâš Experimental
Rd32=mpy(Rs32.l,Rt32.l):<<1:rnd
Q6_R_mpy_RlRl_s1_rnd_satâš Experimental
Rd32=mpy(Rs32.l,Rt32.l):<<1:rnd:sat
Q6_R_mpy_RlRl_s1_satâš Experimental
Rd32=mpy(Rs32.l,Rt32.l):<<1:sat
Q6_R_mpy_RlRl_satâš Experimental
Rd32=mpy(Rs32.l,Rt32.l):sat
Q6_R_mpyacc_RR_s1_satâš Experimental
Rx32+=mpy(Rs32,Rt32):<<1:sat
Q6_R_mpyacc_RhRhâš Experimental
Rx32+=mpy(Rs32.h,Rt32.h)
Q6_R_mpyacc_RhRh_s1âš Experimental
Rx32+=mpy(Rs32.h,Rt32.h):<<1
Q6_R_mpyacc_RhRh_s1_satâš Experimental
Rx32+=mpy(Rs32.h,Rt32.h):<<1:sat
Q6_R_mpyacc_RhRh_satâš Experimental
Rx32+=mpy(Rs32.h,Rt32.h):sat
Q6_R_mpyacc_RhRlâš Experimental
Rx32+=mpy(Rs32.h,Rt32.l)
Q6_R_mpyacc_RhRl_s1âš Experimental
Rx32+=mpy(Rs32.h,Rt32.l):<<1
Q6_R_mpyacc_RhRl_s1_satâš Experimental
Rx32+=mpy(Rs32.h,Rt32.l):<<1:sat
Q6_R_mpyacc_RhRl_satâš Experimental
Rx32+=mpy(Rs32.h,Rt32.l):sat
Q6_R_mpyacc_RlRhâš Experimental
Rx32+=mpy(Rs32.l,Rt32.h)
Q6_R_mpyacc_RlRh_s1âš Experimental
Rx32+=mpy(Rs32.l,Rt32.h):<<1
Q6_R_mpyacc_RlRh_s1_satâš Experimental
Rx32+=mpy(Rs32.l,Rt32.h):<<1:sat
Q6_R_mpyacc_RlRh_satâš Experimental
Rx32+=mpy(Rs32.l,Rt32.h):sat
Q6_R_mpyacc_RlRlâš Experimental
Rx32+=mpy(Rs32.l,Rt32.l)
Q6_R_mpyacc_RlRl_s1âš Experimental
Rx32+=mpy(Rs32.l,Rt32.l):<<1
Q6_R_mpyacc_RlRl_s1_satâš Experimental
Rx32+=mpy(Rs32.l,Rt32.l):<<1:sat
Q6_R_mpyacc_RlRl_satâš Experimental
Rx32+=mpy(Rs32.l,Rt32.l):sat
Q6_R_mpyi_RIâš Experimental
Rd32=mpyi(Rs32,#m9)
Q6_R_mpyi_RRâš Experimental
Rd32=mpyi(Rs32,Rt32)
Q6_R_mpyiacc_RIâš Experimental
Rx32+=mpyi(Rs32,#u8)
Q6_R_mpyiacc_RRâš Experimental
Rx32+=mpyi(Rs32,Rt32)
Q6_R_mpyinac_RIâš Experimental
Rx32-=mpyi(Rs32,#u8)
Q6_R_mpyinac_RRâš Experimental
Rx32-=mpyi(Rs32,Rt32)
Q6_R_mpynac_RR_s1_satâš Experimental
Rx32-=mpy(Rs32,Rt32):<<1:sat
Q6_R_mpynac_RhRhâš Experimental
Rx32-=mpy(Rs32.h,Rt32.h)
Q6_R_mpynac_RhRh_s1âš Experimental
Rx32-=mpy(Rs32.h,Rt32.h):<<1
Q6_R_mpynac_RhRh_s1_satâš Experimental
Rx32-=mpy(Rs32.h,Rt32.h):<<1:sat
Q6_R_mpynac_RhRh_satâš Experimental
Rx32-=mpy(Rs32.h,Rt32.h):sat
Q6_R_mpynac_RhRlâš Experimental
Rx32-=mpy(Rs32.h,Rt32.l)
Q6_R_mpynac_RhRl_s1âš Experimental
Rx32-=mpy(Rs32.h,Rt32.l):<<1
Q6_R_mpynac_RhRl_s1_satâš Experimental
Rx32-=mpy(Rs32.h,Rt32.l):<<1:sat
Q6_R_mpynac_RhRl_satâš Experimental
Rx32-=mpy(Rs32.h,Rt32.l):sat
Q6_R_mpynac_RlRhâš Experimental
Rx32-=mpy(Rs32.l,Rt32.h)
Q6_R_mpynac_RlRh_s1âš Experimental
Rx32-=mpy(Rs32.l,Rt32.h):<<1
Q6_R_mpynac_RlRh_s1_satâš Experimental
Rx32-=mpy(Rs32.l,Rt32.h):<<1:sat
Q6_R_mpynac_RlRh_satâš Experimental
Rx32-=mpy(Rs32.l,Rt32.h):sat
Q6_R_mpynac_RlRlâš Experimental
Rx32-=mpy(Rs32.l,Rt32.l)
Q6_R_mpynac_RlRl_s1âš Experimental
Rx32-=mpy(Rs32.l,Rt32.l):<<1
Q6_R_mpynac_RlRl_s1_satâš Experimental
Rx32-=mpy(Rs32.l,Rt32.l):<<1:sat
Q6_R_mpynac_RlRl_satâš Experimental
Rx32-=mpy(Rs32.l,Rt32.l):sat
Q6_R_mpysu_RRâš Experimental
Rd32=mpysu(Rs32,Rt32)
Q6_R_mpyu_RRâš Experimental
Rd32=mpyu(Rs32,Rt32)
Q6_R_mpyu_RhRhâš Experimental
Rd32=mpyu(Rs32.h,Rt32.h)
Q6_R_mpyu_RhRh_s1âš Experimental
Rd32=mpyu(Rs32.h,Rt32.h):<<1
Q6_R_mpyu_RhRlâš Experimental
Rd32=mpyu(Rs32.h,Rt32.l)
Q6_R_mpyu_RhRl_s1âš Experimental
Rd32=mpyu(Rs32.h,Rt32.l):<<1
Q6_R_mpyu_RlRhâš Experimental
Rd32=mpyu(Rs32.l,Rt32.h)
Q6_R_mpyu_RlRh_s1âš Experimental
Rd32=mpyu(Rs32.l,Rt32.h):<<1
Q6_R_mpyu_RlRlâš Experimental
Rd32=mpyu(Rs32.l,Rt32.l)
Q6_R_mpyu_RlRl_s1âš Experimental
Rd32=mpyu(Rs32.l,Rt32.l):<<1
Q6_R_mpyuacc_RhRhâš Experimental
Rx32+=mpyu(Rs32.h,Rt32.h)
Q6_R_mpyuacc_RhRh_s1âš Experimental
Rx32+=mpyu(Rs32.h,Rt32.h):<<1
Q6_R_mpyuacc_RhRlâš Experimental
Rx32+=mpyu(Rs32.h,Rt32.l)
Q6_R_mpyuacc_RhRl_s1âš Experimental
Rx32+=mpyu(Rs32.h,Rt32.l):<<1
Q6_R_mpyuacc_RlRhâš Experimental
Rx32+=mpyu(Rs32.l,Rt32.h)
Q6_R_mpyuacc_RlRh_s1âš Experimental
Rx32+=mpyu(Rs32.l,Rt32.h):<<1
Q6_R_mpyuacc_RlRlâš Experimental
Rx32+=mpyu(Rs32.l,Rt32.l)
Q6_R_mpyuacc_RlRl_s1âš Experimental
Rx32+=mpyu(Rs32.l,Rt32.l):<<1
Q6_R_mpyui_RRâš Experimental
Rd32=mpyui(Rs32,Rt32)
Q6_R_mpyunac_RhRhâš Experimental
Rx32-=mpyu(Rs32.h,Rt32.h)
Q6_R_mpyunac_RhRh_s1âš Experimental
Rx32-=mpyu(Rs32.h,Rt32.h):<<1
Q6_R_mpyunac_RhRlâš Experimental
Rx32-=mpyu(Rs32.h,Rt32.l)
Q6_R_mpyunac_RhRl_s1âš Experimental
Rx32-=mpyu(Rs32.h,Rt32.l):<<1
Q6_R_mpyunac_RlRhâš Experimental
Rx32-=mpyu(Rs32.l,Rt32.h)
Q6_R_mpyunac_RlRh_s1âš Experimental
Rx32-=mpyu(Rs32.l,Rt32.h):<<1
Q6_R_mpyunac_RlRlâš Experimental
Rx32-=mpyu(Rs32.l,Rt32.l)
Q6_R_mpyunac_RlRl_s1âš Experimental
Rx32-=mpyu(Rs32.l,Rt32.l):<<1
Q6_R_mux_pIIâš Experimental
Rd32=mux(Pu4,#s8,#S8)
Q6_R_mux_pIRâš Experimental
Rd32=mux(Pu4,#s8,Rs32)
Q6_R_mux_pRIâš Experimental
Rd32=mux(Pu4,Rs32,#s8)
Q6_R_mux_pRRâš Experimental
Rd32=mux(Pu4,Rs32,Rt32)
Q6_R_neg_Râš Experimental
Rd32=neg(Rs32)
Q6_R_neg_R_satâš Experimental
Rd32=neg(Rs32):sat
Q6_R_normamt_Pâš Experimental
Rd32=normamt(Rss32)
Q6_R_normamt_Râš Experimental
Rd32=normamt(Rs32)
Q6_R_not_Râš Experimental
Rd32=not(Rs32)
Q6_R_not_cmp_eq_RIâš Experimental
Rd32=!cmp.eq(Rs32,#s8)
Q6_R_not_cmp_eq_RRâš Experimental
Rd32=!cmp.eq(Rs32,Rt32)
Q6_R_or_RIâš Experimental
Rd32=or(Rs32,#s10)
Q6_R_or_RRâš Experimental
Rd32=or(Rs32,Rt32)
Q6_R_or_RnRâš Experimental
Rd32=or(Rt32,~Rs32)
Q6_R_or_and_RRIâš Experimental
Rx32=or(Ru32,and(Rx32,#s10))
Q6_R_or_asl_IRIâš Experimental
Rx32=or(#u8,asl(Rx32,#U5))
Q6_R_or_lsr_IRIâš Experimental
Rx32=or(#u8,lsr(Rx32,#U5))
Q6_R_orand_RRâš Experimental
Rx32&=or(Rs32,Rt32)
Q6_R_oror_RIâš Experimental
Rx32|=or(Rs32,#s10)
Q6_R_oror_RRâš Experimental
Rx32|=or(Rs32,Rt32)
Q6_R_orxacc_RRâš Experimental
Rx32^=or(Rs32,Rt32)
Q6_R_parity_PPâš Experimental
Rd32=parity(Rss32,Rtt32)
Q6_R_parity_RRâš Experimental
Rd32=parity(Rs32,Rt32)
Q6_R_popcount_Pâš Experimental
Rd32=popcount(Rss32)
Q6_R_rol_RIâš Experimental
Rd32=rol(Rs32,#u5)
Q6_R_rolacc_RIâš Experimental
Rx32+=rol(Rs32,#u5)
Q6_R_roland_RIâš Experimental
Rx32&=rol(Rs32,#u5)
Q6_R_rolnac_RIâš Experimental
Rx32-=rol(Rs32,#u5)
Q6_R_rolor_RIâš Experimental
Rx32|=rol(Rs32,#u5)
Q6_R_rolxacc_RIâš Experimental
Rx32^=rol(Rs32,#u5)
Q6_R_round_P_satâš Experimental
Rd32=round(Rss32):sat
Q6_R_round_RIâš Experimental
Rd32=round(Rs32,#u5)
Q6_R_round_RI_satâš Experimental
Rd32=round(Rs32,#u5):sat
Q6_R_round_RRâš Experimental
Rd32=round(Rs32,Rt32)
Q6_R_round_RR_satâš Experimental
Rd32=round(Rs32,Rt32):sat
Q6_R_sat_Pâš Experimental
Rd32=sat(Rss32)
Q6_R_satb_Râš Experimental
Rd32=satb(Rs32)
Q6_R_sath_Râš Experimental
Rd32=sath(Rs32)
Q6_R_satub_Râš Experimental
Rd32=satub(Rs32)
Q6_R_satuh_Râš Experimental
Rd32=satuh(Rs32)
Q6_R_setbit_RIâš Experimental
Rd32=setbit(Rs32,#u5)
Q6_R_setbit_RRâš Experimental
Rd32=setbit(Rs32,Rt32)
Q6_R_sfadd_RRâš Experimental
Rd32=sfadd(Rs32,Rt32)
Q6_R_sffixupd_RRâš Experimental
Rd32=sffixupd(Rs32,Rt32)
Q6_R_sffixupn_RRâš Experimental
Rd32=sffixupn(Rs32,Rt32)
Q6_R_sffixupr_Râš Experimental
Rd32=sffixupr(Rs32)
Q6_R_sfmake_I_negâš Experimental
Rd32=sfmake(#u10):neg
Q6_R_sfmake_I_posâš Experimental
Rd32=sfmake(#u10):pos
Q6_R_sfmax_RRâš Experimental
Rd32=sfmax(Rs32,Rt32)
Q6_R_sfmin_RRâš Experimental
Rd32=sfmin(Rs32,Rt32)
Q6_R_sfmpy_RRâš Experimental
Rd32=sfmpy(Rs32,Rt32)
Q6_R_sfmpyacc_RRâš Experimental
Rx32+=sfmpy(Rs32,Rt32)
Q6_R_sfmpyacc_RR_libâš Experimental
Rx32+=sfmpy(Rs32,Rt32):lib
Q6_R_sfmpyacc_RRp_scaleâš Experimental
Rx32+=sfmpy(Rs32,Rt32,Pu4):scale
Q6_R_sfmpynac_RRâš Experimental
Rx32-=sfmpy(Rs32,Rt32)
Q6_R_sfmpynac_RR_libâš Experimental
Rx32-=sfmpy(Rs32,Rt32):lib
Q6_R_sfsub_RRâš Experimental
Rd32=sfsub(Rs32,Rt32)
Q6_R_sub_IRâš Experimental
Rd32=sub(#s10,Rs32)
Q6_R_sub_RRâš Experimental
Rd32=sub(Rt32,Rs32)
Q6_R_sub_RR_satâš Experimental
Rd32=sub(Rt32,Rs32):sat
Q6_R_sub_RhRh_s16âš Experimental
Rd32=sub(Rt32.h,Rs32.h):<<16
Q6_R_sub_RhRh_sat_s16âš Experimental
Rd32=sub(Rt32.h,Rs32.h):sat:<<16
Q6_R_sub_RhRl_s16âš Experimental
Rd32=sub(Rt32.h,Rs32.l):<<16
Q6_R_sub_RhRl_sat_s16âš Experimental
Rd32=sub(Rt32.h,Rs32.l):sat:<<16
Q6_R_sub_RlRhâš Experimental
Rd32=sub(Rt32.l,Rs32.h)
Q6_R_sub_RlRh_s16âš Experimental
Rd32=sub(Rt32.l,Rs32.h):<<16
Q6_R_sub_RlRh_satâš Experimental
Rd32=sub(Rt32.l,Rs32.h):sat
Q6_R_sub_RlRh_sat_s16âš Experimental
Rd32=sub(Rt32.l,Rs32.h):sat:<<16
Q6_R_sub_RlRlâš Experimental
Rd32=sub(Rt32.l,Rs32.l)
Q6_R_sub_RlRl_s16âš Experimental
Rd32=sub(Rt32.l,Rs32.l):<<16
Q6_R_sub_RlRl_satâš Experimental
Rd32=sub(Rt32.l,Rs32.l):sat
Q6_R_sub_RlRl_sat_s16âš Experimental
Rd32=sub(Rt32.l,Rs32.l):sat:<<16
Q6_R_sub_asl_IRIâš Experimental
Rx32=sub(#u8,asl(Rx32,#U5))
Q6_R_sub_lsr_IRIâš Experimental
Rx32=sub(#u8,lsr(Rx32,#U5))
Q6_R_subacc_RRâš Experimental
Rx32+=sub(Rt32,Rs32)
Q6_R_swiz_Râš Experimental
Rd32=swiz(Rs32)
Q6_R_sxtb_Râš Experimental
Rd32=sxtb(Rs32)
Q6_R_sxth_Râš Experimental
Rd32=sxth(Rs32)
Q6_R_tableidxb_RIIâš Experimental
Rx32=tableidxb(Rs32,#u4,#U5)
Q6_R_tableidxd_RIIâš Experimental
Rx32=tableidxd(Rs32,#u4,#U5)
Q6_R_tableidxh_RIIâš Experimental
Rx32=tableidxh(Rs32,#u4,#U5)
Q6_R_tableidxw_RIIâš Experimental
Rx32=tableidxw(Rs32,#u4,#U5)
Q6_R_togglebit_RIâš Experimental
Rd32=togglebit(Rs32,#u5)
Q6_R_togglebit_RRâš Experimental
Rd32=togglebit(Rs32,Rt32)
Q6_R_vaddh_RRâš Experimental
Rd32=vaddh(Rs32,Rt32)
Q6_R_vaddh_RR_satâš Experimental
Rd32=vaddh(Rs32,Rt32):sat
Q6_R_vaddhub_PP_satâš Experimental
Rd32=vaddhub(Rss32,Rtt32):sat
Q6_R_vadduh_RR_satâš Experimental
Rd32=vadduh(Rs32,Rt32):sat
Q6_R_vasrhub_PI_rnd_satâš Experimental
Rd32=vasrhub(Rss32,#u4):rnd:sat
Q6_R_vasrhub_PI_satâš Experimental
Rd32=vasrhub(Rss32,#u4):sat
Q6_R_vasrw_PIâš Experimental
Rd32=vasrw(Rss32,#u5)
Q6_R_vasrw_PRâš Experimental
Rd32=vasrw(Rss32,Rt32)
Q6_R_vavgh_RRâš Experimental
Rd32=vavgh(Rs32,Rt32)
Q6_R_vavgh_RR_rndâš Experimental
Rd32=vavgh(Rs32,Rt32):rnd
Q6_R_vdmpy_PP_rnd_satâš Experimental
Rd32=vdmpy(Rss32,Rtt32):rnd:sat
Q6_R_vdmpy_PP_s1_rnd_satâš Experimental
Rd32=vdmpy(Rss32,Rtt32):<<1:rnd:sat
Q6_R_vitpack_ppâš Experimental
Rd32=vitpack(Ps4,Pt4)
Q6_R_vmpyh_RR_rnd_satâš Experimental
Rd32=vmpyh(Rs32,Rt32):rnd:sat
Q6_R_vmpyh_RR_s1_rnd_satâš Experimental
Rd32=vmpyh(Rs32,Rt32):<<1:rnd:sat
Q6_R_vnavgh_RRâš Experimental
Rd32=vnavgh(Rt32,Rs32)
Q6_R_vraddh_PPâš Experimental
Rd32=vraddh(Rss32,Rtt32)
Q6_R_vradduh_PPâš Experimental
Rd32=vradduh(Rss32,Rtt32)
Q6_R_vrcmpys_PR_s1_rnd_satâš Experimental
Rd32=vrcmpys(Rss32,Rt32):<<1:rnd:sat
Q6_R_vrndwh_Pâš Experimental
Rd32=vrndwh(Rss32)
Q6_R_vrndwh_P_satâš Experimental
Rd32=vrndwh(Rss32):sat
Q6_R_vsathb_Pâš Experimental
Rd32=vsathb(Rss32)
Q6_R_vsathb_Râš Experimental
Rd32=vsathb(Rs32)
Q6_R_vsathub_Pâš Experimental
Rd32=vsathub(Rss32)
Q6_R_vsathub_Râš Experimental
Rd32=vsathub(Rs32)
Q6_R_vsatwh_Pâš Experimental
Rd32=vsatwh(Rss32)
Q6_R_vsatwuh_Pâš Experimental
Rd32=vsatwuh(Rss32)
Q6_R_vsplatb_Râš Experimental
Rd32=vsplatb(Rs32)
Q6_R_vsubh_RRâš Experimental
Rd32=vsubh(Rt32,Rs32)
Q6_R_vsubh_RR_satâš Experimental
Rd32=vsubh(Rt32,Rs32):sat
Q6_R_vsubuh_RR_satâš Experimental
Rd32=vsubuh(Rt32,Rs32):sat
Q6_R_vtrunehb_Pâš Experimental
Rd32=vtrunehb(Rss32)
Q6_R_vtrunohb_Pâš Experimental
Rd32=vtrunohb(Rss32)
Q6_R_xor_RRâš Experimental
Rd32=xor(Rs32,Rt32)
Q6_R_xorand_RRâš Experimental
Rx32&=xor(Rs32,Rt32)
Q6_R_xoror_RRâš Experimental
Rx32|=xor(Rs32,Rt32)
Q6_R_xorxacc_RRâš Experimental
Rx32^=xor(Rs32,Rt32)
Q6_R_zxtb_Râš Experimental
Rd32=zxtb(Rs32)
Q6_R_zxth_Râš Experimental
Rd32=zxth(Rs32)
Q6_Rh_equals_Iâš Experimental
Rx32.h=#u16
Q6_Rl_equals_Iâš Experimental
Rx32.l=#u16
Q6_dccleana_Aâš Experimental
dccleana(Rs32)
Q6_dccleaninva_Aâš Experimental
dccleaninva(Rs32)
Q6_dcfetch_Aâš Experimental
dcfetch(Rs32)
Q6_dcinva_Aâš Experimental
dcinva(Rs32)
Q6_dczeroa_Aâš Experimental
dczeroa(Rs32)
Q6_dmlink_AAâš Experimental
dmlink(Rs32,Rt32)
Q6_dmresume_Aâš Experimental
dmresume(Rs32)
Q6_dmstart_Aâš Experimental
dmstart(Rs32)
Q6_l2fetch_APâš Experimental
l2fetch(Rs32,Rtt32)
Q6_l2fetch_ARâš Experimental
l2fetch(Rs32,Rt32)
Q6_p_all8_pâš Experimental
Pd4=all8(Ps4)
Q6_p_and_and_ppnpâš Experimental
Pd4=and(Ps4,and(Pt4,!Pu4))
Q6_p_and_and_pppâš Experimental
Pd4=and(Ps4,and(Pt4,Pu4))
Q6_p_and_or_ppnpâš Experimental
Pd4=and(Ps4,or(Pt4,!Pu4))
Q6_p_and_or_pppâš Experimental
Pd4=and(Ps4,or(Pt4,Pu4))
Q6_p_and_pnpâš Experimental
Pd4=and(Pt4,!Ps4)
Q6_p_and_ppâš Experimental
Pd4=and(Pt4,Ps4)
Q6_p_any8_pâš Experimental
Pd4=any8(Ps4)
Q6_p_any8_vcmpb_eq_PPâš Experimental
Pd4=any8(vcmpb.eq(Rss32,Rtt32))
Q6_p_bitsclr_RIâš Experimental
Pd4=bitsclr(Rs32,#u6)
Q6_p_bitsclr_RRâš Experimental
Pd4=bitsclr(Rs32,Rt32)
Q6_p_bitsset_RRâš Experimental
Pd4=bitsset(Rs32,Rt32)
Q6_p_boundscheck_RPâš Experimental
Pd4=boundscheck(Rs32,Rtt32)
Q6_p_cmp_eq_PPâš Experimental
Pd4=cmp.eq(Rss32,Rtt32)
Q6_p_cmp_eq_RIâš Experimental
Pd4=cmp.eq(Rs32,#s10)
Q6_p_cmp_eq_RRâš Experimental
Pd4=cmp.eq(Rs32,Rt32)
Q6_p_cmp_ge_RIâš Experimental
Pd4=cmp.ge(Rs32,#s8)
Q6_p_cmp_geu_RIâš Experimental
Pd4=cmp.geu(Rs32,#u8)
Q6_p_cmp_gt_PPâš Experimental
Pd4=cmp.gt(Rss32,Rtt32)
Q6_p_cmp_gt_RIâš Experimental
Pd4=cmp.gt(Rs32,#s10)
Q6_p_cmp_gt_RRâš Experimental
Pd4=cmp.gt(Rs32,Rt32)
Q6_p_cmp_gtu_PPâš Experimental
Pd4=cmp.gtu(Rss32,Rtt32)
Q6_p_cmp_gtu_RIâš Experimental
Pd4=cmp.gtu(Rs32,#u9)
Q6_p_cmp_gtu_RRâš Experimental
Pd4=cmp.gtu(Rs32,Rt32)
Q6_p_cmp_lt_RRâš Experimental
Pd4=cmp.lt(Rs32,Rt32)
Q6_p_cmp_ltu_RRâš Experimental
Pd4=cmp.ltu(Rs32,Rt32)
Q6_p_cmpb_eq_RIâš Experimental
Pd4=cmpb.eq(Rs32,#u8)
Q6_p_cmpb_eq_RRâš Experimental
Pd4=cmpb.eq(Rs32,Rt32)
Q6_p_cmpb_gt_RIâš Experimental
Pd4=cmpb.gt(Rs32,#s8)
Q6_p_cmpb_gt_RRâš Experimental
Pd4=cmpb.gt(Rs32,Rt32)
Q6_p_cmpb_gtu_RIâš Experimental
Pd4=cmpb.gtu(Rs32,#u7)
Q6_p_cmpb_gtu_RRâš Experimental
Pd4=cmpb.gtu(Rs32,Rt32)
Q6_p_cmph_eq_RIâš Experimental
Pd4=cmph.eq(Rs32,#s8)
Q6_p_cmph_eq_RRâš Experimental
Pd4=cmph.eq(Rs32,Rt32)
Q6_p_cmph_gt_RIâš Experimental
Pd4=cmph.gt(Rs32,#s8)
Q6_p_cmph_gt_RRâš Experimental
Pd4=cmph.gt(Rs32,Rt32)
Q6_p_cmph_gtu_RIâš Experimental
Pd4=cmph.gtu(Rs32,#u7)
Q6_p_cmph_gtu_RRâš Experimental
Pd4=cmph.gtu(Rs32,Rt32)
Q6_p_dfclass_PIâš Experimental
Pd4=dfclass(Rss32,#u5)
Q6_p_dfcmp_eq_PPâš Experimental
Pd4=dfcmp.eq(Rss32,Rtt32)
Q6_p_dfcmp_ge_PPâš Experimental
Pd4=dfcmp.ge(Rss32,Rtt32)
Q6_p_dfcmp_gt_PPâš Experimental
Pd4=dfcmp.gt(Rss32,Rtt32)
Q6_p_dfcmp_uo_PPâš Experimental
Pd4=dfcmp.uo(Rss32,Rtt32)
Q6_p_equals_Râš Experimental
Pd4=Rs32
Q6_p_equals_pâš Experimental
Pd4=Ps4
Q6_p_fastcorner9_ppâš Experimental
Pd4=fastcorner9(Ps4,Pt4)
Q6_p_not_any8_vcmpb_eq_PPâš Experimental
Pd4=!any8(vcmpb.eq(Rss32,Rtt32))
Q6_p_not_bitsclr_RIâš Experimental
Pd4=!bitsclr(Rs32,#u6)
Q6_p_not_bitsclr_RRâš Experimental
Pd4=!bitsclr(Rs32,Rt32)
Q6_p_not_bitsset_RRâš Experimental
Pd4=!bitsset(Rs32,Rt32)
Q6_p_not_cmp_eq_RIâš Experimental
Pd4=!cmp.eq(Rs32,#s10)
Q6_p_not_cmp_eq_RRâš Experimental
Pd4=!cmp.eq(Rs32,Rt32)
Q6_p_not_cmp_gt_RIâš Experimental
Pd4=!cmp.gt(Rs32,#s10)
Q6_p_not_cmp_gt_RRâš Experimental
Pd4=!cmp.gt(Rs32,Rt32)
Q6_p_not_cmp_gtu_RIâš Experimental
Pd4=!cmp.gtu(Rs32,#u9)
Q6_p_not_cmp_gtu_RRâš Experimental
Pd4=!cmp.gtu(Rs32,Rt32)
Q6_p_not_fastcorner9_ppâš Experimental
Pd4=!fastcorner9(Ps4,Pt4)
Q6_p_not_pâš Experimental
Pd4=not(Ps4)
Q6_p_not_tstbit_RIâš Experimental
Pd4=!tstbit(Rs32,#u5)
Q6_p_not_tstbit_RRâš Experimental
Pd4=!tstbit(Rs32,Rt32)
Q6_p_or_and_ppnpâš Experimental
Pd4=or(Ps4,and(Pt4,!Pu4))
Q6_p_or_and_pppâš Experimental
Pd4=or(Ps4,and(Pt4,Pu4))
Q6_p_or_or_ppnpâš Experimental
Pd4=or(Ps4,or(Pt4,!Pu4))
Q6_p_or_or_pppâš Experimental
Pd4=or(Ps4,or(Pt4,Pu4))
Q6_p_or_pnpâš Experimental
Pd4=or(Pt4,!Ps4)
Q6_p_or_ppâš Experimental
Pd4=or(Pt4,Ps4)
Q6_p_sfclass_RIâš Experimental
Pd4=sfclass(Rs32,#u5)
Q6_p_sfcmp_eq_RRâš Experimental
Pd4=sfcmp.eq(Rs32,Rt32)
Q6_p_sfcmp_ge_RRâš Experimental
Pd4=sfcmp.ge(Rs32,Rt32)
Q6_p_sfcmp_gt_RRâš Experimental
Pd4=sfcmp.gt(Rs32,Rt32)
Q6_p_sfcmp_uo_RRâš Experimental
Pd4=sfcmp.uo(Rs32,Rt32)
Q6_p_tlbmatch_PRâš Experimental
Pd4=tlbmatch(Rss32,Rt32)
Q6_p_tstbit_RIâš Experimental
Pd4=tstbit(Rs32,#u5)
Q6_p_tstbit_RRâš Experimental
Pd4=tstbit(Rs32,Rt32)
Q6_p_vcmpb_eq_PIâš Experimental
Pd4=vcmpb.eq(Rss32,#u8)
Q6_p_vcmpb_eq_PPâš Experimental
Pd4=vcmpb.eq(Rss32,Rtt32)
Q6_p_vcmpb_gt_PIâš Experimental
Pd4=vcmpb.gt(Rss32,#s8)
Q6_p_vcmpb_gt_PPâš Experimental
Pd4=vcmpb.gt(Rss32,Rtt32)
Q6_p_vcmpb_gtu_PIâš Experimental
Pd4=vcmpb.gtu(Rss32,#u7)
Q6_p_vcmpb_gtu_PPâš Experimental
Pd4=vcmpb.gtu(Rss32,Rtt32)
Q6_p_vcmph_eq_PIâš Experimental
Pd4=vcmph.eq(Rss32,#s8)
Q6_p_vcmph_eq_PPâš Experimental
Pd4=vcmph.eq(Rss32,Rtt32)
Q6_p_vcmph_gt_PIâš Experimental
Pd4=vcmph.gt(Rss32,#s8)
Q6_p_vcmph_gt_PPâš Experimental
Pd4=vcmph.gt(Rss32,Rtt32)
Q6_p_vcmph_gtu_PIâš Experimental
Pd4=vcmph.gtu(Rss32,#u7)
Q6_p_vcmph_gtu_PPâš Experimental
Pd4=vcmph.gtu(Rss32,Rtt32)
Q6_p_vcmpw_eq_PIâš Experimental
Pd4=vcmpw.eq(Rss32,#s8)
Q6_p_vcmpw_eq_PPâš Experimental
Pd4=vcmpw.eq(Rss32,Rtt32)
Q6_p_vcmpw_gt_PIâš Experimental
Pd4=vcmpw.gt(Rss32,#s8)
Q6_p_vcmpw_gt_PPâš Experimental
Pd4=vcmpw.gt(Rss32,Rtt32)
Q6_p_vcmpw_gtu_PIâš Experimental
Pd4=vcmpw.gtu(Rss32,#u7)
Q6_p_vcmpw_gtu_PPâš Experimental
Pd4=vcmpw.gtu(Rss32,Rtt32)
Q6_p_xor_ppâš Experimental
Pd4=xor(Ps4,Pt4)