| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/ |
| H A D | mips64-expansions.s | 1 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s 9 # CHECK: ori $12, $zero, 1 # encoding: [0x01,0x00,0x0c,0x34] 10 # CHECK: ori $12, $zero, 10 # encoding: [0x0a,0x00,0x0c,0x34] 11 # CHECK: ori $12, $zero, 100 # encoding: [0x64,0x00,0x0c,0x34] 12 # CHECK: ori $12, $zero, 1000 # encoding: [0xe8,0x03,0x0c,0x34] 13 # CHECK: ori $12, $zero, 10000 # encoding: [0x10,0x27,0x0c,0x34] 14 # CHECK: lui $12, 1 # encoding: [0x01,0x00,0x0c,0x3c] 15 # CHECK: ori $12, $12, 34464 # encoding: [0xa0,0x86,0x8c,0x35] 16 # CHECK: lui $12, 15 # encoding: [0x0f,0x00,0x0c,0x3c] 17 # CHECK: ori $12, $12, 16960 # encoding: [0x40,0x42,0x8c,0x35] [all …]
|
| H A D | mips-jump-instructions.s | 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | \ 3 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | \ 11 # CHECK32: b 1332 # encoding: [0x4d,0x01,0x00,0x10] 12 # CHECK32: nop # encoding: [0x00,0x00,0x00,0x00] 13 # CHECK32: bc1f 1332 # encoding: [0x4d,0x01,0x00,0x45] 14 # CHECK32: nop # encoding: [0x00,0x00,0x00,0x00] 15 # CHECK32: bc1t 1332 # encoding: [0x4d,0x01,0x01,0x45] 16 # CHECK32: nop # encoding: [0x00,0x00,0x00,0x00] 17 # CHECK32: beq $9, $6, 1332 # encoding: [0x4d,0x01,0x26,0x11] 18 # CHECK32: nop # encoding: [0x00,0x00,0x00,0x00] [all …]
|
| H A D | mips-control-instructions.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-unknown -show-encoding -mcpu=mips32r2 | \ 3 # RUN: llvm-mc %s -triple=mips64-unknown-unknown -show-encoding -mcpu=mips64r2 \ 6 # CHECK32: break # encoding: [0x00,0x00,0x00,0x0d] 7 # CHECK32: break 7 # encoding: [0x00,0x07,0x00,0x0d] 8 # CHECK32: break 7, 5 # encoding: [0x00,0x07,0x01,0x4d] 9 # CHECK32: syscall # encoding: [0x00,0x00,0x00,0x0c] 10 # CHECK32: syscall 13396 # encoding: [0x00,0x0d,0x15,0x0c] 11 # CHECK32: eret # encoding: [0x42,0x00,0x00,0x18] 12 # CHECK32: deret # encoding: [0x42,0x00,0x00,0x1f] 13 # CHECK32: di # encoding: [0x41,0x60,0x60,0x00] [all …]
|
| H A D | mips-alu-instructions.s | 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s 7 # CHECK: and $9, $6, $7 # encoding: [0x24,0x48,0xc7,0x00] 8 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30] 9 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30] 10 # CHECK: andi $9, $9, 17767 # encoding: [0x67,0x45,0x29,0x31] 11 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70] 12 # CHECK: clz $6, $7 # encoding: [0x20,0x30,0xe6,0x70] 13 # CHECK: ins $19, $9, 6, 7 # encoding: [0x84,0x61,0x33,0x7d] 14 # CHECK: nor $9, $6, $7 # encoding: [0x27,0x48,0xc7,0x00] 15 # CHECK: or $3, $3, $5 # encoding: [0x25,0x18,0x65,0x00] [all …]
|
| H A D | micromips-16-bit-instructions.s | 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips | \ 3 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips | \ 12 # CHECK-EL: addu16 $6, $17, $4 # encoding: [0x42,0x07] 13 # CHECK-EL: subu16 $5, $16, $3 # encoding: [0xb1,0x06] 14 # CHECK-EL: andi16 $16, $2, 31 # encoding: [0x29,0x2c] 15 # CHECK-EL: and16 $16, $2 # encoding: [0x82,0x44] 16 # CHECK-EL: not16 $17, $3 # encoding: [0x0b,0x44] 17 # CHECK-EL: or16 $16, $4 # encoding: [0xc4,0x44] 18 # CHECK-EL: xor16 $17, $5 # encoding: [0x4d,0x44] 19 # CHECK-EL: sll16 $3, $16, 5 # encoding: [0x8a,0x25] [all …]
|
| H A D | mips64-alu-instructions.s | 1 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s 7 # CHECK: and $9, $6, $7 # encoding: [0x24,0x48,0xc7,0x00] 8 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30] 9 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30] 10 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70] 11 # CHECK: clz $6, $7 # encoding: [0x20,0x30,0xe6,0x70] 12 # CHECK: ins $19, $9, 6, 7 # encoding: [0x84,0x61,0x33,0x7d] 13 # CHECK: nor $9, $6, $7 # encoding: [0x27,0x48,0xc7,0x00] 14 # CHECK: or $3, $3, $5 # encoding: [0x25,0x18,0x65,0x00] 15 # CHECK: ori $4, $5, 17767 # encoding: [0x67,0x45,0xa4,0x34] [all …]
|
| H A D | micromips-alu-instructions.s | 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EL… 2 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EB %s 10 # CHECK-EL: add $9, $6, $7 # encoding: [0xe6,0x00,0x10,0x49] 11 # CHECK-EL: addi $9, $6, 17767 # encoding: [0x26,0x11,0x67,0x45] 12 # CHECK-EL: addiu $9, $6, -15001 # encoding: [0x26,0x31,0x67,0xc5] 13 # CHECK-EL: addi $9, $6, 17767 # encoding: [0x26,0x11,0x67,0x45] 14 # CHECK-EL: addiu $9, $6, -15001 # encoding: [0x26,0x31,0x67,0xc5] 15 # CHECK-EL: addu $9, $6, $7 # encoding: [0xe6,0x00,0x50,0x49] 16 # CHECK-EL: sub $9, $6, $7 # encoding: [0xe6,0x00,0x90,0x49] 17 # CHECK-EL: subu $4, $3, $5 # encoding: [0xa3,0x00,0xd0,0x21] [all …]
|
| H A D | octeon-instructions.s | 1 # RUN: llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=octeon | FileCheck %s 3 # CHECK: baddu $9, $6, $7 # encoding: [0x70,0xc7,0x48,0x28] 4 # CHECK: baddu $17, $18, $19 # encoding: [0x72,0x53,0x88,0x28] 5 # CHECK: baddu $2, $2, $3 # encoding: [0x70,0x43,0x10,0x28] 6 # CHECK: cins $25, $10, 22, 2 # encoding: [0x71,0x59,0x15,0xb2] 7 # CHECK: cins $9, $9, 17, 29 # encoding: [0x71,0x29,0xec,0x72] 8 # CHECK: cins32 $15, $2, 18, 8 # encoding: [0x70,0x4f,0x44,0xb3] 9 # CHECK: cins32 $22, $22, 9, 22 # encoding: [0x72,0xd6,0xb2,0x73] 10 # CHECK: dmul $9, $6, $7 # encoding: [0x70,0xc7,0x48,0x03] 11 # CHECK: dmul $19, $24, $25 # encoding: [0x73,0x19,0x98,0x03] [all …]
|
| H A D | micromips-branch-instructions.s | 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips \ 3 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips \ 12 # CHECK-EL: b 1332 # encoding: [0x00,0x94,0x9a,0x02] 13 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] 14 # CHECK-EL: beq $9, $6, 1332 # encoding: [0xc9,0x94,0x9a,0x02] 15 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] 16 # CHECK-EL: bgez $6, 1332 # encoding: [0x46,0x40,0x9a,0x02] 17 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] 18 # CHECK-EL: bgezal $6, 1332 # encoding: [0x66,0x40,0x9a,0x02] 19 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] [all …]
|
| H A D | micromips-control-instructions.s | 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mcpu=mips32r2 -mattr=micromips \ 3 # RUN: llvm-mc %s -triple=mips -show-encoding -mcpu=mips32r2 -mattr=micromips \ 12 # CHECK-EL: sdbbp # encoding: [0x00,0x00,0x7c,0xdb] 13 # CHECK-EL: sdbbp 34 # encoding: [0x22,0x00,0x7c,0xdb] 17 # CHECK-EL: .set pop # encoding: [0xbd,0x00,0x3c,0x6b] 18 # CHECK-EL: cache 1, 8($5) # encoding: [0x25,0x20,0x08,0x60] 19 # CHECK-EL: pref 1, 8($5) # encoding: [0x25,0x60,0x08,0x20] 20 # CHECK-EL: ssnop # encoding: [0x00,0x00,0x00,0x08] 21 # CHECK-EL: ehb # encoding: [0x00,0x00,0x00,0x18] 22 # CHECK-EL: pause # encoding: [0x00,0x00,0x00,0x28] [all …]
|
| H A D | micromips-loadstore-instructions.s | 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips \ 3 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips \ 12 # CHECK-EL: lb $5, 8($4) # encoding: [0xa4,0x1c,0x08,0x00] 13 # CHECK-EL: lbu $6, 8($4) # encoding: [0xc4,0x14,0x08,0x00] 14 # CHECK-EL: lh $2, 8($4) # encoding: [0x44,0x3c,0x08,0x00] 15 # CHECK-EL: lhu $4, 8($2) # encoding: [0x82,0x34,0x08,0x00] 16 # CHECK-EL: lw $6, 4($5) # encoding: [0xc5,0xfc,0x04,0x00] 17 # CHECK-EL: lw $6, 123($sp) # encoding: [0xdd,0xfc,0x7b,0x00] 18 # CHECK-EL: sb $5, 8($4) # encoding: [0xa4,0x18,0x08,0x00] 19 # CHECK-EL: sh $2, 8($4) # encoding: [0x44,0x38,0x08,0x00] [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/PowerPC/ |
| H A D | vsx.s | 1 # RUN: llvm-mc -triple powerpc64-unknown-linux-gnu --show-encoding %s | FileCheck -check-prefix=CHE… 2 # RUN: llvm-mc -triple powerpc64le-unknown-linux-gnu --show-encoding %s | FileCheck -check-prefix=C… 4 # CHECK-BE: lxsdx 39, 5, 31 # encoding: [0x7c,0xe5,0xfc,0x99] 5 # CHECK-LE: lxsdx 39, 5, 31 # encoding: [0x99,0xfc,0xe5,0x7c] 7 # CHECK-BE: lxvd2x 39, 5, 31 # encoding: [0x7c,0xe5,0xfe,0x99] 8 # CHECK-LE: lxvd2x 39, 5, 31 # encoding: [0x99,0xfe,0xe5,0x7c] 10 # CHECK-BE: lxvdsx 39, 5, 31 # encoding: [0x7c,0xe5,0xfa,0x99] 11 # CHECK-LE: lxvdsx 39, 5, 31 # encoding: [0x99,0xfa,0xe5,0x7c] 13 # CHECK-BE: lxvw4x 39, 5, 31 # encoding: [0x7c,0xe5,0xfe,0x19] 14 # CHECK-LE: lxvw4x 39, 5, 31 # encoding: [0x19,0xfe,0xe5,0x7c] [all …]
|
| H A D | ppc64-encoding-vmx.s | 2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK… 3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE… 9 # CHECK-BE: lvebx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x0e] 10 # CHECK-LE: lvebx 2, 3, 4 # encoding: [0x0e,0x20,0x43,0x7c] 12 # CHECK-BE: lvehx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x4e] 13 # CHECK-LE: lvehx 2, 3, 4 # encoding: [0x4e,0x20,0x43,0x7c] 15 # CHECK-BE: lvewx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x8e] 16 # CHECK-LE: lvewx 2, 3, 4 # encoding: [0x8e,0x20,0x43,0x7c] 18 # CHECK-BE: lvx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0xce] 19 # CHECK-LE: lvx 2, 3, 4 # encoding: [0xce,0x20,0x43,0x7c] [all …]
|
| H A D | ppc64-encoding-fp.s | 2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK… 3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE… 9 # CHECK-BE: lfs 2, 128(4) # encoding: [0xc0,0x44,0x00,0x80] 10 # CHECK-LE: lfs 2, 128(4) # encoding: [0x80,0x00,0x44,0xc0] 12 # CHECK-BE: lfsx 2, 3, 4 # encoding: [0x7c,0x43,0x24,0x2e] 13 # CHECK-LE: lfsx 2, 3, 4 # encoding: [0x2e,0x24,0x43,0x7c] 15 # CHECK-BE: lfsu 2, 128(4) # encoding: [0xc4,0x44,0x00,0x80] 16 # CHECK-LE: lfsu 2, 128(4) # encoding: [0x80,0x00,0x44,0xc4] 18 # CHECK-BE: lfsux 2, 3, 4 # encoding: [0x7c,0x43,0x24,0x6e] 19 # CHECK-LE: lfsux 2, 3, 4 # encoding: [0x6e,0x24,0x43,0x7c] [all …]
|
| H A D | ppc64-encoding.s | 2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK… 3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE… 9 # CHECK-BE: b target # encoding: [0b010010AA,A,A,0bAAAAAA00] 10 # CHECK-LE: b target # encoding: [0bAAAAAA00,A,A,0b010010AA] 14 # CHECK-BE: ba target # encoding: [0b010010AA,A,A,0bAAAAAA10] 15 # CHECK-LE: ba target # encoding: [0bAAAAAA10,A,A,0b010010AA] 19 # CHECK-BE: bl target # encoding: [0b010010AA,A,A,0bAAAAAA01] 20 # CHECK-LE: bl target # encoding: [0bAAAAAA01,A,A,0b010010AA] 24 # CHECK-BE: bla target # encoding: [0b010010AA,A,A,0bAAAAAA11] 25 # CHECK-LE: bla target # encoding: [0bAAAAAA11,A,A,0b010010AA] [all …]
|
| H A D | ppc64-encoding-spe.s | 1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK… 2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE… 6 # CHECK-BE: evlddx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x00] 7 # CHECK-LE: evlddx 14, 21, 28 # encoding: [0x00,0xe3,0xd5,0x11] 9 # CHECK-BE: evldwx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x02] 10 # CHECK-LE: evldwx 14, 21, 28 # encoding: [0x02,0xe3,0xd5,0x11] 12 # CHECK-BE: evldhx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x04] 13 # CHECK-LE: evldhx 14, 21, 28 # encoding: [0x04,0xe3,0xd5,0x11] 15 # CHECK-BE: evlhhesplatx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x08] 16 # CHECK-LE: evlhhesplatx 14, 21, 28 # encoding: [0x08,0xe3,0xd5,0x11] [all …]
|
| H A D | ppc64-encoding-bookIII.s | 1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK… 2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE… 4 # CHECK-BE: mtmsr 4, 0 # encoding: [0x7c,0x80,0x01,0x24] 5 # CHECK-LE: mtmsr 4, 0 # encoding: [0x24,0x01,0x80,0x7c] 8 # CHECK-BE: mtmsr 4, 1 # encoding: [0x7c,0x81,0x01,0x24] 9 # CHECK-LE: mtmsr 4, 1 # encoding: [0x24,0x01,0x81,0x7c] 12 # CHECK-BE: mfmsr 4 # encoding: [0x7c,0x80,0x00,0xa6] 13 # CHECK-LE: mfmsr 4 # encoding: [0xa6,0x00,0x80,0x7c] 16 # CHECK-BE: mtmsrd 4, 0 # encoding: [0x7c,0x80,0x01,0x64] 17 # CHECK-LE: mtmsrd 4, 0 # encoding: [0x64,0x01,0x80,0x7c] [all …]
|
| H A D | ppc64-encoding-4xx.s | 1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK… 2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE… 6 # CHECK-BE: mfdcr 3, 178 # encoding: [0x7c,0x72,0x2a,0x86] 7 # CHECK-LE: mfdcr 3, 178 # encoding: [0x86,0x2a,0x72,0x7c] 9 # CHECK-BE: mtdcr 178, 3 # encoding: [0x7c,0x72,0x2b,0x86] 10 # CHECK-LE: mtdcr 178, 3 # encoding: [0x86,0x2b,0x72,0x7c] 13 # CHECK-BE: tlbre 2, 3, 0 # encoding: [0x7c,0x43,0x07,0x64] 14 # CHECK-LE: tlbre 2, 3, 0 # encoding: [0x64,0x07,0x43,0x7c] 16 # CHECK-BE: tlbre 2, 3, 1 # encoding: [0x7c,0x43,0x0f,0x64] 17 # CHECK-LE: tlbre 2, 3, 1 # encoding: [0x64,0x0f,0x43,0x7c] [all …]
|
| H A D | ppc64-operands.s | 2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK… 3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE… 7 # CHECK-BE: add 1, 2, 3 # encoding: [0x7c,0x22,0x1a,0x14] 8 # CHECK-LE: add 1, 2, 3 # encoding: [0x14,0x1a,0x22,0x7c] 11 # CHECK-BE: add 1, 2, 3 # encoding: [0x7c,0x22,0x1a,0x14] 12 # CHECK-LE: add 1, 2, 3 # encoding: [0x14,0x1a,0x22,0x7c] 15 # CHECK-BE: add 0, 0, 0 # encoding: [0x7c,0x00,0x02,0x14] 16 # CHECK-LE: add 0, 0, 0 # encoding: [0x14,0x02,0x00,0x7c] 19 # CHECK-BE: add 31, 31, 31 # encoding: [0x7f,0xff,0xfa,0x14] 20 # CHECK-LE: add 31, 31, 31 # encoding: [0x14,0xfa,0xff,0x7f] [all …]
|
| H A D | ppc64-encoding-6xx.s | 1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK… 2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE… 6 # CHECK-BE: mfspr 12, 528 # encoding: [0x7d,0x90,0x82,0xa6] 7 # CHECK-LE: mfspr 12, 528 # encoding: [0xa6,0x82,0x90,0x7d] 9 # CHECK-BE: mfspr 12, 529 # encoding: [0x7d,0x91,0x82,0xa6] 10 # CHECK-LE: mfspr 12, 529 # encoding: [0xa6,0x82,0x91,0x7d] 12 # CHECK-BE: mfspr 12, 530 # encoding: [0x7d,0x92,0x82,0xa6] 13 # CHECK-LE: mfspr 12, 530 # encoding: [0xa6,0x82,0x92,0x7d] 15 # CHECK-BE: mfspr 12, 531 # encoding: [0x7d,0x93,0x82,0xa6] 16 # CHECK-LE: mfspr 12, 531 # encoding: [0xa6,0x82,0x93,0x7d] [all …]
|
| H A D | ppc64-encoding-bookII.s | 2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK… 3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE… 7 # CHECK-BE: icbi 2, 3 # encoding: [0x7c,0x02,0x1f,0xac] 8 # CHECK-LE: icbi 2, 3 # encoding: [0xac,0x1f,0x02,0x7c] 11 # CHECK-BE: icbt 0, 5, 31 # encoding: [0x7c,0x05,0xf8,0x2c] 12 # CHECK-LE: icbt 0, 5, 31 # encoding: [0x2c,0xf8,0x05,0x7c] 16 # CHECK-BE: dcbt 2, 3 # encoding: [0x7c,0x02,0x1a,0x2c] 17 # CHECK-LE: dcbt 2, 3 # encoding: [0x2c,0x1a,0x02,0x7c] 20 # CHECK-BE: dcbtst 2, 3 # encoding: [0x7c,0x02,0x19,0xec] 21 # CHECK-LE: dcbtst 2, 3 # encoding: [0xec,0x19,0x02,0x7c] [all …]
|
| H A D | ppc64-encoding-ext.s | 2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK… 3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE… 7 # CHECK-BE: beqlr 0 # encoding: [0x4d,0x82,0x00,0x20] 8 # CHECK-LE: beqlr 0 # encoding: [0x20,0x00,0x82,0x4d] 10 # CHECK-BE: beqlr 1 # encoding: [0x4d,0x86,0x00,0x20] 11 # CHECK-LE: beqlr 1 # encoding: [0x20,0x00,0x86,0x4d] 13 # CHECK-BE: beqlr 2 # encoding: [0x4d,0x8a,0x00,0x20] 14 # CHECK-LE: beqlr 2 # encoding: [0x20,0x00,0x8a,0x4d] 16 # CHECK-BE: beqlr 3 # encoding: [0x4d,0x8e,0x00,0x20] 17 # CHECK-LE: beqlr 3 # encoding: [0x20,0x00,0x8e,0x4d] [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/SystemZ/ |
| H A D | insn-good-z196.s | 2 # RUN: llvm-mc -triple s390x-linux-gnu -mcpu=z196 -show-encoding %s | FileCheck %s 4 #CHECK: aghik %r0, %r0, -32768 # encoding: [0xec,0x00,0x80,0x00,0x00,0xd9] 5 #CHECK: aghik %r0, %r0, -1 # encoding: [0xec,0x00,0xff,0xff,0x00,0xd9] 6 #CHECK: aghik %r0, %r0, 0 # encoding: [0xec,0x00,0x00,0x00,0x00,0xd9] 7 #CHECK: aghik %r0, %r0, 1 # encoding: [0xec,0x00,0x00,0x01,0x00,0xd9] 8 #CHECK: aghik %r0, %r0, 32767 # encoding: [0xec,0x00,0x7f,0xff,0x00,0xd9] 9 #CHECK: aghik %r0, %r15, 0 # encoding: [0xec,0x0f,0x00,0x00,0x00,0xd9] 10 #CHECK: aghik %r15, %r0, 0 # encoding: [0xec,0xf0,0x00,0x00,0x00,0xd9] 11 #CHECK: aghik %r7, %r8, -16 # encoding: [0xec,0x78,0xff,0xf0,0x00,0xd9] 22 #CHECK: agrk %r0, %r0, %r0 # encoding: [0xb9,0xe8,0x00,0x00] [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/AArch64/ |
| H A D | arm64-system-encoding.s | 1 ; RUN: not llvm-mc -triple arm64-apple-darwin -show-encoding < %s 2> %t | FileCheck %s 17 ; CHECK: nop ; encoding: [0x1f,0x20,0x03,0xd5] 18 ; CHECK: sev ; encoding: [0x9f,0x20,0x03,0xd5] 19 ; CHECK: sevl ; encoding: [0xbf,0x20,0x03,0xd5] 20 ; CHECK: wfe ; encoding: [0x5f,0x20,0x03,0xd5] 21 ; CHECK: wfi ; encoding: [0x7f,0x20,0x03,0xd5] 22 ; CHECK: yield ; encoding: [0x3f,0x20,0x03,0xd5] 29 ; CHECK: clrex #10 ; encoding: [0x5f,0x3a,0x03,0xd5] 32 ; CHECK: isb ; encoding: [0xdf,0x3f,0x03,0xd5] 33 ; CHECK: isb ; encoding: [0xdf,0x3f,0x03,0xd5] [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/ |
| H A D | move-banked-regs.s | 1 @ RUN: llvm-mc -triple armv7 -mattr=virtualization -show-encoding %s | FileCheck %s --check-prefix=… 2 @ RUN: llvm-mc -triple thumbv7 -mattr=virtualization -show-encoding %s | FileCheck %s --check-prefi… 11 @ CHECK-ARM: mrs r2, r8_usr @ encoding: [0x00,0x22,0x00,0xe1] 12 @ CHECK-ARM: mrs r3, r9_usr @ encoding: [0x00,0x32,0x01,0xe1] 13 @ CHECK-ARM: mrs r5, r10_usr @ encoding: [0x00,0x52,0x02,0xe1] 14 @ CHECK-ARM: mrs r7, r11_usr @ encoding: [0x00,0x72,0x03,0xe1] 15 @ CHECK-ARM: mrs r11, r12_usr @ encoding: [0x00,0xb2,0x04,0xe1] 16 @ CHECK-ARM: mrs r1, sp_usr @ encoding: [0x00,0x12,0x05,0xe1] 17 @ CHECK-ARM: mrs r2, lr_usr @ encoding: [0x00,0x22,0x06,0xe1] 18 @ CHECK-THUMB: mrs r2, r8_usr @ encoding: [0xe0,0xf3,0x20,0x82] [all …]
|