cstest: remove double spaces in MC/
This commit is contained in:
parent
6111fe3349
commit
6b3ca4f56a
|
@ -76,7 +76,7 @@
|
|||
0x03,0xe5,0x2c,0x2e = fcmge v3.2s, v8.2s, v12.2s
|
||||
0xf1,0xe5,0x6d,0x6e = fcmge v17.2d, v15.2d, v13.2d
|
||||
0xbf,0xe7,0x3c,0x6e = fcmge v31.4s, v29.4s, v28.4s
|
||||
0x03,0xe5,0x2c,0x2e = fcmge v3.2s, v8.2s, v12.2s
|
||||
0x03,0xe5,0x2c,0x2e = fcmge v3.2s, v8.2s, v12.2s
|
||||
0xf1,0xe5,0x6d,0x6e = fcmge v17.2d, v15.2d, v13.2d
|
||||
0xe0,0xe7,0xb0,0x2e = fcmgt v0.2s, v31.2s, v16.2s
|
||||
0xe4,0xe4,0xaf,0x6e = fcmgt v4.4s, v7.4s, v15.4s
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
0xef,0xe5,0x00,0x4f = movi v15.16b, #0xf
|
||||
0xff,0xe7,0x00,0x4f = movi v31.16b, #0x1f
|
||||
0x40,0xe5,0x05,0x6f = movi v0.2d, #0xff00ff00ff00ff00
|
||||
0x40,0xe5,0x05,0x2f = movi d0, #0xff00ff00ff00ff00
|
||||
0x40,0xe5,0x05,0x2f = movi d0, #0xff00ff00ff00ff00
|
||||
0x01,0xf6,0x03,0x0f = fmov v1.2s, #1.00000000
|
||||
0x0f,0xf6,0x03,0x4f = fmov v15.4s, #1.00000000
|
||||
0x1f,0xf6,0x03,0x6f = fmov v31.2d, #1.00000000
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
0x10,0x00,0xa4,0xe0 = sc $4, 16($5)
|
||||
0x10,0x00,0xa4,0xa4 = sh $4, 16($5)
|
||||
0x10,0x00,0xa4,0xac = sw $4, 16($5)
|
||||
0x00,0x00,0xa7,0xac = sw $7, 0($5)
|
||||
0x00,0x00,0xa7,0xac = sw $7, 0($5)
|
||||
0x10,0x00,0xa2,0xe4 = swc1 $f2, 16($5)
|
||||
0x10,0x00,0xa4,0xa8 = swl $4, 16($5)
|
||||
0x04,0x00,0xa4,0x80 = lb $4, 4($5)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
0x80,0x00,0x00,0x00 = add %g0, %g0, %g0
|
||||
0x86,0x00,0x40,0x02 = add %g1, %g2, %g3
|
||||
0xa0,0x02,0x00,0x09 = add %o0, %o1, %l0
|
||||
0xa0,0x02,0x20,0x0a = add %o0, 10, %l0
|
||||
0xa0,0x02,0x20,0x0a = add %o0, 10, %l0
|
||||
0x86,0x80,0x40,0x02 = addcc %g1, %g2, %g3
|
||||
0x86,0xc0,0x40,0x02 = addxcc %g1, %g2, %g3
|
||||
0x86,0x70,0x40,0x02 = udiv %g1, %g2, %g3
|
||||
|
|
Loading…
Reference in New Issue