HomeSort by relevance Sort by last modified time
    Searched full:obit (Results 1 - 22 of 22) 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?*/
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 181 obit = 1
183 obit = 0
188 return ('[%d]' % count, obit)
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 198 obit = 1
200 obit = 0
205 return ('[%d]' % count, obit)
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 209 obit = 1
211 obit = 0
216 return ('[%d]' % count, obit)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 181 obit = 1
183 obit = 0
188 return ('[%d]' % count, obit)
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 198 obit = 1
200 obit = 0
205 return ('[%d]' % count, obit)
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 209 obit = 1
211 obit = 0
216 return ('[%d]' % count, obit)
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_handshake.cc 674 *error_details = "SCFG missing OBIT";
crypto_server_config.cc 786 LOG(WARNING) << "Server config message is missing OBIT";
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 116 kAEApplicationDied = FOUR_CHAR_CODE('obit')
    [all...]
  /external/llvm/docs/
LangRef.rst     [all...]
  /external/llvm/lib/Target/X86/
README.txt     [all...]

Completed in 3833 milliseconds