/external/llvm/device/include/llvm/Config/ |
Disassemblers.def | 1 //===- llvm/Config/Disassemblers.def - LLVM Assembly Parsers ----*- C++ -*-===// 10 // This file enumerates all of the assembly-language parsers 13 // single parameter (the name of the target whose assembly can be 15 // targets with assembly parsers.
|
/external/llvm/include/llvm/IRReader/ |
IRReader.h | 11 // Bitcode and Assembly, automatically detecting the input format. 30 /// attempt to parse it as LLVM Assembly and return a fully populated 38 /// for it. Otherwise, attempt to parse it as LLVM Assembly and return 44 /// Otherwise, attempt to parse it as LLVM Assembly and return a Module
|
/external/llvm/test/CodeGen/ARM/ |
emit-big-cst.ll | 2 ; Check assembly printing of odd constants.
|
/external/llvm/test/CodeGen/Mips/ |
emit-big-cst.ll | 2 ; Check assembly printing of odd constants.
|
/external/llvm/test/CodeGen/X86/ |
emit-big-cst.ll | 2 ; Check assembly printing of odd constants.
|
/external/llvm/test/MC/X86/AlignedBundling/ |
asm-printing-bundle-directives.s | 3 # Just a simple test for the assembly emitter - making sure it emits back the
|
/external/llvm/test/MC/X86/ |
inline-asm-obj.ll | 5 ; Test that we can handle inline assembly referring to a temporary label.
|
/external/llvm/test/Verifier/ |
dbg-difile-crash.ll | 2 ; CHECK: assembly parsed, but does not verify
|
dbg-null-retained-type.ll | 2 ; CHECK: assembly parsed, but does not verify
|
dbg-orphaned-compileunit.ll | 2 ; CHECK: assembly parsed, but does not verify
|
ident-meta1.ll | 9 ; CHECK: assembly parsed, but does not verify as correct!
|
ident-meta2.ll | 11 ; CHECK: assembly parsed, but does not verify as correct!
|
ident-meta3.ll | 8 ; CHECK: assembly parsed, but does not verify as correct!
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
GCMetadataPrinter.h | 11 // as assembly code. This is a separate class from GCStrategy in order to allow 31 /// GCMetadataPrinterRegistry - The GC assembly printer registry uses all the 35 /// GCMetadataPrinter - Emits GC metadata as assembly code. 63 /// beginAssembly/finishAssembly - Emit module metadata as assembly code.
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCInstPrinter.h | 1 //===-- MCInstPrinter.h - Convert an MCInst to target assembly syntax -----===// 19 /// MCInstPrinter - This is an instance of a target assembly language printer 20 /// that converts an MCInst to valid target assembly syntax. 25 /// assembly emission is disable.
|
/external/v8/src/ |
arguments.cc | 12 // Rewrite this in assembly to really clobber all registers.
|
/prebuilts/go/darwin-x86/misc/cgo/test/issue9400/ |
gccgo.go | 16 // without writing more assembly code, which we haven't bothered to
|
/prebuilts/go/darwin-x86/src/crypto/aes/ |
cipher_generic.go | 23 // call an assembly implementation if one is available.
|
/prebuilts/go/darwin-x86/src/runtime/internal/sys/ |
stubs.go | 7 // Declarations for runtime services implemented in C or assembly.
|
/prebuilts/go/linux-x86/misc/cgo/test/issue9400/ |
gccgo.go | 16 // without writing more assembly code, which we haven't bothered to
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
cipher_generic.go | 23 // call an assembly implementation if one is available.
|
/prebuilts/go/linux-x86/src/runtime/internal/sys/ |
stubs.go | 7 // Declarations for runtime services implemented in C or assembly.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/ |
guard.s | 1 # D30V guarded execution assembly test
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips@mips32-imm.d | 6 # Check MIPS32 WAIT and SDBBP instruction assembly (microMIPS).
|
micromips@mips32r2-cp2.d | 5 # Check MIPS32 Release 2 (mips32r2) cop2 instruction assembly (microMIPS).
|