/external/llvm/test/Assembler/ |
2002-04-07-HexFloatConstants.ll | 1 ; This testcase checks to make sure that the assembler can handle floating
|
2002-08-16-ConstExprInlined.ll | 3 ; assembly (because there are placeholders still around), which the assembler
|
/external/llvm/test/CodeGen/PowerPC/ |
asm-dialect.ll | 6 ; This test verifies that we choose "assembler variant 1" (which GCC
|
/external/llvm/test/CodeGen/SPARC/ |
mature-mc-support.ll | 3 ; FIXME: SPARC doesn't use the integrated assembler by default in all cases
|
/external/llvm/test/MC/Mips/mips32r2/ |
invalid.s | 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
|
/external/llvm/test/MC/Mips/mips64r2/ |
invalid.s | 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
|
/external/llvm/test/MC/Mips/mips64r6/ |
invalid.s | 2 # the assembler (e.g. invalid set of operands or operand's restrictions not met).
|
/external/openssl/crypto/des/ |
options.txt | 6 FreeBSD - Pentium Pro 200mhz - gcc 2.7.2.2 - assembler 577,000 4620k/s 11 linux - pentium 100mhz - gcc 2.7.0 - assembler 281,000 2250k/s 12 NT 4.0 - pentium 100mhz - VC 4.2 - assembler 281,000 2250k/s 23 solaris 2.4 486 50mhz - gcc 2.6.3 - assembler 65,000 522k/s
|
/system/core/libcutils/arch-mips/ |
android_memset.c | 19 /* Use mips-assembler versions supplied by bionic/libc/arch-mips/string/memset.S: */
|
/external/chromium_org/v8/src/x64/ |
debug-x64.cc | 9 #include "src/assembler.h" 26 DCHECK(Assembler::kJSReturnSequenceLength >= Assembler::kCallSequenceLength); 29 Assembler::kJSReturnSequenceLength - Assembler::kCallSequenceLength); 36 Assembler::kJSReturnSequenceLength); 59 Assembler::kDebugBreakSlotLength - Assembler::kCallSequenceLength); 65 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength); 257 __ Nop(Assembler::kDebugBreakSlotLength) [all...] |
/external/chromium_org/v8/src/arm/ |
cpu-arm.cc | 19 #include "src/assembler.h" 20 #include "src/macro-assembler.h"
|
/external/chromium_org/v8/src/mips/ |
cpu-mips.cc | 18 #include "src/assembler.h" 19 #include "src/macro-assembler.h"
|
/external/chromium_org/v8/src/mips64/ |
cpu-mips64.cc | 18 #include "src/assembler.h" 19 #include "src/macro-assembler.h"
|
/external/clang/test/Driver/ |
ast.c | 19 // COMPILE-AST-PHASES: 1: compiler, {0}, assembler 20 // COMPILE-AST-PHASES: 2: assembler, {1}, object
|
/external/libcxxabi/src/Unwind/ |
assembly.h | 1 /* ===-- assembly.h - libUnwind assembler support macros -------------------=== 10 * This file defines macros for use in libUnwind assembler source.
|
/external/openssl/crypto/des/asm/ |
readme | 1 First up, let me say I don't like writing in assembler. It is not portable, 7 assembler for the inner DES routines in libdes :-). 9 The file to implement in assembler is des_enc.c. Replace the following 25 x86 boxes, and unfortunately they normally try to make sure their assembler 34 so I wrote a few perl routines to output the correct assembler, given 35 a target assembler type. This code is ugly and is just a hack. 38 generate the assembler. 40 So to generate elf assembler
|
/external/zlib/src/contrib/asm686/ |
README.686 | 17 If you are using an assembler other than GNU as, you will have to 18 translate match.S to use your assembler's syntax. (Have fun.)
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
assembly.h | 1 /* ===-- assembly.h - libUnwind assembler support macros -------------------=== 10 * This file defines macros for use in libUnwind assembler source.
|
/external/llvm/include/llvm/MC/ |
MCObjectWriter.h | 29 /// used by the assembler backend to write native file format object files. 31 /// The object writer contains a few callbacks used by the assembler to allow 32 /// the object writer to modify the assembler data structures at appropriate 68 /// This routine is called by the assembler after layout and relaxation is 75 /// This routine is called by the assembler after layout and relaxation, and 106 /// This routine is called by the assembler after layout and relaxation is
|
/external/chromium_org/v8/src/ia32/ |
debug-ia32.cc | 25 DCHECK(Assembler::kJSReturnSequenceLength >= 26 Assembler::kCallInstructionLength); 29 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength); 36 Assembler::kJSReturnSequenceLength); 60 Assembler::kDebugBreakSlotLength - Assembler::kCallInstructionLength); 66 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength); 277 __ Nop(Assembler::kDebugBreakSlotLength); 278 DCHECK_EQ(Assembler::kDebugBreakSlotLength [all...] |
/external/chromium_org/v8/src/x87/ |
debug-x87.cc | 25 DCHECK(Assembler::kJSReturnSequenceLength >= 26 Assembler::kCallInstructionLength); 29 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength); 36 Assembler::kJSReturnSequenceLength); 60 Assembler::kDebugBreakSlotLength - Assembler::kCallInstructionLength); 66 rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength); 277 __ Nop(Assembler::kDebugBreakSlotLength); 278 DCHECK_EQ(Assembler::kDebugBreakSlotLength [all...] |
/art/compiler/utils/x86_64/ |
assembler_x86_64_test.cc | 155 std::string setcc_test_fn(x86_64::X86_64Assembler* assembler) { 217 assembler->setcc(static_cast<x86_64::Condition>(i), *reg); 237 std::string buildframe_test_fn(x86_64::X86_64Assembler* assembler) { 257 assembler->BuildFrame(10 * kStackAlignment, method_reg, spill_regs, entry_spills); 281 std::string removeframe_test_fn(x86_64::X86_64Assembler* assembler) { 290 assembler->RemoveFrame(10 * kStackAlignment, spill_regs); 309 std::string increaseframe_test_fn(x86_64::X86_64Assembler* assembler) { 310 assembler->IncreaseFrameSize(0U); 311 assembler->IncreaseFrameSize(kStackAlignment); 312 assembler->IncreaseFrameSize(10 * kStackAlignment) [all...] |
/external/chromium_org/v8/src/arm64/ |
instructions-arm64.cc | 11 #include "src/arm64/assembler-arm64-inl.h" 239 imm = Assembler::ImmPCRelAddress(target_offset); 256 branch_imm = Assembler::ImmCondBranch(offset); 261 branch_imm = Assembler::ImmUncondBranch(offset); 266 branch_imm = Assembler::ImmCmpBranch(offset); 271 branch_imm = Assembler::ImmTestBranch(offset); 284 Instr imm = Assembler::ImmLLiteral(offset);
|
/external/chromium_org/v8/test/cctest/ |
test-macro-assembler-arm.cc | 33 #include "src/macro-assembler.h" 35 #include "src/arm/macro-assembler-arm.h" 84 MacroAssembler assembler(isolate, NULL, 0); 85 MacroAssembler* masm = &assembler; 143 Assembler::kMinimalBufferSize, &actual_size, true)); 147 MacroAssembler assembler(isolate, buffer, static_cast<int>(actual_size)); 148 MacroAssembler* masm = &assembler; // Create a pointer for the __ macro.
|
/external/vixl/src/a64/ |
instructions-a64.cc | 28 #include "a64/assembler-a64.h" 191 Instr imm = Assembler::ImmPCRelAddress(target - this); 204 branch_imm = Assembler::ImmCondBranch(offset); 209 branch_imm = Assembler::ImmUncondBranch(offset); 214 branch_imm = Assembler::ImmCmpBranch(offset); 219 branch_imm = Assembler::ImmTestBranch(offset); 232 Instr imm = Assembler::ImmLLiteral(offset);
|