search for: tmov

Displaying 15 results from an estimated 15 matches for "tmov".

Did you mean: mov
2018 Mar 14
0
[PATCH v2 06/27] x86/entry/64: Adapt assembly for PIE support
...\ > typeof(var) pxo_new__ = (nval); \ > switch (sizeof(var)) { \ > case 1: \ > asm("\n\tmov "__percpu_arg(1)",%%al" \ > "\n1:\tcmpxchgb %2, "__percpu_arg(1) \ > "\n\tjnz 1b" \ > : "=&a" (px...
2007 Dec 12
1
Speex crashing on ARM with assembler optimization enabled.
Alexander Chemeris a ?crit : > Ok, if I comment out inclusion of "filters_arm4.h" (or comment out its > only overridden function - normalize16()) it works fine. > > Also it works fine if I use -O0 for compilation. Specifying -O1 or -O2 lead > to segfault (if "filters_arm4.h" is included, sure). OK, so either I screwed up the alignment/constraints in the
2005 Dec 06
1
ARM4 filter code
...have included a patch against the 1.1.11.1 that will make the filter_mem2 bit exact with the C. -Fritz -------------- next part -------------- --- filters_arm4.h 2005-11-16 06:08:28.000000000 -0500 +++ filters_arm4_new.h 2005-12-06 11:06:51.012221200 -0500 @@ -240,9 +240,11 @@ "\tmov %8, %8, lsr #15\n" "\tadd %10, %8, %9, lsl #17\n" "\tldrsh %6, [%2], #2\n" - "\tsmull %8, %9, %5, %6\n" - "\tadd %10, %10, %8, lsr #15\n" - "\tadd %10, %10, %9, lsl #17\n" +...
2020 Aug 23
3
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...fan Kanthak <stefan.kanthak at nexgo.de> long dummy; __attribute__((naked)) long function(void) { __asm__(".data\n" "dummy:\n" ".quad\t0\n" ".text\n" ".intel_syntax noprefix\n" "\tmov\trax, dummy\n" "\tret\n"); } --- EOF --- --- crash-74a40f.sh --- # Crash reproducer for clang version 10.0.0 # Driver args: "-c" "-m64" "crash.c" # Original command: "C:\\Program Files\\LLVM\\bin\\clang.exe" "-cc1" "...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...__((naked)) >> long function(void) >> { >> __asm__(".data\n" >> "dummy:\n" >> ".quad\t0\n" >> ".text\n" >> ".intel_syntax noprefix\n" >> "\tmov\trax, dummy\n" >> "\tret\n"); >> } >> --- EOF --- >> >> --- crash-74a40f.sh --- >> # Crash reproducer for clang version 10.0.0 >> # Driver args: "-c" "-m64" "crash.c" >> # Original command: &quo...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...t;> >> __asm__(".data\n" >> >> "dummy:\n" >> >> ".quad\t0\n" >> >> ".text\n" >> >> ".intel_syntax noprefix\n" >> >> "\tmov\trax, dummy\n" >> >> "\tret\n"); >> >> } >> >> --- EOF --- >> >> >> >> --- crash-74a40f.sh --- >> >> # Crash reproducer for clang version 10.0.0 >> >> # Driver args: "-c" "-m...
2007 Apr 10
0
TXTSETUP.OEM and CD-ROM?
...WXnNUPC2nhourbd3JCx BgbeGkzpV5eRPV92WoreBDuivE1pM7HNXeUvyKvk+U63Hpf3Amxv+SqSH+1hV5/byJE+z0jX uT8TS5SjrdJSp2IvA31ur782jnOuSc4baJpfzJ6PqI+9VVzPtrSqRlWx9qWziLHRPj46Xdc+ FSuo/K3ZVLG/FFVd1m+PbbdRBJukWTz6HIg4w7l6bAc2x1p86/ZVavujq09w3oema8L2Yrl7 ftrqh7kMFrnpszRxZAQbyfZffy4vxvMS/jMPmGOmHuWt4i9dr6E+ax3ZCNEm/tMOv/WR6boH c1If26Wvz9bdD470EYkHy2z7+SSvzUslXEINbvejW1Ftuad8+8m8AVpbtkmela4vzy///NbD WH19zM8omtenmKXfq0+g+YV5qWzLqMyW4JZ6NPsSKf44zRBV1PGBPzrdXnX1Y+mR7tnf1cdO 4PZD69PemNDnpQR6tVzb/T1WH3fU6vC79jw23U5tDWIdoY/w50H6vJBAr5Pp0v+d1NpB3ZrX 53tt99WYuu3Lz53Dfni6A306sSJ92q479fH+CH3MnWBAtb7X8udlEl2eo0/49lm24zWXyZI+...
2008 Feb 28
7
[PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization
Hi. Thank you for comments on asm code paravirtualization. Its direction is getting clear. Although it hasn't been finished yet, I'd like to start discussion on ia64 intrinsics paravirtualization. This patch set is just for discussion so that it is a subset of xen Linux/ia64 domU paravirtualization, not self complete. You can get the full patched tree by typing git clone
2008 Feb 28
7
[PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization
Hi. Thank you for comments on asm code paravirtualization. Its direction is getting clear. Although it hasn't been finished yet, I'd like to start discussion on ia64 intrinsics paravirtualization. This patch set is just for discussion so that it is a subset of xen Linux/ia64 domU paravirtualization, not self complete. You can get the full patched tree by typing git clone
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
...e <asm/unistd.h>\n"; + print OUT "\n"; + print OUT "\t.text\n"; + print OUT "\t.align 32\n"; + print OUT "\t.proc ${fname}\n"; + print OUT "\t.globl ${fname}\n"; + print OUT "${fname}:\n"; + print OUT "\tmov\tr15 = __NR_${sname}\n"; + print OUT "\tbreak __BREAK_SYSCALL\n"; + print OUT "\tcmp.eq p6,p0 = -1,r10\n"; + print OUT "(p6)\tbr.few __syscall_error\n"; + print OUT "\tbr.ret.sptk.many b0\n"; + print OUT "\t.size\t${fname},.-${fname}\...
2018 Mar 13
32
[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce
2018 Mar 13
32
[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: