search for: andeq

Displaying 6 results from an estimated 6 matches for "andeq".

Did you mean: addeq
2014 Oct 10
2
[LLVMdev] Remaining Compiler-RT failures in ARM
On 10 October 2014 12:48, Renato Golin <renato.golin at linaro.org> wrote: > 0x0014b494 <+192>: andeq r1, r0, r4, asr #23 > 0x0014b498 <+196>: andseq r8, r2, r12, lsl #24 > 0x0014b49c <+200>: andeq r1, r0, r12, ror r7 > 0x0014b4a0 <+204>: ; <UNDEFINED> instruction: 0x00128bd0 > => 0x0014b4a4 <+208>: ; <UNDEFINED> instruction: 0xff...
2014 Oct 09
4
[LLVMdev] Remaining Compiler-RT failures in ARM
Folks, As of this run: http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/746 There are three classes of failures that need fixing before we get the bot green: 1. AddressSanitizer.BuiltinLongJmpTest Unit Test Two configurations fail: * Asan-arm-inline-Test * Asan-arm-with-calls-Test I wonder what's the best way to run it individually and reduce the error. I'm not
2016 Jun 19
2
llvm-bjdump and ELF-ARM/Thumb
...e1 08 stmeq r1!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, sp} ^ 1a71: 30 90 e5 00 rsceq r9, r5, r0, lsr r0 1a75: 10 a0 e1 00 rsceq r10, r1, r0, lsl r0 1a79: 00 53 e3 1e cdpne p3, #14, c5, c3, c0, #0 llvm-objdump: warning: invalid instruction encoding 1a7e: 2f 01 01 00 andeq r0, r1, pc, lsr #2 llvm-objdump: warning: invalid instruction encoding 1a83: e3 13 ff 2f svchs #16716771 llvm-objdump: warning: invalid instruction encoding The binaries I try to read are c++ dynamic libraries for Android. I have used the following parameters: -llvm-objcdump mylib.so -d -ar...
2016 Jun 20
2
llvm-bjdump and ELF-ARM/Thumb
..., sp} ^ > 1a71: 30 90 e5 00 rsceq r9, r5, r0, lsr r0 > 1a75: 10 a0 e1 00 rsceq r10, r1, r0, lsl r0 > 1a79: 00 53 e3 1e cdpne p3, #14, c5, c3, c0, #0 > llvm-objdump: warning: invalid instruction encoding > 1a7e: 2f 01 01 00 andeq r0, r1, pc, lsr #2 > llvm-objdump: warning: invalid instruction encoding > 1a83: e3 13 ff 2f svchs #16716771 > llvm-objdump: warning: invalid instruction encoding > > The binaries I try to read are c++ dynamic libraries for Android. > > I have used the follo...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See