Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td447 multiclass Arith<bits<4> opcode, string asmstring, SDPatternOperator node,
527 defm ADD : Arith<0b0101, "add", add, 1, []>;
528 defm ADDC : Arith<0b0110, "addc", adde, 1, [SR]>;
529 defm AND : Arith<0b1111, "and", and, 1, []>;
530 defm BIS : Arith<0b1101, "bis", or, 1, []>;
531 defm BIC : Arith<0b1100, "bic", bic, 0, []>;
532 defm XOR : Arith<0b1110, "xor", xor, 1, []>;
533 defm SUB : Arith<0b1000, "sub", sub, 0, []>;
534 defm SUBC : Arith<0b0111, "subc", sube, 0, [SR]>;
535 defm DADD : Arith<0b1010, "dadd", MSP430dadd, 1, [SR]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1617 SDValue Arith = DAG.getNode(BaseOp, DL, VTs, LHS, RHS); in lowerOverflowArithmetic() local
1618 Result = Arith.getValue(0); in lowerOverflowArithmetic()
1621 Result = DAG.getNode(TruncOp, DL, MVT::i8, Arith); in lowerOverflowArithmetic()
1626 CCR = Arith.getValue(1); in lowerOverflowArithmetic()
1927 SDValue Arith = Op->getOperand(0); in EmitTest() local
1929 if (Arith->hasOneUse()) in EmitTest()
1930 switch (Arith.getOpcode()) { in EmitTest()
1939 ArithOp = Arith; in EmitTest()
H A DM68kInstrArithmetic.td1 //===-- M68kInstrArithmetic.td - Integer Arith Instrs ------*- tablegen -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1625 Value *Arith = in tryNarrowMathIfNoOverflow() local
1628 Value *Zext = Builder.CreateZExt(Arith, OldType); in tryNarrowMathIfNoOverflow()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9422 for (unsigned Arith = 0; Arith < NumArithmeticTypes; ++Arith) { in addPlusPlusMinusMinusArithmeticOverloads() local
9423 const auto TypeOfT = ArithmeticTypes[Arith]; in addPlusPlusMinusMinusArithmeticOverloads()
9496 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads() local
9497 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
9498 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] |@