/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | ISHR.java | 26 public class ISHR extends ArithmeticInstruction { class 28 public ISHR() { in ISHR() method in ISHR 29 super(org.apache.bcel.Const.ISHR); in ISHR()
|
D | InstructionConst.java | 114 public static final ArithmeticInstruction ISHR = new ISHR(); field in InstructionConst 245 INSTRUCTIONS[Const.ISHR] = ISHR;
|
D | InstructionConstants.java | 115 ArithmeticInstruction ISHR = new ISHR(); field 250 INSTRUCTIONS[Const.ISHR] = ISHR; in Clinit()
|
D | ArithmeticInstruction.java | 74 case Const.ISHR: in getType()
|
D | Visitor.java | 216 void visitISHR( ISHR obj ); in visitISHR()
|
D | EmptyVisitor.java | 338 public void visitISHR( final ISHR obj ) { in visitISHR()
|
D | InstructionFactory.java | 346 return op.equals(">>>") ? InstructionConst.IUSHR : InstructionConst.ISHR; in createBinaryIntOp()
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 168 int ISHR = 122; field
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 154 OP12(ISHR)
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 145 OP12(ISHR)
|
D | tgsi_info_opcodes.h | 126 OPCODE(1, 2, COMP, ISHR)
|
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | FlowAnalyzer.kt | 219 … IADD, ISUB, IMUL, IDIV, IREM, IAND, IOR, IXOR, ISHL, ISHR, IUSHR, L2I, D2I, FCMPL, FCMPG -> { in executeOne()
|
D | AtomicFUTransformer.kt | 934 … IADD, ISUB, IMUL, IDIV, IREM, IAND, IOR, IXOR, ISHL, ISHR, IUSHR -> { /* simple arithmetics */ } in checkDataFlowComplexity()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
D | Constants.java | 768 short ISHR = 122; field
|
D | Const.java | 1090 public static final short ISHR = 122; field in Const
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
D | LabelFlowAnalyzerTest.java | 214 testInsn(ISHR, true); in testInsn()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | BytecodeTypeInference.java | 249 case Opcodes.ISHR: in visitInsn()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | ExecutionVisitor.java | 937 public void visitISHR(final ISHR o) { in visitISHR()
|
D | InstConstraintVisitor.java | 2185 public void visitISHR(final ISHR o) { in visitISHR()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 389 case ISHR: in execute()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 996 RSHIFT, NOP, NOP, LSHR, ISHR,
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 780 case7(ISHR, LAST, ISHR, USHR, LAST, I64SHR, U64SHR); in get_opcode()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 817 NV50_IR_OPCODE_CASE(ISHR, SHR); in translateOpcode()
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/ |
D | BytecodeTypeInferenceTest.golden.txt | 848 ISHR
|
/external/mesa3d/docs/gallium/ |
D | tgsi.rst | 1330 .. opcode:: ISHR - Arithmetic Shift Right (of Signed Integer)
|