Home
last modified time | relevance | path

Searched refs:LXOR (Results 1 – 19 of 19) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLXOR.java26 public class LXOR extends ArithmeticInstruction { class
28 public LXOR() { in LXOR() method in LXOR
29 super(org.apache.bcel.Const.LXOR); in LXOR()
DInstructionConstants.java124 ArithmeticInstruction LXOR = new LXOR(); field
259 INSTRUCTIONS[Const.LXOR] = LXOR; in Clinit()
DInstructionConst.java123 public static final ArithmeticInstruction LXOR = new LXOR(); field in InstructionConst
254 INSTRUCTIONS[Const.LXOR] = LXOR;
DArithmeticInstruction.java90 case Const.LXOR: in getType()
DVisitor.java396 void visitLXOR( LXOR obj ); in visitLXOR()
DEmptyVisitor.java638 public void visitLXOR( final LXOR obj ) { in visitLXOR()
DInstructionFactory.java370 return InstructionConst.LXOR; in createBinaryLongOp()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java804 short LXOR = 131; field
DConst.java1135 public static final short LXOR = 131; field in Const
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java223 testInsn(LXOR, true); in testInsn()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h551 LADD, LSUB, LOR, LXOR, LAND, enumerator
DX86InstrInfo.td266 def X86lock_xor : SDNode<"X86ISD::LXOR", SDTLockBinaryArithWithFlags,
DX86ISelLowering.cpp21187 NewOpc = X86ISD::LXOR; in lowerAtomicArithWithLOCK()
22170 case X86ISD::LXOR: return "X86ISD::LXOR"; in getTargetNodeName()
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java269 case Opcodes.LXOR: in visitInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java1169 public void visitLXOR(final LXOR o) { in visitLXOR()
DInstConstraintVisitor.java2584 public void visitLXOR(final LXOR o) { in visitLXOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h591 LADD, LSUB, LOR, LXOR, LAND, LINC, LDEC, enumerator
DX86InstrInfo.td278 def X86lock_xor : SDNode<"X86ISD::LXOR", SDTLockBinaryArithWithFlags,
DX86ISelLowering.cpp24776 NewOpc = X86ISD::LXOR; in lowerAtomicArithWithLOCK()
25989 case X86ISD::LXOR: return "X86ISD::LXOR"; in getTargetNodeName()