qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

test_clz.S (149B)


      1 #include "macros.h"
      2 .text
      3 .global _start
      4 _start:
      5     TEST_D_D(cls.h, 1, 0x0, 0x6db17976)
      6     TEST_D_D(cls.h, 2, 0x000f000f, 0x0)
      7 
      8     TEST_PASSFAIL
      9