Home | History | Annotate | Download | only in config

Lines Matching defs:NCE

24159 #define NCE(mnem, op, nops, ops, enc)					\
24170 #define nCE(mnem, op, nops, ops, enc) \
24186 /* nCE but for MVE predicated instructions. */
24205 /* NCE but for MVE predicated instructions. */
24863 nCE(vrintr, _vrintr, 2, (RNSDQ, oRNSDQ), vrintr),
24914 NCE (vjcvt, eb90bc0, 2, (RVS, RVD), vjcvt),
25045 NCE(vldm, c900b00, 2, (RRnpctw, VRSDLST), neon_ldm_stm),
25046 NCE(vldmia, c900b00, 2, (RRnpctw, VRSDLST), neon_ldm_stm),
25047 NCE(vldmdb, d100b00, 2, (RRnpctw, VRSDLST), neon_ldm_stm),
25048 NCE(vstm, c800b00, 2, (RRnpctw, VRSDLST), neon_ldm_stm),
25049 NCE(vstmia, c800b00, 2, (RRnpctw, VRSDLST), neon_ldm_stm),
25050 NCE(vstmdb, d000b00, 2, (RRnpctw, VRSDLST), neon_ldm_stm),
25052 NCE(vpop, 0, 1, (VRSDLST), vfp_nsyn_pop),
25053 NCE(vpush, 0, 1, (VRSDLST), vfp_nsyn_push),
25059 NCE(vsqrt, 0, 2, (RVSD, RVSD), vfp_nsyn_sqrt),
25060 NCE(vdiv, 0, 3, (RVSD, RVSD, RVSD), vfp_nsyn_div),
25061 nCE(vnmul, _vnmul, 3, (RVSD, RVSD, RVSD), vfp_nsyn_nmul),
25062 nCE(vnmla, _vnmla, 3, (RVSD, RVSD, RVSD), vfp_nsyn_nmul),
25063 nCE(vnmls, _vnmls, 3, (RVSD, RVSD, RVSD), vfp_nsyn_nmul),
25064 NCE(vcvtz, 0, 2, (RVSD, RVSD), vfp_nsyn_cvtz),
25076 NCE(vmovq, 0, 1, (VMOV), neon_mov),
25084 NCE(vldr, d100b00, 2, (VLDR, ADDRGLDC), vldr_vstr),
25085 NCE(vstr, d000b00, 2, (VLDR, ADDRGLDC), vldr_vstr),
25093 NCE (vmovx, eb00a40, 2, (RVS, RVS), neon_movhf),
25094 NCE (vins, eb00ac0, 2, (RVS, RVS), neon_movhf),
25255 nCE(vdupq, _vdup, 2, (RNQ, RR_RNSC), neon_dup),
25361 nCE(vfnma, _vfnma, 3, (RVSD, RVSD, RVSD), vfp_nsyn_nmul),
25362 nCE(vfnms, _vfnms, 3, (RVSD, RVSD, RVSD), vfp_nsyn_nmul),
26015 #undef NCE
26016 #undef nCE