Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/* movprfx dest register can be used in destructive operations where required,
   but no where else.  Invalid usage.  Diagnosis required.  */
  .text
  .arch armv8-a+sve

f:
   ptrue p0.s
   movprfx z1, z3
   add z1.s, p1/m, z1.s, z1.s
   ret