Home
last modified time | relevance | path

Searched refs:UshrInt (Results 1 – 3 of 3) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/code/
DUshrInt.java9 public class UshrInt extends Format23x { class
15 UshrInt(int high, BytecodeStream stream) { in UshrInt() method in UshrInt
19 public UshrInt(int dest, int left, int right) { in UshrInt() method in UshrInt
DBaseInstructionFactory.java303 case UshrInt.OPCODE: in create()
304 return new UshrInt(high, stream); in create()
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DUshr.java6 import com.android.tools.r8.code.UshrInt;
42 return new UshrInt(dest, left, right); in CreateInt()