Home
last modified time | relevance | path

Searched refs:ARMv4 (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfpcmp_ueq.ll1 ; RUN: llc -mtriple arm-apple-darwin -filetype asm -o - %s | FileCheck -check-prefix CHECK-ARMv4 %s
11 ; CHECK-ARMv4-LABEL: f7:
12 ; CHECK-ARMv4-DAG: bl ___eqsf2
13 ; CHECK-ARMv4-DAG: bl ___unordsf2
14 ; CHECK-ARMv4: cmp r0, #0
15 ; CHECK-ARMv4: movne r0, #1
16 ; CHECK-ARMv4: orrs r0, r0,
17 ; CHECK-ARMv4: moveq r0, #42
/external/llvm/lib/Target/ARM/
DARM.td378 def ARMv4 : Architecture<"armv4", "ARMv4", []>;
508 def : ProcNoItin<"arm8", [ARMv4]>;
509 def : ProcNoItin<"arm810", [ARMv4]>;
510 def : ProcNoItin<"strongarm", [ARMv4]>;
511 def : ProcNoItin<"strongarm110", [ARMv4]>;
512 def : ProcNoItin<"strongarm1100", [ARMv4]>;
513 def : ProcNoItin<"strongarm1110", [ARMv4]>;
DARMSubtarget.h54 ARMv2, ARMv2a, ARMv3, ARMv3m, ARMv4, ARMv4t, ARMv5, ARMv5t, ARMv5te, enumerator
DARMInstrInfo.td2256 // ARMv4
5381 // ARMv4 indirect branch using (MOVr PC, dst)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARM.td525 def ARMv4 : Architecture<"armv4", "ARMv4", []>;
720 def : ProcNoItin<"arm8", [ARMv4]>;
721 def : ProcNoItin<"arm810", [ARMv4]>;
722 def : ProcNoItin<"strongarm", [ARMv4]>;
723 def : ProcNoItin<"strongarm110", [ARMv4]>;
724 def : ProcNoItin<"strongarm1100", [ARMv4]>;
725 def : ProcNoItin<"strongarm1110", [ARMv4]>;
DARMSubtarget.h88 ARMv4, enumerator
DARMInstrInfo.td2363 // ARMv4
5664 // ARMv4 indirect branch using (MOVr PC, dst)
/external/boringssl/ios-arm/crypto/fipsmodule/
Dsha256-armv4.S31 @ SHA256 block procedure for ARMv4. May 2007.
Dsha512-armv4.S31 @ SHA512 block procedure for ARMv4. September 2007.
Daes-armv4.S29 @ AES for ARMv4
34 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
/external/boringssl/linux-arm/crypto/fipsmodule/
Dsha512-armv4.S32 @ SHA512 block procedure for ARMv4. September 2007.
Dsha256-armv4.S32 @ SHA256 block procedure for ARMv4. May 2007.
Daes-armv4.S30 @ AES for ARMv4
35 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dmul-v4.s1 @ PR17647: MUL/MLA/SMLAL/UMLAL should be avalaibe to IAS for ARMv4 and higher
/external/llvm/test/MC/ARM/
Dmul-v4.s1 @ PR17647: MUL/MLA/SMLAL/UMLAL should be avalaibe to IAS for ARMv4 and higher
/external/libopus/
Dconfigure.ac218 [Use generic ARMv4 inline asm optimizations])
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc20 ARMv4 = 4,
200 { "armv4", "ARMv4 architecture", { ARM::ARMv4 }, { } },
343 { "arm8", "Select the arm8 processor", { ARM::ARMv4 }, { } },
344 { "arm810", "Select the arm810 processor", { ARM::ARMv4 }, { } },
399 { "strongarm", "Select the strongarm processor", { ARM::ARMv4 }, { } },
400 { "strongarm110", "Select the strongarm110 processor", { ARM::ARMv4 }, { } },
401 { "strongarm1100", "Select the strongarm1100 processor", { ARM::ARMv4 }, { } },
402 { "strongarm1110", "Select the strongarm1110 processor", { ARM::ARMv4 }, { } },
16499 if (Bits[ARM::ARMv4] && ARMArch < ARMv4) ARMArch = ARMv4;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrInfo.td1896 // ARMv4
1939 // ARMv4
4677 // ARMv4 indirect branch using (MOVr PC, dst)
/external/v8/
DChangeLog48433 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
48450 Fixed compilation for ARMv4 (issue 590).