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

  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeInput.java 59 int short1 = read(); local
61 return short0 | (short1 << 16);
67 long short1 = read(); local
71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ShortArrayCodeInput.java 59 int short1 = read(); local
61 return short0 | (short1 << 16);
67 long short1 = read(); local
71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48);
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 10 %short1 = add i16 0, 0 ; <i16> [#uses=6]
50 %test31 = icmp eq i16 %short1, %short2 ; <i1> [#uses=0]
51 %test32 = icmp sge i16 %short1, %short2 ; <i1> [#uses=0]
52 %test33 = icmp sgt i16 %short1, %short2 ; <i1> [#uses=0]
53 %test34 = icmp sle i16 %short1, %short2 ; <i1> [#uses=0]
54 %test35 = icmp slt i16 %short1, %short2 ; <i1> [#uses=0]
55 %test36 = icmp ne i16 %short1, %short2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-setcond-int.ll 10 %short1 = add i16 0, 0 ; <i16> [#uses=6]
50 %test31 = icmp eq i16 %short1, %short2 ; <i1> [#uses=0]
51 %test32 = icmp sge i16 %short1, %short2 ; <i1> [#uses=0]
52 %test33 = icmp sgt i16 %short1, %short2 ; <i1> [#uses=0]
53 %test34 = icmp sle i16 %short1, %short2 ; <i1> [#uses=0]
54 %test35 = icmp slt i16 %short1, %short2 ; <i1> [#uses=0]
55 %test36 = icmp ne i16 %short1, %short2 ; <i1> [#uses=0]
  /tools/build/gradle/wrapper/
gradle-wrapper.jar 

Completed in 185 milliseconds