Displaying 3 results from an estimated 3 matches for "strib".
Did you mean:
strip
2012 Feb 10
1
[LLVMdev] Question about /llvm/trunk/lib/CodeGen/MachineScheduler.cpp
...eb 6, 2012, at 3:53 PM, Sergei Larin <slarin at codeaurora.org> wrote:
>>
>>>
>>> Andrew,
>>>
>>> Asserts are "on", nothing is caught. Debug output offers a single
>> clue -
>>> the BB in question has a non-jump terminator (STrib == store byte).
>>> I guess my question then becomes - can a non control flow instruction
>> serve
>>> as BB terminator (the implicit assumption I was referring to)? If not
>> then
>>> I'll try to find where the "proper" terminator was lost.
>...
2005 Sep 02
9
The Perils of PowerPoint
...s a URL for an editorial published today in our local newspaper,
the Minneapolis StarTribune. It was originally published in the
Washington Post a couple of days ago:
http://www.washingtonpost.com/wp-dyn/content/article/2005/08/29/AR2005082901444.html
but that site requires registration. The 'Strib" site seems to be open
for the moment:
http://www.startribune.com/stories/1519/5591930.html
I thought folks might find it interesting.
Best regards,
Marc Schwartz
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...bs_setimm_V4:
>> + case Hexagon::LDrih_abs_setimm_V4:
>> + case Hexagon::LDrib_abs_setimm_V4:
>> + case Hexagon::LDriuh_abs_setimm_V4:
>> + case Hexagon::LDriub_abs_setimm_V4:
>> +
>> + case Hexagon::STrid_abs_setimm_V4:
>> + case Hexagon::STrib_abs_setimm_V4:
>> + case Hexagon::STrih_abs_setimm_V4:
>> + case Hexagon::STriw_abs_setimm_V4:
>> +
>> + // V4 global address load.
>> + case Hexagon::LDrid_GP_cPt_V4 :
>> + case Hexagon::LDrid_GP_cNotPt_V4 :
>> + case Hexagon::LDrid_GP_cd...