cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

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