Displaying 2 results from an estimated 2 matches for "cijlh".
Did you mean:
ciclo
2018 Sep 20
3
Comparing Clang and GCC: only clang stores updated value in each iteration.
... # %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
# -- End function
.type a, at object # @a
.data
.globl a
.p2align ...
2018 Sep 21
2
Comparing Clang and GCC: only clang stores updated value in each iteration.
... # 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
>> # -- End function
>> .type a, at object # @a
>...