llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/negative
Sander de Smalen 1a720d49dc [SveEmitter] Add builtins for various FP operations
Unary:
- svexpa, svtmad, svtsmul, svtssel,
  svscale, svrecpe, svrecps, svrsqrte,
  svrsqrts,

Binary:
- svabd, svadd, svdiv, svdivr,
  svmin, svmax, svminnm, svmaxnm,
  svmul, svmulx, svsub, svsubr,
  svmul_lane

Complex:
- svcadd, svcmla
2020-05-01 17:37:43 +01:00
..
acle_sve_asrd.c
acle_sve_cadd.c [SveEmitter] Add builtins for various FP operations 2020-05-01 17:37:43 +01:00
acle_sve_cmla.c [SveEmitter] Add builtins for various FP operations 2020-05-01 17:37:43 +01:00
acle_sve_dot.c [SveEmitter] Add immediate checks for lanes and complex imms 2020-04-20 15:10:54 +01:00
acle_sve_ext.c
acle_sve_mla.c [SveEmitter] Add immediate checks for lanes and complex imms 2020-04-20 15:10:54 +01:00
acle_sve_mul.c [SveEmitter] Add builtins for various FP operations 2020-05-01 17:37:43 +01:00
acle_sve_prfb.c [SveEmitter] Add builtins for contiguous prefetches 2020-04-24 11:35:59 +01:00
acle_sve_prfd.c [SveEmitter] Add builtins for contiguous prefetches 2020-04-24 11:35:59 +01:00
acle_sve_prfh.c [SveEmitter] Add builtins for contiguous prefetches 2020-04-24 11:35:59 +01:00
acle_sve_prfw.c [SveEmitter] Add builtins for contiguous prefetches 2020-04-24 11:35:59 +01:00
acle_sve_qdecb.c [SveEmitter] IsInsertOp1SVALL and builtins for svqdec[bhwd] and svqinc[bhwd] 2020-04-27 11:45:10 +01:00
acle_sve_qdecd.c [SveEmitter] IsInsertOp1SVALL and builtins for svqdec[bhwd] and svqinc[bhwd] 2020-04-27 11:45:10 +01:00
acle_sve_qdech.c [SveEmitter] IsInsertOp1SVALL and builtins for svqdec[bhwd] and svqinc[bhwd] 2020-04-27 11:45:10 +01:00
acle_sve_qdecw.c [SveEmitter] IsInsertOp1SVALL and builtins for svqdec[bhwd] and svqinc[bhwd] 2020-04-27 11:45:10 +01:00
acle_sve_qincb.c [SveEmitter] IsInsertOp1SVALL and builtins for svqdec[bhwd] and svqinc[bhwd] 2020-04-27 11:45:10 +01:00
acle_sve_qincd.c [SveEmitter] IsInsertOp1SVALL and builtins for svqdec[bhwd] and svqinc[bhwd] 2020-04-27 11:45:10 +01:00
acle_sve_qinch.c [SveEmitter] IsInsertOp1SVALL and builtins for svqdec[bhwd] and svqinc[bhwd] 2020-04-27 11:45:10 +01:00
acle_sve_qincw.c [SveEmitter] IsInsertOp1SVALL and builtins for svqdec[bhwd] and svqinc[bhwd] 2020-04-27 11:45:10 +01:00
acle_sve_tmad.c