[valgrind] [Bug 460616] disInstr(arm64): unhandled instruction 0x4E819402 (dotprod/ASIMDDP)

2023-11-10 Thread William Ashley
https://bugs.kde.org/show_bug.cgi?id=460616 --- Comment #6 from William Ashley --- Thanks Mark! -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 460616] disInstr(arm64): unhandled instruction 0x4E819402

2023-08-01 Thread William Ashley
https://bugs.kde.org/show_bug.cgi?id=460616 William Ashley changed: What|Removed |Added Attachment #160568|0 |1 is obsolete

[valgrind] [Bug 460616] disInstr(arm64): unhandled instruction 0x4E819402

2023-07-27 Thread William Ashley
https://bugs.kde.org/show_bug.cgi?id=460616 William Ashley changed: What|Removed |Added CC||w...@amazon.com --- Comment #1 from William

[valgrind] [Bug 441109] [ARM64] Invalid write of size 8 when it's really 16

2023-07-28 Thread William Ashley
https://bugs.kde.org/show_bug.cgi?id=441109 --- Comment #2 from William Ashley --- With stp (store pair), there's a similar problem. Pairs of 32, 64 and 128-bit values all get reported as the wrong write sizes. asm volatile ("stp s0, s1, [%0]" :: "r" (ptr) : "s0&q

[valgrind] [Bug 460616] disInstr(arm64): unhandled instruction 0x4E819402

2023-07-31 Thread William Ashley
https://bugs.kde.org/show_bug.cgi?id=460616 --- Comment #2 from William Ashley --- On Friday I submitted the change to the valgrind-developers mailing list, https://sourceforge.net/p/valgrind/mailman/valgrind-developers/thread/ed40273d-295d-445c-8d97-9fc48f535...@amazon.com/ -- You

[valgrind] [Bug 441109] [ARM64] Invalid write of size 8 when it's really 16

2023-07-28 Thread William Ashley
https://bugs.kde.org/show_bug.cgi?id=441109 --- Comment #1 from William Ashley --- To expand on this a bit, here's a sweep through all of the 'str' sizes: #include int main(void) { char *ptr = malloc(256); ptr += 256; asm volatile ("str b0, [%0]" :: "r" (

[valgrind] [Bug 438322] disInstr(arm): unhandled instruction: 0xE320F014

2023-07-28 Thread William Ashley
https://bugs.kde.org/show_bug.cgi?id=438322 William Ashley changed: What|Removed |Added CC|w...@amazon.com | -- You are receiving this mail because: You

[valgrind] [Bug 438322] disInstr(arm): unhandled instruction: 0xE320F014

2023-07-28 Thread William Ashley
https://bugs.kde.org/show_bug.cgi?id=438322 William Ashley changed: What|Removed |Added CC||w...@amazon.com -- You are receiving

[valgrind] [Bug 441109] [ARM64] Invalid write of size 8 when it's really 16

2023-07-28 Thread William Ashley
https://bugs.kde.org/show_bug.cgi?id=441109 William Ashley changed: What|Removed |Added CC||w...@amazon.com -- You are receiving