Home
last modified time | relevance | path

Searched +refs:tablegen +refs:mode (Results 1 – 25 of 143) sorted by relevance

123456

/external/swiftshader/third_party/LLVM/utils/emacs/
DREADME6 * llvm-mode.el
8 Syntax highlighting mode for LLVM assembly files. To use, add this code to
13 (require 'llvm-mode)
15 * tablegen-mode.el
17 Syntax highlighting mode for TableGen description files. To use, add this code
22 (require 'tablegen-mode)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/emacs/
DREADME6 * llvm-mode.el
8 Syntax highlighting mode for LLVM assembly files. To use, add this code to
13 (require 'llvm-mode)
15 * tablegen-mode.el
17 Syntax highlighting mode for TableGen description files. To use, add this code
22 (require 'tablegen-mode)
/external/llvm/utils/emacs/
DREADME6 * llvm-mode.el
8 Syntax highlighting mode for LLVM assembly files. To use, add this code to
13 (require 'llvm-mode)
15 * tablegen-mode.el
17 Syntax highlighting mode for TableGen description files. To use, add this code
22 (require 'tablegen-mode)
/external/swiftshader/third_party/LLVM/utils/vim/
DREADME7 Syntax highlighting mode for LLVM assembly files. To use, copy `llvm.vim' to
14 * tablegen.vim
16 Syntax highlighting mode for TableGen description files. To use, copy
17 `tablegen.vim' to ~/.vim/syntax and add this code to your ~/.vimrc :
20 au! BufRead,BufNewFile *.td set filetype=tablegen
40 " LLVM Makefile highlighting mode
Dvimrc82 " Enable syntax highlighting for tablegen files. To use, copy
83 " utils/vim/tablegen.vim to ~/.vim/syntax .
85 au! BufRead,BufNewFile *.td set filetype=tablegen
109 " In findstart mode, look for the beginning of the current identifier.
/external/swiftshader/third_party/LLVM/utils/jedit/
DREADME5 * tablegen.xml
7 Syntax highlighting mode for TableGen description files. To use, copy this
10 <MODE NAME="tablegen" FILE="tablegen.xml" FILE_NAME_GLOB="*.td" />
/external/swiftshader/third_party/llvm-7.0/llvm/utils/jedit/
DREADME5 * tablegen.xml
7 Syntax highlighting mode for TableGen description files. To use, copy this
10 <MODE NAME="tablegen" FILE="tablegen.xml" FILE_NAME_GLOB="*.td" />
/external/llvm/utils/jedit/
DREADME5 * tablegen.xml
7 Syntax highlighting mode for TableGen description files. To use, copy this
10 <MODE NAME="tablegen" FILE="tablegen.xml" FILE_NAME_GLOB="*.td" />
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DLeonFeatures.td1 //===-- LeonFeatures.td - Describe the Leon Features -------*- tablegen -*-===//
51 "LEON3 erratum detection: Detects any rounding mode change "
52 "request: use only the round-to-nearest rounding mode"
DSparc.td1 //===-- Sparc.td - Describe the Sparc Target Machine -------*- tablegen -*-===//
39 "Enable deprecated V8 instructions in V9 mode">;
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparc.td1 //===- Sparc.td - Describe the Sparc Target Machine --------*- tablegen -*-===//
28 "Enable deprecated V8 instructions in V9 mode">;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/
DREADME4 tablegen *.td files. It comes with filetype detection rules in the (ftdetect),
19 " LLVM Makefile highlighting mode
Dvimrc82 " Enable syntax highlighting for tablegen files. To use, copy
83 " utils/vim/syntax/tablegen.vim to ~/.vim/syntax .
85 au! BufRead,BufNewFile *.td set filetype=tablegen
116 " In findstart mode, look for the beginning of the current identifier.
/external/llvm/utils/vim/
DREADME4 tablegen *.td files. It comes with filetype detection rules in the (ftdetect),
19 " LLVM Makefile highlighting mode
Dvimrc82 " Enable syntax highlighting for tablegen files. To use, copy
83 " utils/vim/tablegen.vim to ~/.vim/syntax .
85 au! BufRead,BufNewFile *.td set filetype=tablegen
116 " In findstart mode, look for the beginning of the current identifier.
/external/llvm/lib/Target/Sparc/
DLeonFeatures.td1 //===-- LeonFeatures.td - Describe the Leon Features -------*- tablegen -*-===//
67 "LEON3 erratum fix: Prevent any rounding mode change "
68 "request: use only the round-to-nearest rounding mode">;
DSparc.td1 //===-- Sparc.td - Describe the Sparc Target Machine -------*- tablegen -*-===//
27 "Enable deprecated V8 instructions in V9 mode">;
/external/llvm/lib/Target/Mips/
DMipsCallingConv.td1 //===-- MipsCallingConv.td - Calling Conventions for Mips --*- tablegen -*-===//
65 // tablegen-erated code.
102 // f64 arguments are returned in D0_64 and D2_64 in FP64bit mode or
103 // in D0 and D1 in FP32bit mode.
189 // whether the result was originally an f128 into the tablegen-erated code.
326 // whether the argument was originally an f128 into the tablegen-erated code.
DMips.td1 //===-- Mips.td - Describe the Mips Target Machine ---------*- tablegen -*-===//
33 // Predicate for marking the instruction as usable in hard-float mode only.
157 "Mips16 mode">;
171 "microMips mode">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsCallingConv.td1 //===-- MipsCallingConv.td - Calling Conventions for Mips --*- tablegen -*-===//
69 // tablegen-erated code.
108 // f64 arguments are returned in D0_64 and D2_64 in FP64bit mode or
109 // in D0 and D1 in FP32bit mode.
195 // whether the result was originally an f128 into the tablegen-erated code.
332 // whether the argument was originally an f128 into the tablegen-erated code.
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARM.td1 //===- ARM.td - Describe the ARM Target Machine ------------*- tablegen -*-===//
23 def ModeThumb : SubtargetFeature<"thumb-mode", "InThumbMode", "true",
24 "Thumb mode">;
26 def ModeNaCl : SubtargetFeature<"nacl-mode", "InNaClMode", "true",
27 "Native client mode">;
44 "Does not support ARM mode execution">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td1 //==- HexagonInstrFormats.td - Hexagon Instruction Formats --*- tablegen -*-==//
15 def NoAddrMode : AddrModeType<0>; // No addressing mode
16 def Absolute : AddrModeType<1>; // Absolute addressing mode
17 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
21 def PostInc : AddrModeType<6>; // Post increment addressing mode
134 // Addressing mode for load/store instructions.
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86.td1 //===- X86.td - Target definition file for the Intel X86 ---*- tablegen -*-===//
23 def Mode64Bit : SubtargetFeature<"64bit-mode", "In64BitMode", "true",
24 "64-bit mode (x86_64)">;
26 def ModeNaCl : SubtargetFeature<"nacl-mode", "InNaClMode", "true",
27 "Native Client mode">;
70 // without disabling 64-bit mode.
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td1 //===- WebAssemblyInstrControl.td-WebAssembly control-flow ------*- tablegen -*-
42 // jump tables, so in practice we don't ever use BR_TABLE_I64 in wasm32 mode
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCallingConv.td1 //===- MipsCallingConv.td - Calling Conventions for Mips ---*- tablegen -*-===//
93 // Single fp arguments are passed in pairs within 32-bit mode

123456