different testcase

This commit is contained in:
Jan Laukemann
2017-09-22 13:28:32 +02:00
parent b2a0e3c5af
commit 16daa3c07b

View File

@@ -19,15 +19,15 @@ imd1 = Parameter('IMD')
#-USER INPUT------------------------------------
#-----------------------------------------------
# Enter your mnemonic
mnemonic = 'cmp'
mnemonic = 'vxorpd'
# Define your operands. If you don't need it, just type in None
dst = reg64
op1 = imd1
op2 = None
dst = xmm
op1 = xmm
op2 = xmm
# Define the number of instructions per loop (default: 12)
per_loop = '100'
per_loop = '128'
#-----------------------------------------------
#-----------------------------------------------