Home
last modified time | relevance | path

Searched refs:ISHR (Results 1 – 25 of 25) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DISHR.java26 public class ISHR extends ArithmeticInstruction { class
28 public ISHR() { in ISHR() method in ISHR
29 super(org.apache.bcel.Const.ISHR); in ISHR()
DInstructionConst.java114 public static final ArithmeticInstruction ISHR = new ISHR(); field in InstructionConst
245 INSTRUCTIONS[Const.ISHR] = ISHR;
DInstructionConstants.java115 ArithmeticInstruction ISHR = new ISHR(); field
250 INSTRUCTIONS[Const.ISHR] = ISHR; in Clinit()
DArithmeticInstruction.java74 case Const.ISHR: in getType()
DVisitor.java216 void visitISHR( ISHR obj ); in visitISHR()
DEmptyVisitor.java338 public void visitISHR( final ISHR obj ) { in visitISHR()
DInstructionFactory.java346 return op.equals(">>>") ? InstructionConst.IUSHR : InstructionConst.ISHR; in createBinaryIntOp()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java168 int ISHR = 122; field
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h154 OP12(ISHR)
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h145 OP12(ISHR)
Dtgsi_info_opcodes.h126 OPCODE(1, 2, COMP, ISHR)
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt219 … IADD, ISUB, IMUL, IDIV, IREM, IAND, IOR, IXOR, ISHL, ISHR, IUSHR, L2I, D2I, FCMPL, FCMPG -> { in executeOne()
DAtomicFUTransformer.kt934 … 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/
DConstants.java768 short ISHR = 122; field
DConst.java1090 public static final short ISHR = 122; field in Const
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java214 testInsn(ISHR, true); in testInsn()
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java249 case Opcodes.ISHR: in visitInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java937 public void visitISHR(final ISHR o) { in visitISHR()
DInstConstraintVisitor.java2185 public void visitISHR(final ISHR o) { in visitISHR()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java389 case ISHR: in execute()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java996 RSHIFT, NOP, NOP, LSHR, ISHR,
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp780 case7(ISHR, LAST, ISHR, USHR, LAST, I64SHR, U64SHR); in get_opcode()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp817 NV50_IR_OPCODE_CASE(ISHR, SHR); in translateOpcode()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInferenceTest.golden.txt848 ISHR
/external/mesa3d/docs/gallium/
Dtgsi.rst1330 .. opcode:: ISHR - Arithmetic Shift Right (of Signed Integer)