HomeSort by relevance Sort by last modified time
    Searched refs:ISA (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/openssl/crypto/des/
DES.pm 5 @ISA = qw(Exporter DynaLoader);
  /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/mips32r6/
invalid.s 1 # Instructions that are available for the current ISA but should be rejected by
valid.s 17 # FIXME: Add the instructions carried forward from older ISA's
  /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 1 # Instructions that are available for the current ISA but should be rejected by
valid.s 17 # FIXME: Add the instructions carried forward from older ISA's
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
SpacingHeuristics.pm 32 our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
34 @ISA = qw(Exporter);
  /art/test/etc/
host-run-test-jar 15 ISA="x86"
82 ISA="x86_64"
193 mkdir_cmd="mkdir -p ${DEX_LOCATION}/dalvik-cache/$ISA"
195 prebuild_cmd="${ANDROID_HOST_OUT}/bin/dex2oatd $COMPILER_FLAGS --instruction-set=$ISA $BUILD_BOOT_OPT --dex-file=$DEX_LOCATION/$TEST_NAME.jar --oat-file=$DEX_LOCATION/dalvik-cache/$ISA/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.dex | cut -d/ -f 2- | sed "s:/:@:g")"
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 9 our @ISA = qw(Exporter);
Util.pm 9 our @ISA = qw(Exporter);
Core.pm 9 our @ISA = qw(Exporter);
  /external/llvm/test/MC/ELF/
discriminator.s 59 # DWARF-DUMP: Address Line Column File ISA Discriminator Flags
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
httpd.pm 46 our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
48 @ISA = qw(Exporter);
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 161 StringRef ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6";
166 report_fatal_error(ISA + " is not compatible with the DSP ASE", false);
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
ghash-armv4.pl 242 bx lr @ interoperable with Thumb ISA:-)
320 bx lr @ interoperable with Thumb ISA:-)
  /external/openssl/crypto/modes/asm/
ghash-armv4.pl 238 bx lr @ interoperable with Thumb ISA:-)
315 bx lr @ interoperable with Thumb ISA:-)
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/bn/
armv4-mont.S 169 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha1-armv4-large.pl 236 bx lr @ interoperable with Thumb ISA:-)
  /external/openssl/crypto/bn/asm/
armv4-mont.S 172 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
armv4-gf2m.S 190 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
armv4-gf2m.pl 258 bx lr @ interoperable with Thumb ISA:-)
  /external/openssl/crypto/sha/asm/
sha1-thumb.pl 114 bx r3 @ switch to Thumb ISA
  /external/qemu-pc-bios/bochs/bios/
acpi-dsdt.dsl 233 /* PIIX3 ISA bridge */
234 Device (ISA) {
237 /* PIIX PCI to ISA irq remapping */
432 Field (\_SB.PCI0.ISA.P40C, ByteAcc, NoLock, Preserve)
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
armv4-mont.pl 22 # The code is interoperable with Thumb ISA and is rather compact, less
238 bx lr @ interoperable with Thumb ISA:-)

Completed in 1258 milliseconds

1 2 3