Searched refs:UshrLong (Results 1 – 3 of 3) sorted by relevance
8 public class UshrLong extends Format23x { class14 UshrLong(int high, BytecodeStream stream) { in UshrLong() method in UshrLong18 public UshrLong(int dest, int left, int right) { in UshrLong() method in UshrLong
325 case UshrLong.OPCODE: in create()326 return new UshrLong(high, stream); in create()
9 import com.android.tools.r8.code.UshrLong;47 return new UshrLong(dest, left, right); in CreateLong()