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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
UnixSelectorTest.java 104 Selector sel4 = Selector.open(); local
105 SelectionKey mkey4 = socketChannel2.register(sel4, SelectionKey.OP_CONNECT);
106 assertEquals(1, sel4.select(100));
  /external/llvm/test/CodeGen/X86/
vararg_tailcall.ll 7 @sel4 = external global i8*
56 %tmp3 = load i8** @sel4, align 8
72 %tmp3 = load i8** @sel4, align 8
89 %tmp3 = load i8** @sel4, align 8
  /external/llvm/test/CodeGen/Mips/
mips16ex.ll 66 %sel4 = load i32* %ehselector.slot
68 %lpad.val5 = insertvalue { i8*, i32 } %lpad.val, i32 %sel4, 1
select.ll 39 define float @sel4(float %f0, float %f1, float %f2, float %f3) nounwind readnone {
  /external/llvm/test/CodeGen/SystemZ/
fp-cmp-01.ll 140 %sel4 = select i1 %cmp4, float %sel3, float 4.0
141 %sel5 = select i1 %cmp5, float %sel4, float 5.0
fp-cmp-02.ll 140 %sel4 = select i1 %cmp4, double %sel3, double 4.0
141 %sel5 = select i1 %cmp5, double %sel4, double 5.0
int-cmp-05.ll 284 %sel4 = select i1 %cmp4, i64 %sel3, i64 4
285 %sel5 = select i1 %cmp5, i64 %sel4, i64 5
int-cmp-06.ll 334 %sel4 = select i1 %cmp4, i64 %sel3, i64 4
335 %sel5 = select i1 %cmp5, i64 %sel4, i64 5

Completed in 854 milliseconds