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_ftoi.S (234B)


      1#include "macros.h"
      2.text
      3.global _start
      4_start:
      5    TEST_D_D_PSW(ftoi, 1, 0x0, 0x84000b80, 0x05f6e605)
      6    TEST_D_D_PSW(ftoi, 2, 0x0, 0x04000b80, 0x00012200)
      7    TEST_D_D_PSW(ftoi, 3, 0x0, 0xc4000b80, 0xffffffff)
      8
      9    TEST_PASSFAIL
     10