You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
capstone/suite/MC/Sparc/sparc64-alu-instructions.s.cs

14 lines
532 B

# CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN, None
0xb1,0x28,0x50,0x1a = sllx %g1, %i2, %i0
0xb1,0x28,0x70,0x3f = sllx %g1, 63, %i0
0xb1,0x30,0x50,0x1a = srlx %g1, %i2, %i0
0xb1,0x30,0x70,0x3f = srlx %g1, 63, %i0
0xb1,0x38,0x50,0x1a = srax %g1, %i2, %i0
0xb1,0x38,0x70,0x3f = srax %g1, 63, %i0
0xb0,0x48,0x40,0x1a = mulx %g1, %i2, %i0
0xb0,0x48,0x60,0x3f = mulx %g1, 63, %i0
0xb1,0x68,0x40,0x1a = sdivx %g1, %i2, %i0
0xb1,0x68,0x60,0x3f = sdivx %g1, 63, %i0
0xb0,0x68,0x40,0x1a = udivx %g1, %i2, %i0
0xb0,0x68,0x60,0x3f = udivx %g1, 63, %i0