Searched refs:UshrInt (Results 1 – 3 of 3) sorted by relevance
9 public class UshrInt extends Format23x { class15 UshrInt(int high, BytecodeStream stream) { in UshrInt() method in UshrInt19 public UshrInt(int dest, int left, int right) { in UshrInt() method in UshrInt
303 case UshrInt.OPCODE: in create()304 return new UshrInt(high, stream); in create()
6 import com.android.tools.r8.code.UshrInt;42 return new UshrInt(dest, left, right); in CreateInt()