OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mblaze
(Results
76 - 100
of
106
) sorted by null
1
2
3
4
5
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/MBlaze/
mblaze_typea.txt
1
# RUN: llvm-mc --disassemble %s -triple=
mblaze
-unknown-unknown | FileCheck %s
mblaze_branch.txt
1
# RUN: llvm-mc --disassemble %s -triple=
mblaze
-unknown-unknown | FileCheck %s
mblaze_imm.txt
1
# RUN: llvm-mc --disassemble %s -triple=
mblaze
-unknown-unknown | FileCheck %s
mblaze_operands.txt
1
# RUN: llvm-mc --disassemble %s -triple=
mblaze
-unknown-unknown | FileCheck %s
mblaze_fsl.txt
1
# RUN: llvm-mc --disassemble %s -triple=
mblaze
-unknown-unknown | FileCheck %s
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_fpu.s
1
# RUN: llvm-mc -triple
mblaze
-unknown-unknown -show-encoding %s | FileCheck %s
mblaze_memory.s
1
# RUN: llvm-mc -triple
mblaze
-unknown-unknown -show-encoding %s | FileCheck %s
mblaze_typea.s
1
# RUN: llvm-mc -triple
mblaze
-unknown-unknown -show-encoding %s | FileCheck %s
mblaze_typeb.s
1
# RUN: llvm-mc -triple
mblaze
-unknown-unknown -show-encoding %s | FileCheck %s
mblaze_branch.s
1
# RUN: llvm-mc -triple
mblaze
-unknown-unknown -show-encoding %s | FileCheck %s
mblaze_special.s
1
# RUN: llvm-mc -triple
mblaze
-unknown-unknown -show-encoding %s | FileCheck %s
mblaze_imm.s
1
# RUN: llvm-mc -triple
mblaze
-unknown-unknown -show-encoding %s | FileCheck %s
/external/swiftshader/third_party/LLVM/include/llvm/
CallingConv.h
92
/// MBLAZE_INTR - Calling convention used for
MBlaze
interrupt routines.
95
/// MBLAZE_INTR - Calling convention used for
MBlaze
interrupt support
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeMCInstLower.cpp
1
//===-- MBLazeMCInstLower.cpp - Convert
MBlaze
MachineInstr to an MCInst---===//
10
// This file contains code to lower
MBlaze
MachineInstrs to their corresponding
MBlazeMachineFunction.h
10
// This file declares the
MBlaze
specific subclass of MachineFunctionInfo.
26
///
MBlaze
target-specific information for each MachineFunction.
MBlazeTargetObjectFile.cpp
1
//===-- MBlazeTargetObjectFile.cpp -
MBlaze
object files ------------------===//
MBlazeInstrInfo.td
1
//===- MBlazeInstrInfo.td -
MBlaze
Instruction defs --------*- tablegen -*-===//
16
//
MBlaze
type profiles
27
//
MBlaze
specific nodes
48
//
MBlaze
Instruction Predicate Definitions.
68
//
MBlaze
Operand, Complex Patterns and Transformations Definitions.
136
//
MBlaze
Address Mode. SDNode frameindex could possibily be a match
334
//
MBlaze
arithmetic instructions
409
//
MBlaze
immediate mode arithmetic instructions
441
//
MBlaze
memory access instructions
483
//
MBlaze
branch instruction
[
all
...]
MBlazeSchedule3.td
1
//===- MBlazeSchedule3.td -
MBlaze
Scheduling Definitions --*- tablegen -*-===//
11
//
MBlaze
instruction itineraries for the three stage pipeline.
MBlazeSchedule5.td
1
//===- MBlazeSchedule5.td -
MBlaze
Scheduling Definitions --*- tablegen -*-===//
11
//
MBlaze
instruction itineraries for the five stage pipeline.
MBlazeInstrFPU.td
1
//===- MBlazeInstrFPU.td -
MBlaze
FPU Instruction defs -----*- tablegen -*-===//
11
//
MBlaze
profiles and nodes
15
//
MBlaze
Operand, Complex Patterns and Transformations Definitions.
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h
65
mblaze
, //
MBlaze
:
mblaze
enumerator in enum:llvm::Triple::ArchType
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmLexer.cpp
1
//===-- MBlazeAsmLexer.cpp - Tokenize
MBlaze
assembly to AsmTokens --------===//
MBlazeAsmParser.cpp
1
//===-- MBlazeAsmParser.cpp - Parse
MBlaze
asm to MCInst instructions -----===//
72
/// MBlazeOperand - Instances of this class represent a parsed
MBlaze
machine
483
/// Parse an
mblaze
instruction mnemonic followed by its operands.
522
/// ParseDirective parses the
MBlaze
specific directives
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
cc.ll
1
; Test some of the calling convention lowering done by the
MBlaze
backend.
7
; RUN: llc < %s -march=
mblaze
| FileCheck %s
/external/swiftshader/third_party/LLVM/autoconf/
configure.ac
362
mblaze
-*) llvm_cv_target_arch="
MBlaze
" ;;
499
MBlaze
) AC_SUBST(TARGET_HAS_JIT,0) ;;
617
all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU XCore MSP430 SystemZ Blackfin CBackend CppBackend
MBlaze
PTX" ;;
634
mblaze
) TARGETS_TO_BUILD="
MBlaze
$TARGETS_TO_BUILD" ;;
644
MBlaze
) TARGETS_TO_BUILD="
MBlaze
$TARGETS_TO_BUILD" ;;
[
all
...]
Completed in 422 milliseconds
1
2
3
4
5