Searched refs:ARMv4 (Results 1 – 19 of 19) sorted by relevance
1 ; RUN: llc -mtriple arm-apple-darwin -filetype asm -o - %s | FileCheck -check-prefix CHECK-ARMv4 %s11 ; CHECK-ARMv4-LABEL: f7:12 ; CHECK-ARMv4-DAG: bl ___eqsf213 ; CHECK-ARMv4-DAG: bl ___unordsf214 ; CHECK-ARMv4: cmp r0, #015 ; CHECK-ARMv4: movne r0, #116 ; CHECK-ARMv4: orrs r0, r0,17 ; CHECK-ARMv4: moveq r0, #42
378 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]>;
54 ARMv2, ARMv2a, ARMv3, ARMv3m, ARMv4, ARMv4t, ARMv5, ARMv5t, ARMv5te, enumerator
2256 // ARMv45381 // ARMv4 indirect branch using (MOVr PC, dst)
525 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]>;
88 ARMv4, enumerator
2363 // ARMv45664 // ARMv4 indirect branch using (MOVr PC, dst)
31 @ SHA256 block procedure for ARMv4. May 2007.
31 @ SHA512 block procedure for ARMv4. September 2007.
29 @ AES for ARMv434 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
32 @ SHA512 block procedure for ARMv4. September 2007.
32 @ SHA256 block procedure for ARMv4. May 2007.
30 @ AES for ARMv435 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
1 @ PR17647: MUL/MLA/SMLAL/UMLAL should be avalaibe to IAS for ARMv4 and higher
218 [Use generic ARMv4 inline asm optimizations])
20 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;
1896 // ARMv41939 // ARMv44677 // ARMv4 indirect branch using (MOVr PC, dst)
48433 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.48450 Fixed compilation for ARMv4 (issue 590).