/external/llvm/test/MC/Mips/ |
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 | \ 8 # MicroMIPS 16-bit Instructions
|
micromips-alu-instructions.s | 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EL %s 2 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EB %s
|
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 \ 8 # microMIPS Control Instructions
|
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 \
|
micromips-bad-branches.s | 1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -mattr=+msa -arch=mips -mattr=+micromips 2>&1 | FileCheck %s
|
cprestore-noreorder.s | 7 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+micromips --position-independent -show-encoding | \ 8 # RUN: FileCheck %s -check-prefix=MICROMIPS 54 # MICROMIPS: .cprestore 8 55 # MICROMIPS: jalrs16 $25 # encoding: [0x45,0xf9] 56 # MICROMIPS: nop # encoding: [0x00,0x00,0x00,0x00] 57 # MICROMIPS: lw $gp, 8($sp) # encoding: [0xff,0x9d,0x00,0x08] 59 # MICROMIPS: jalrs $4, $25 # encoding: [0x00,0x99,0x4f,0x3c] 60 # MICROMIPS: nop # encoding: [0x00,0x00,0x00,0x00] 61 # MICROMIPS: lw $gp, 8($sp) # encoding: [0xff,0x9d,0x00,0x08] 63 # MICROMIPS: lw $25, %got(foo)($gp) # encoding: [0xff,0x3c,A,A [all...] |
cprestore-reorder.s | 7 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+micromips --position-independent -show-encoding | \ 8 # RUN: FileCheck %s -check-prefix=MICROMIPS 55 # MICROMIPS: .cprestore 8 56 # MICROMIPS: jalrs16 $25 # encoding: [0x45,0xf9] 57 # MICROMIPS: nop # encoding: [0x0c,0x00] 58 # MICROMIPS: lw $gp, 8($sp) # encoding: [0xff,0x9d,0x00,0x08] 60 # MICROMIPS: jalrs $4, $25 # encoding: [0x00,0x99,0x4f,0x3c] 61 # MICROMIPS: nop # encoding: [0x0c,0x00] 62 # MICROMIPS: lw $gp, 8($sp) # encoding: [0xff,0x9d,0x00,0x08] 64 # MICROMIPS: lw $25, %got(foo)($gp) # encoding: [0xff,0x3c,A,A [all...] |
micromips-fpu-instructions.s | 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips \ 3 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips \
|
micromips-invalid.s | 1 # RUN: not llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips 2>%t1
|
module-directive-bad.s | 124 .set micromips
|
/external/llvm/test/MC/Mips/micromips64r6/ |
invalid-wrong-error.s | 2 # RUN: not llvm-mc %s -triple=mips -show-encoding -mcpu=mips64r6 -mattr=micromips 2>%t1
|
invalid.s | 1 # RUN: not llvm-mc %s -triple=mips -show-encoding -mcpu=mips64r6 -mattr=micromips 2>%t1 255 # bposge32 is microMIPS DSP instruction
|
valid.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64r6 -mattr=micromips | FileCheck %s
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips-branch-relax.d | 2 #name: Relax microMIPS branches 4 #stderr: micromips-branch-relax.l 5 #source: micromips-branch-relax.s
|
micromips-branch-relax-pic.d | 2 #name: Relax microMIPS branches (pic) 4 #stderr: micromips-branch-relax-pic.l 5 #source: micromips-branch-relax.s
|
micromips.s | 3 .set micromips [all...] |
micromips-insn32.d | 2 #name: microMIPS for MIPS32r2 (insn32 mode) 4 #stderr: micromips-warn.l 5 #source: micromips.s [all...] |
micromips-noinsn32.d | 2 #name: microMIPS for MIPS32r2 (instructions valid in insn32 mode) 4 #stderr: micromips-warn.l 5 #source: micromips.s [all...] |
/external/llvm/test/MC/Mips/micromips/ |
invalid.s | 1 # RUN: not llvm-mc %s -triple=mips -show-encoding -mattr=micromips 2>%t1
|
/external/llvm/test/MC/Mips/micromips-dsp/ |
valid.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -mattr=+dsp | FileCheck %s
|
/external/llvm/test/MC/Mips/micromips-dspr2/ |
valid.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -mattr=+dspr2 | FileCheck %s
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
mips-elf.exp | 740 # MIPS16 and microMIPS interlinking test. 741 run_dump_test "mips16-and-micromips" 815 proc run_mips_plt_test { name abi filter micromips suffix {extra {}} } { 820 append as_flags " --defsym micromips=$micromips --defsym $abi=1" 855 run_mips_plt_test "o32 PLTs for microMIPS encoding" o32 19 1 umips-only 862 run_mips_plt_test "o32 PLTs for mixed MIPS and microMIPS" \ 864 run_mips_plt_test "o32 PLTs for mixed MIPS and microMIPS with %got" \ 866 run_mips_plt_test "o32 PLTs for mixed MIPS and microMIPS with .word" \ 873 run_mips_plt_test "n32 PLTs for mixed MIPS and microMIPS" \ [all...] |
/external/llvm/test/MC/Mips/micromips32r6/ |
invalid.s | 1 # RUN: not llvm-mc %s -triple=mips -show-encoding -mcpu=mips32r6 -mattr=micromips 2>%t1 215 # bposge32 is microMIPS DSP instruction
|
valid.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips | FileCheck %s [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
Makefile.am | 193 micromips-opc.c \
|