/external/llvm/test/MC/Mips/mips32r2/ |
H A D | 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/mips32r3/ |
H A D | 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/mips32r5/ |
H A D | 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/mips32r6/ |
H A D | invalid.s | 1 # Instructions that are available for the current ISA but should be rejected by
|
H A D | valid.s | 17 # FIXME: Add the instructions carried forward from older ISA's
|
/external/llvm/test/MC/Mips/mips64r2/ |
H A D | 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/mips64r3/ |
H A D | 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/mips64r5/ |
H A D | 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/ |
H A D | invalid.s | 1 # Instructions that are available for the current ISA but should be rejected by
|
H A D | valid.s | 17 # FIXME: Add the instructions carried forward from older ISA's
|
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Context.pm | 9 our @ISA = qw(Exporter);
|
H A D | Util.pm | 9 our @ISA = qw(Exporter);
|
H A D | Core.pm | 9 our @ISA = qw(Exporter);
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.cpp | 108 StringRef ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6"; local 113 report_fatal_error(ISA + " is not compatible with the DSP ASE", false);
|
/external/llvm/test/MC/ELF/ |
H A D | discriminator.s | 59 # DWARF-DUMP: Address Line Column File ISA Discriminator Flags
|
/external/llvm/test/MC/Mips/ |
H A D | set-push-pop-directives.s | 20 .set mips32r6 # Test the Features option (ISA).
|
/external/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 285 InitSegAttr *ISA) { 289 PtrArray->setSection(ISA->getSection()); 317 auto *ISA = D->getAttr<InitSegAttr>(); local 333 } else if (PerformInit && ISA) { 334 EmitPointerToInitFunc(D, Addr, Fn, ISA); 282 EmitPointerToInitFunc(const VarDecl *D, llvm::GlobalVariable *GV, llvm::Function *InitFunc, InitSegAttr *ISA) argument
|
/external/boringssl/src/crypto/modes/asm/ |
H A D | ghash-armv4.pl | 259 bx lr @ interoperable with Thumb ISA:-) 337 bx lr @ interoperable with Thumb ISA:-)
|
/external/boringssl/linux-arm/crypto/bn/ |
H A D | armv4-mont.S | 175 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
|
/external/boringssl/linux-arm/crypto/aes/ |
H A D | aes-armv4.S | 14 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which 270 .word 0xe12fff1e @ interoperable with Thumb ISA:-) 714 .word 0xe12fff1e @ interoperable with Thumb ISA:-) 828 .word 0xe12fff1e @ interoperable with Thumb ISA:-) 1045 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
|
/external/boringssl/src/crypto/aes/asm/ |
H A D | aes-armv4.pl | 15 # by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which 302 bx lr @ interoperable with Thumb ISA:-) 746 bx lr @ interoperable with Thumb ISA:-) 865 bx lr @ interoperable with Thumb ISA:-) 1082 bx lr @ interoperable with Thumb ISA:-)
|
/external/boringssl/linux-arm/crypto/modes/ |
H A D | ghash-armv4.S | 181 .word 0xe12fff1e @ interoperable with Thumb ISA:-) 316 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
|
/external/boringssl/src/crypto/bn/asm/ |
H A D | armv4-mont.pl | 22 # The code is interoperable with Thumb ISA and is rather compact, less 258 bx lr @ interoperable with Thumb ISA:-)
|
/external/boringssl/src/crypto/sha/asm/ |
H A D | sha1-armv4-large.pl | 275 bx lr @ interoperable with Thumb ISA:-)
|
H A D | sha256-armv4.pl | 292 bx lr @ interoperable with Thumb ISA:-)
|