boot2

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

riscv64-gen-cvt-sxtw.before (152B)


      1 ST_FUNC void gen_cvt_sxtw(void)
      2 {
      3     /* XXX on risc-v the registers are usually sign-extended already.
      4        Let's try to not do anything here.  */
      5 }