Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/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
Dbrind.ll4 ; RUN: llc < %s -march=mblaze -mattr=+mul,+fpu,+barrel | FileCheck %s
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/TargetInfo/
DMBlazeTargetInfo.cpp18 RegisterTarget<Triple::mblaze> X(TheMBlazeTarget, "mblaze", "MBlaze"); in LLVMInitializeMBlazeTargetInfo()
/external/swiftshader/third_party/LLVM/lib/Support/
DTriple.cpp40 case mblaze: return "mblaze"; in getArchTypeName()
67 case mblaze: return "mblaze"; in getArchTypePrefix()
163 return mblaze; in getArchTypeForLLVMName()
291 return mblaze; in ParseArch()
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/MBlaze/
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/swiftshader/third_party/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_fpu.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
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlaze.td53 def : Processor<"mblaze", MBlazeGenericItineraries, []>;

12