boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

riscv64-load-ptr-zext.before (225B)


      1             } else if (bt == VT_LLONG) {
      2                 /* A 32bit unsigned constant for a 64bit type.
      3                    lui always sign extends, so we need to do an explicit zext.*/
      4                 zext = 1;
      5             }