/external/v8/src/crankshaft/s390/ |
lithium-codegen-s390.h | 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) 26 : LCodeGenBase(chunk, assembler, info), 57 // Support for converting LOperands to assembler types.
|
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.h | 27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) 28 : LCodeGenBase(chunk, assembler, info), 55 // Support for converting LOperands to assembler types.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
neon-omit.s | 104 @ PR 11136 - this used to crash the assembler.
|
/external/llvm/test/MC/ARM/ |
eh-directive-section-multiple-func.s | 8 @ The assembler should switch the section back to the corresponding section
|
thumb2-mclass.s | 6 @ Check that the assembler can handle the documented syntax from the ARM ARM.
|
/external/llvm/test/MC/Mips/ |
expr1.s | 6 # Check that the assembler can handle the expressions as operands.
|
micromips-branch-fixup.s | 7 # Check that the assembler can handle the documented syntax
|
micromips-branch-instructions.s | 5 # Check that the assembler can handle the documented syntax
|
set-at-directive.s | 3 # Check that the assembler can handle the documented syntax
|
micromips-alu-instructions.s | 3 # Check that the assembler can handle the documented syntax
|
micromips-relocations.s | 7 # Check that the assembler can handle the documented syntax
|
mips-alu-instructions.s | 2 # Check that the assembler can handle the documented syntax
|
mips64-alu-instructions.s | 2 # Check that the assembler can handle the documented syntax
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
opc-i.pl | 133 // ??? This was originally 0x3ffffff, but that generates an assembler warning
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/ |
ldb.s | 11 # but this is not yet supported in the assembler, so space is allocated
|
ldh.s | 11 # but this is not yet supported in the assembler, so space is allocated
|
ldw.s | 11 # but this is not yet supported in the assembler, so space is allocated
|
stb.s | 11 # but this is not yet supported in the assembler, so space is allocated
|
sth.s | 11 # but this is not yet supported in the assembler, so space is allocated
|
stw.s | 11 # but this is not yet supported in the assembler, so space is allocated
|
/external/google-breakpad/android/google_breakpad/ |
Android.mk | 64 # cryptic assembler messages like: 66 # /tmp/cc8aMSoD.s: Assembler messages:
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/ |
libvpx.mk | 75 # RVCT (ARM's in-house compiler) format to GNU Assembler Format for gcc. 112 # assembler to pre-process its assembly files.
|
/prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-doxia-tools/1.0.2/ |
maven-doxia-tools-1.0.2.jar | |
/art/compiler/utils/arm/ |
assembler_thumb2.h | 368 // Force the assembler to generate 32 bit instructions. 575 // Prepare the assembler->fixup_dependents_ and each Fixup's dependents_start_/count_. 576 static void PrepareDependents(Thumb2Assembler* assembler); 578 ArrayRef<const FixupId> Dependents(const Thumb2Assembler& assembler) const { 579 return ArrayRef<const FixupId>(assembler.fixup_dependents_).SubArray(dependents_start_, 608 // Emit the branch instruction into the assembler buffer. This does the 642 static void ForExpandableDependencies(Thumb2Assembler* assembler, Function fn); 654 uint32_t location_; // Offset into assembler buffer in bytes. 655 uint32_t target_; // Offset into assembler buffer in bytes. 658 // array in the assembler and we store only the start index and count here [all...] |
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 178 ; The Microsoft assembler tries to impose a certain amount of type safety in 181 ; original inline assembler we're porting from.
|