Home
last modified time | relevance | path

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

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIAND.java26 public class IAND extends ArithmeticInstruction { class
28 public IAND() { in IAND() method in IAND
29 super(org.apache.bcel.Const.IAND); in IAND()
DInstructionConst.java118 public static final ArithmeticInstruction IAND = new IAND(); field in InstructionConst
249 INSTRUCTIONS[Const.IAND] = IAND;
DInstructionConstants.java119 ArithmeticInstruction IAND = new IAND(); field
254 INSTRUCTIONS[Const.IAND] = IAND; in Clinit()
DArithmeticInstruction.java67 case Const.IAND: in getType()
DVisitor.java189 void visitIAND( IAND obj ); in visitIAND()
DEmptyVisitor.java293 public void visitIAND( final IAND obj ) { in visitIAND()
DInstructionFactory.java338 return InstructionConst.IAND; in createBinaryIntOp()
/external/llvm-project/flang/include/flang/Evaluate/
Dinteger.h592 Integer unchanged{IAND(MASKL(bits - size))};
593 Integer middle{IAND(MASKR(middleBits)).SHIFTL(leastBits)};
594 Integer least{SHIFTR(middleBits).IAND(MASKR(leastBits))};
706 return SHIFTR(pos).IAND(MASKR(size)); in IBITS()
709 constexpr Integer IAND(const Integer &y) const { in IAND() function
734 return IAND(mask).IOR(y.IAND(mask.NOT())); in MERGE_BITS()
Drounding-bits.h37 sticky_ = !fraction.IAND(mask).IsZero(); in RoundingBits()
Dlogical.h75 return {word_.IAND(that.word_)}; in AND()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DKotlinDefaultArgumentsFilter.java81 nextIs(Opcodes.IAND); in match()
DKotlinCoroutineFilter.java183 nextIs(Opcodes.IAND); in nextIsCreateStateInstance()
/external/llvm-project/flang/lib/Evaluate/
Dreal.cpp166 .IAND(product.upper.MASKR(rshift - product.lower.bits)) in Multiply()
169 sticky = !product.lower.IAND(product.lower.MASKR(rshift)).IsZero(); in Multiply()
464 .IAND(frac.MASKR(4 * wholeNybbles)) in DumpHexadecimal()
474 .IAND(frac.MASKR(lostBits)) in DumpHexadecimal()
Dfold-integer.cpp261 auto fptr{&Scalar<T>::IAND}; in FoldIntrinsicFunction()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DKotlinDefaultArgumentsFilterTest.java34 m.visitInsn(Opcodes.IAND); in createMethod()
DKotlinCoroutineFilterTest.java260 m.visitInsn(Opcodes.IAND); in should_filter_suspending_functions()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java124 int IAND = 126; field
/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()
/external/apache-commons-bcel/src/examples/Mini/
DASTExpr.java275 case AND: il.append(InstructionConstants.IAND); ASTFunDecl.pop(); break; in byte_code()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java784 short IAND = 126; field
DConst.java1110 public static final short IAND = 126; field in Const
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java218 testInsn(IAND, true); in testInsn()
/external/llvm-project/flang/unittests/Evaluate/
Dinteger.cpp166 t = a.IAND(b); in exhaustiveTesting()
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java251 case Opcodes.IAND: in visitInsn()
/external/llvm-project/flang/docs/
DOpenMP-4.5-grammar.md450 MAX | MIN | IAND | IOR | IEOR

12