Searched refs:SH (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/net/java/android/net/apf/ |
D | ApfGenerator.java | 52 SH(12), // Left shift, e.g, "sh R0, 5" or "sh R0, -5" (shifts right) enumConstant 535 Instruction instruction = new Instruction(Opcodes.SH); in addLeftShift() 546 Instruction instruction = new Instruction(Opcodes.SH); in addRightShift() 604 Instruction instruction = new Instruction(Opcodes.SH, Register.R1); in addLeftShiftR1()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | LoaderDicom.java | 95 static final short SH = vr("SH"); field in LoaderDicom 108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
|