OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mblaze
(Results
51 - 75
of
106
) sorted by null
1
2
3
4
5
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlaze.td
1
//===-
MBlaze
.td - Describe the
MBlaze
Target Machine ------*- tablegen -*-===//
9
// This is the top level entry point for the
MBlaze
target.
50
//
MBlaze
processors supported.
53
def : Processor<"
mblaze
", MBlazeGenericItineraries, []>;
70
def
MBlaze
: Target {
MBlazeELFWriterInfo.h
1
//===-- MBlazeELFWriterInfo.h - ELF Writer Info for
MBlaze
------*- C++ -*-===//
10
// This file implements ELF writer information for the
MBlaze
backend.
MBlazeTargetMachine.h
1
//===-- MBlazeTargetMachine.h - Define TargetMachine for
MBlaze
--- C++ ---===//
10
// This file declares the
MBlaze
specific subclass of TargetMachine.
MBlazeIntrinsics.td
1
//===- IntrinsicsMBlaze.td - Defines
MBlaze
intrinsics -----*- tablegen -*-===//
15
// Definitions for all
MBlaze
intrinsics.
18
//
MBlaze
intrinsic classes.
19
let TargetPrefix = "
mblaze
", isTarget = 1 in {
MBlazeTargetObjectFile.h
1
//===-- llvm/Target/MBlazeTargetObjectFile.h -
MBlaze
Obj. Info -*- C++ -*-===//
MBlazeInstrFormats.td
40
// Describe
MBlaze
instructions format
52
// Generic
MBlaze
Format
55
let Namespace = "
MBlaze
";
87
// Type A instruction class in
MBlaze
: <|opcode|rd|ra|rb|flags|>
105
// Type B instruction class in
MBlaze
: <|opcode|rd|ra|immediate|>
122
// Type A instruction class in
MBlaze
but with the operands reversed
142
// Type B instruction class in
MBlaze
but with the operands reversed in
160
// Shift immediate instruction class in
MBlaze
: <|opcode|rd|ra|immediate|>
178
// Special instruction class in
MBlaze
: <|opcode|rd|imm14|>
193
// MSR instruction class in
MBlaze
: <|opcode|rd|imm15|
[
all
...]
MBlazeFrameLowering.h
17
#include "
MBlaze
.h"
MBlazeISelLowering.h
1
//===-- MBlazeISelLowering.h -
MBlaze
DAG Lowering Interface ----*- C++ -*-===//
10
// This file defines the interfaces that
MBlaze
uses to lower LLVM code into a
21
#include "
MBlaze
.h"
MBlazeAsmPrinter.cpp
1
//===-- MBlazeAsmPrinter.cpp -
MBlaze
LLVM assembly writer ----------------===//
11
// of machine-dependent LLVM code to GAS-format
MBlaze
assembly language.
15
#define DEBUG_TYPE "
mblaze
-asm-printer"
17
#include "
MBlaze
.h"
60
return "
MBlaze
Assembly Printer";
89
//
MBlaze
Asm Directives
140
if (
MBlaze
::GPRRegisterClass->contains(Reg))
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
div.ll
5
; RUN: llc < %s -march=
mblaze
| FileCheck -check-prefix=FUN %s
6
; RUN: llc < %s -march=
mblaze
-mattr=+div | FileCheck -check-prefix=DIV %s
shift.ll
5
; RUN: llc < %s -march=
mblaze
| FileCheck -check-prefix=FUN %s
6
; RUN: llc < %s -march=
mblaze
-mattr=+barrel | FileCheck -check-prefix=SHT %s
2010-04-07-DbgValueOtherTargets.ll
1
; RUN: llc -O0 -march=
mblaze
-asm-verbose < %s | FileCheck %s
loop.ll
5
; RUN: llc < %s -march=
mblaze
-mattr=+mul,+fpu,+barrel | FileCheck %s
brind.ll
4
; RUN: llc < %s -march=
mblaze
-mattr=+mul,+fpu,+barrel | FileCheck %s
callind.ll
4
; RUN: llc < %s -march=
mblaze
-mattr=+mul,+fpu,+barrel | FileCheck %s
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCAsmInfo.cpp
1
//===-- MBlazeMCAsmInfo.cpp -
MBlaze
asm properties -----------------------===//
MBlazeMCAsmInfo.h
1
//=====-- MBlazeMCAsmInfo.h -
MBlaze
asm properties -----------*- C++ -*--====//
Makefile
1
##===- lib/Target/
MBlaze
/TargetDesc/Makefile ---------------*- Makefile -*-===##
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/TargetInfo/
Makefile
1
##===- lib/Target/
MBlaze
/TargetInfo/Makefile ---------------*- Makefile -*-===##
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/MBlaze/
mblaze_fpu.txt
1
# RUN: llvm-mc --disassemble %s -triple=
mblaze
-unknown-unknown | FileCheck %s
mblaze_memory.txt
1
# RUN: llvm-mc --disassemble %s -triple=
mblaze
-unknown-unknown | FileCheck %s
mblaze_typeb.txt
1
# RUN: llvm-mc --disassemble %s -triple=
mblaze
-unknown-unknown | FileCheck %s
mblaze_special.txt
1
# RUN: llvm-mc --disassemble %s -triple=
mblaze
-unknown-unknown | FileCheck %s
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_shift.s
1
# RUN: llvm-mc -triple
mblaze
-unknown-unknown -show-encoding %s | FileCheck %s
/external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp
40
case
mblaze
: return "
mblaze
";
67
case
mblaze
: return "
mblaze
";
162
if (Name == "
mblaze
")
163
return
mblaze
;
251
if (Str == "
mblaze
" || Str == "microblaze")
252
return "
mblaze
";
290
else if (ArchName == "
mblaze
")
291
return
mblaze
;
[
all
...]
Completed in 99 milliseconds
1
2
3
4
5