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

  /external/llvm/test/CodeGen/Thumb2/
2010-04-26-CopyRegCrash.ll 55 %asmtmp.i.i178 = tail call i16 asm "rev16 $0, $1\0A", "=l,l"(i16 %asmtmp.i.i179) nounwind ; <i16> [#uses=1]
56 store i16 %asmtmp.i.i178, i16* undef, align 2
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 179 @i178_s = external global i178 ; <i178*> [#uses=1]
1144 define void @i178_ls(i178 %x) nounwind {
1145 store i178 %x, i178* @i178_s
    [all...]
APIntSextParam.ll 179 @i178_s = external global i178 ; <i178*> [#uses=1]
1144 define void @i178_ls(i178 signext %x) nounwind {
1145 store i178 %x, i178* @i178_s
    [all...]
APIntZextParam.ll 179 @i178_s = external global i178 ; <i178*> [#uses=1]
1144 define void @i178_ls(i178 zeroext %x) nounwind {
1145 store i178 %x, i178* @i178_s
    [all...]
APIntLoadStore.ll 356 @i178_l = external global i178 ; <i178*> [#uses=1]
357 @i178_s = external global i178 ; <i178*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 320 int i178[] = {0, 1, 1, 1, 0, 1, 0}; local
447 assert(std::is_heap(i178, i178+7) == (std::is_heap_until(i178, i178+7) == i178+7));
is_heap_until.pass.cpp 320 int i178[] = {0, 1, 1, 1, 0, 1, 0}; local
447 assert(std::is_heap_until(i178, i178+7) == i178+1);
is_heap_until_comp.pass.cpp 321 int i178[] = {0, 1, 1, 1, 0, 1, 0}; local
448 assert(std::is_heap_until(i178, i178+7, std::greater<int>()) == i178+4);
is_heap_comp.pass.cpp 321 int i178[] = {0, 1, 1, 1, 0, 1, 0}; local
448 assert(std::is_heap(i178, i178+7, std::greater<int>()) == (std::is_heap_until(i178, i178+7, std::greater<int>()) == i178+7));
    [all...]

Completed in 33 milliseconds