Displaying 8 results from an estimated 8 matches for "strl".
Did you mean:
str
2018 Sep 20
3
Aliasing rules difference between GCC and Clang
...%r0, %r0 // EXTEND E
cdfbr %f0, %r2
lgrl %r2, f
sllg %r3, %r0, 3
std %f0, 0(%r3,%r2) // STORE F ELEMENT
ld %f0, 0(%r1) // 2nd LOAD E <<<<<<<
cfdbr %r0, 5, %f0 // CONVERT
strl %r0, g // 2nd USE
br %r14
gcc -O3-march=z13 :
h:
.LFB0:
.cfi_startproc
larl %r1,e
ld %f0,0(%r1) // LOAD E
lrl %r2,g
lgrl %r3,f
cfdbr %r1,5,%f0 // CONVERT E
cdfbr %f0,%r2...
2018 Sep 21
2
Aliasing rules difference between GCC and Clang
...%f0, %r2
> lgrl %r2, f
> sllg %r3, %r0, 3
> std %f0, 0(%r3,%r2) // STORE F ELEMENT
> ld %f0, 0(%r1) // 2nd LOAD E <<<<<<<
> cfdbr %r0, 5, %f0 // CONVERT
> strl %r0, g // 2nd USE
> br %r14
>
> gcc -O3-march=z13 :
>
> h:
> .LFB0:
> .cfi_startproc
> larl %r1,e
> ld %f0,0(%r1) // LOAD E
> lrl %r2,g
> lgrl ...
2010 Sep 16
1
[RFC] function to parse string to argc/argv pair
...a way that's more
cross-platform (such that it can also be used by .lnx files rather
than just COM32) and suitable to use in rosh and lua.c32.
I've made a function and inlined a test program for the function. It
concatenates all command line arguments to one string, prints its
length (per strlen) and the string then breaks it apart and prints the
argument number and the argument (zero-origin, quoted for clarity).
What I'm looking for is comments/suggestions/feedback on how I should
improve this. I realize that it does not handle quoting at all (just
like __parse_argv) but I'd l...
2018 Sep 20
3
Comparing Clang and GCC: only clang stores updated value in each iteration.
... # %do.body
# =>This Inner Loop Header: Depth=1
cije %r0, 0, .LBB0_3
# %bb.2: # %if.then
# in Loop: Header=BB0_1 Depth=1
ahi %r0, 1
strl %r0, a
.LBB0_3: # %do.cond
# in Loop: Header=BB0_1 Depth=1
cijlh %r0, 0, .LBB0_1
# %bb.4: # %do.end
br %r14
.Lfunc_end0:
.size b, .Lfunc_end0-b
...
2011 Jun 19
2
Debugging textedit (gathering its content)
Hi guys,
I'm new in wine debugging, but i need to get content of textbox to console. I tried
Code:
WINEDEBUG=+edit ./app.exe 2>&1
It gets content of lineedit, but not textedit.
Do you have some idea how read content of textbox from win app in wine?
Thanks
2009 Aug 28
8
[Bug 1637] New: Change the context when starting internal-sftp
https://bugzilla.mindrot.org/show_bug.cgi?id=1637
Summary: Change the context when starting internal-sftp
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: unassigned-bugs at mindrot.org
2018 Sep 21
2
Comparing Clang and GCC: only clang stores updated value in each iteration.
... # =>This Inner Loop Header:
>> Depth=1
>> cije %r0, 0, .LBB0_3
>> # %bb.2: # %if.then
>> # in Loop: Header=BB0_1
>> Depth=1
>> ahi %r0, 1
>> strl %r0, a
>> .LBB0_3: # %do.cond
>> # in Loop: Header=BB0_1
>> Depth=1
>> cijlh %r0, 0, .LBB0_1
>> # %bb.4: # %do.end
>> br %r14
>&g...
2013 Jan 23
132
[PATCH 00/45] initial arm v8 (64-bit) support
First off, Apologies for the massive patch series...
This series boots a 32-bit dom0 kernel to a command prompt on an ARMv8
(AArch64) model. The kernel is the same one as I am currently using with
the 32 bit hypervisor
I haven''t yet tried starting a guest or anything super advanced like
that ;-). Also there is not real support for 64-bit domains at all,
although in one or two places I