Home
last modified time | relevance | path

Searched refs:mblaze (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm/test/CodeGen/MBlaze/
Dfsl.ll6 ; RUN: llc -O3 < %s -march=mblaze | FileCheck %s
8 declare i32 @llvm.mblaze.fsl.get(i32 %port)
9 declare i32 @llvm.mblaze.fsl.aget(i32 %port)
10 declare i32 @llvm.mblaze.fsl.cget(i32 %port)
11 declare i32 @llvm.mblaze.fsl.caget(i32 %port)
12 declare i32 @llvm.mblaze.fsl.eget(i32 %port)
13 declare i32 @llvm.mblaze.fsl.eaget(i32 %port)
14 declare i32 @llvm.mblaze.fsl.ecget(i32 %port)
15 declare i32 @llvm.mblaze.fsl.ecaget(i32 %port)
16 declare i32 @llvm.mblaze.fsl.nget(i32 %port)
[all …]
Dmul64.ll5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s
6 ; RUN: llc < %s -march=mblaze -mattr=+mul,+mul64 | \
Dmul.ll5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s
6 ; RUN: llc < %s -march=mblaze -mattr=+mul | FileCheck -check-prefix=MUL %s
Dimm.ll5 ; RUN: llc < %s -march=mblaze | FileCheck %s
6 ; RUN: llc < %s -march=mblaze -mattr=+fpu | FileCheck -check-prefix=FPU %s
Dfpu.ll5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s
6 ; RUN: llc < %s -march=mblaze -mattr=+fpu | FileCheck -check-prefix=FPU %s
Djumptable.ll1 ; Ensure that jump tables can be handled by the mblaze backend. The
5 ; RUN: llc < %s -march=mblaze | FileCheck %s
Ddiv.ll5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s
6 ; RUN: llc < %s -march=mblaze -mattr=+div | FileCheck -check-prefix=DIV %s
Dshift.ll5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s
6 ; RUN: llc < %s -march=mblaze -mattr=+barrel | FileCheck -check-prefix=SHT %s
Dselect.ll4 ; RUN: llc < %s -march=mblaze | FileCheck %s
Dloop.ll5 ; RUN: llc < %s -march=mblaze -mattr=+mul,+fpu,+barrel | FileCheck %s
D2010-04-07-DbgValueOtherTargets.ll1 ; RUN: llc -O0 -march=mblaze -asm-verbose < %s | FileCheck %s
Dintr.ll4 ; RUN: llc < %s -march=mblaze | FileCheck %s
/external/llvm/lib/Support/
DTriple.cpp40 case mblaze: return "mblaze"; in getArchTypeName()
63 case mblaze: return "mblaze"; in getArchTypePrefix()
160 .Case("mblaze", mblaze) in getArchTypeForLLVMName()
240 .Case("mblaze", Triple::mblaze) in parseArch()
684 case llvm::Triple::mblaze: in getArchPointerBitWidth()
733 case Triple::mblaze: in get32BitArchVariant()
766 case Triple::mblaze: in get64BitArchVariant()
/external/llvm/lib/Target/MBlaze/TargetInfo/
DMBlazeTargetInfo.cpp18 RegisterTarget<Triple::mblaze> X(TheMBlazeTarget, "mblaze", "MBlaze"); in LLVMInitializeMBlazeTargetInfo()
/external/llvm/test/MC/Disassembler/MBlaze/
Dmblaze_mbar.txt1 # RUN: llvm-mc --disassemble %s -triple=mblaze-unknown-unknown | FileCheck %s
Dmblaze_pattern.txt1 # RUN: llvm-mc --disassemble %s -triple=mblaze-unknown-unknown | FileCheck %s
Dmblaze_shift.txt1 # RUN: llvm-mc --disassemble %s -triple=mblaze-unknown-unknown | FileCheck %s
Dmblaze_fpu.txt1 # RUN: llvm-mc --disassemble %s -triple=mblaze-unknown-unknown | FileCheck %s
Dmblaze_typeb.txt1 # RUN: llvm-mc --disassemble %s -triple=mblaze-unknown-unknown | FileCheck %s
Dmblaze_memory.txt1 # RUN: llvm-mc --disassemble %s -triple=mblaze-unknown-unknown | FileCheck %s
/external/llvm/test/MC/MBlaze/
Dmblaze_pattern.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
Dmblaze_shift.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
Dmblaze_typeb.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
Dmblaze_fpu.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
/external/llvm/lib/Target/MBlaze/
DMBlaze.td53 def : Processor<"mblaze", NoItineraries, []>;

123