HomeSort by relevance Sort by last modified time
    Searched full:obit (Results 1 - 14 of 14) sorted by null

  /external/llvm/test/CodeGen/Generic/
add-with-overflow-128.ll 13 %obit = extractvalue {i128, i1} %t, 1
14 br i1 %obit, label %carry, label %normal
32 %obit = extractvalue {i96, i1} %t, 1
33 ret i1 %obit
add-with-overflow.ll 11 %obit = extractvalue {i32, i1} %t, 1
12 br i1 %obit, label %overflow, label %normal
27 %obit = extractvalue {i32, i1} %t, 1
28 br i1 %obit, label %overflow, label %normal
add-with-overflow-24.ll 11 %obit = extractvalue {i24, i1} %t, 1
12 br i1 %obit, label %overflow, label %normal
28 %obit = extractvalue {i24, i1} %t, 1
29 br i1 %obit, label %carry, label %normal
  /external/llvm/test/CodeGen/X86/
sub-with-overflow.ll 10 %obit = extractvalue {i32, i1} %t, 1
11 br i1 %obit, label %overflow, label %normal
30 %obit = extractvalue {i32, i1} %t, 1
31 br i1 %obit, label %carry, label %normal
53 %obit = extractvalue {i32, i1} %t, 1
54 ret i1 %obit
fast-isel-constant.ll 13 %obit = extractvalue {i32, i1} %t, 1
14 br i1 %obit, label %overflow, label %normal
umul-with-carry.ll 13 %obit = extractvalue {i32, i1} %t, 1
14 br i1 %obit, label %carry, label %normal
smul-with-overflow.ll 10 %obit = extractvalue {i32, i1} %t, 1
11 br i1 %obit, label %overflow, label %normal
29 %obit = extractvalue {i32, i1} %t, 1
30 br i1 %obit, label %overflow, label %normal
add.ll 32 %obit = extractvalue {i32, i1} %t, 1
33 br i1 %obit, label %overflow, label %normal
55 %obit = extractvalue {i32, i1} %t, 1
56 br i1 %obit, label %carry, label %normal
140 %obit = extractvalue {i32, i1} %t, 1
141 ret i1 %obit
  /frameworks/native/libs/binder/
BpBinder.cpp 219 const Obituary& obit = mObituaries->itemAt(i); local
220 if ((obit.recipient == recipient
221 || (recipient == NULL && obit.cookie == cookie))
222 && obit.flags == flags) {
223 const uint32_t allFlags = obit.flags|flags;
276 void BpBinder::reportOneDeath(const Obituary& obit)
278 sp<DeathRecipient> recipient = obit.recipient.promote();
  /frameworks/native/include/binder/
BpBinder.h 108 void reportOneDeath(const Obituary& obit);
  /system/core/include/private/pixelflinger/
ggl_fixed.h 215 "sltu %[tmp1],%[tmp1],%[tmp]\t\n" /*obit*/
231 "sltu %[tmp1],%[tmp1],%[tmp] \t\n" /*obit?*/
248 "sltu %[tmp1],%[tmp1],%[tmp] \t\n" /*obit?*/
271 "sltu %[tmp1],%[tmp1],%[tmp] \t\n" /*obit?*/
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-209067.js 373 s += ' <a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html"><img src="http://i.cnn.net/cnn/2003/SHOWBIZ/Movies/06/12/obit.peck/top.peck.obit.jpg" alt="Oscar-winner Peck dies" width="280" height="210" border="0" hspace="0" vspace="0"></a>';
376 s += ' <h2 style="font-size:20px;"><a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html">Oscar-winner Peck dies</a></h2>';
381 s += ' <b><a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html" class="cnnt1link">FULL STORY</a></b>';
386 s += '&#8226; <span class="cnnBodyText" style="font-weight:bold;color:#333;">Video: </span><img src="http://i.cnn.net/cnn/.element/img/1.0/misc/premium.gif" alt="premium content" width="9" height="11" hspace="0" vspace="0" border="0" align="absmiddle"> <a href="javascript:LaunchVideo("/showbiz/2003/06/12/peck.obit.affl.","300k");">A leading mans leading man</a><br>';
391 s += '&#8226; <span class="cnnBodyText" style="font-weight:bold;color:#333">Interactive: </span> <a href="javascript:CNN_openPopup("/interactive/entertainment/0306/peck.obit/frameset.exclude.html","620x430","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=620,height=430")">Gregory Peck through the years</a><br>';
429 s += '<div class="cnnMainNewT2">&#8226; <a href="/2003/SHOWBIZ/TV/06/12/obit.brinkley/index.html">Television icon David Brinkley dead at 82</a><br></div>';
    [all...]
  /external/llvm/docs/
LangRef.rst     [all...]
  /external/llvm/lib/Target/X86/
README.txt     [all...]

Completed in 275 milliseconds