Home
last modified time | relevance | path

Searched refs:ISHR (Results 1 – 20 of 20) 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()
DInstructionConstants.java115 ArithmeticInstruction ISHR = new ISHR(); field
250 INSTRUCTIONS[Const.ISHR] = ISHR; in Clinit()
DInstructionConst.java114 public static final ArithmeticInstruction ISHR = new ISHR(); field in InstructionConst
245 INSTRUCTIONS[Const.ISHR] = ISHR;
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/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h133 OP12(ISHR)
Dtgsi_info_opcodes.h126 OPCODE(1, 2, COMP, ISHR)
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h161 OP12(ISHR)
/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/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp716 case7(ISHR, LAST, ISHR, USHR, LAST, I64SHR, U64SHR); in get_opcode()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp876 NV50_IR_OPCODE_CASE(ISHR, SHR); in translateOpcode()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInferenceTest.golden.txt848 ISHR
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1299 .. opcode:: ISHR - Arithmetic Shift Right (of Signed Integer)