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

check_cmp-2.s (142B)


      1
      2
      3.include "testutils.inc"
      4
      5	start
      6
      7	move.d	4294967283, $r0
      8	move.d	$r0, $r10
      9	cmp.d	$r0, $r10
     10	beq	1f
     11	move.d $r10, $r3
     12	fail
     131:
     14	pass
     15	quit