aboutsummaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/x86_instructions.s
blob: 71f98f0d847ccb2c30ff1c7643ad8394b9b06468 (plain)
1
2
3
4
5
// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s

# Simple instructions
        subb %al, %al
# CHECK: MCInst(opcode=1831, operands=[reg:2, reg:0, reg:2])