Home
last modified time | relevance | path

Searched refs:Arith (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td447 multiclass Arith<bits<4> opcode, string asmstring, SDPatternOperator node,
543 defm ADD : Arith<0b0101, "add", add, 1, []>;
544 defm ADDC : Arith<0b0110, "addc", adde, 1, [SR]>;
545 defm AND : Arith<0b1111, "and", and, 1, []>;
546 defm BIS : Arith<0b1101, "bis", or, 1, []>;
547 defm BIC : Arith<0b1100, "bic", bic, 0, []>;
548 defm XOR : Arith<0b1110, "xor", xor, 1, []>;
549 defm SUB : Arith<0b1000, "sub", sub, 0, []>;
550 defm SUBC : Arith<0b0111, "subc", sube, 0, [SR]>;
551 defm DADD : Arith<
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1615 SDValue Arith = DAG.getNode(BaseOp, DL, VTs, LHS, RHS); in lowerOverflowArithmetic() local
1616 Result = Arith.getValue(0); in lowerOverflowArithmetic()
1619 Result = DAG.getNode(TruncOp, DL, MVT::i8, Arith); in lowerOverflowArithmetic()
1624 CCR = Arith.getValue(1); in lowerOverflowArithmetic()
1925 SDValue Arith = Op->getOperand(0); in EmitTest() local
1927 if (Arith->hasOneUse()) in EmitTest()
1928 switch (Arith.getOpcode()) { in EmitTest()
1937 ArithOp = Arith; in EmitTest()
H A DM68kInstrArithmetic.td1 //===-- M68kInstrArithmetic.td - Integer Arith Instrs ------*- tablegen -*-===//
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8964 for (unsigned Arith = 0; Arith < NumArithmeticTypes; ++Arith) { in addPlusPlusMinusMinusArithmeticOverloads() local
8965 const auto TypeOfT = ArithmeticTypes[Arith]; in addPlusPlusMinusMinusArithmeticOverloads()
9038 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads() local
9039 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
9040 QualType ArithTy = ArithmeticTypes[Arith]; in addUnaryPlusOrMinusArithmeticOverloads()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td1310 // Unary Arith/Logic
/freebsd/crypto/libecc/
H A DREADME.md1270 ^ @ | Arith Self tests [10] |@