Home
last modified time | relevance | path

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

/freebsd-14.2/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<0b1010, "dadd", MSP430dadd, 1, [SR]>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1614 SDValue Arith = DAG.getNode(BaseOp, DL, VTs, LHS, RHS); in lowerOverflowArithmetic() local
1615 Result = Arith.getValue(0); in lowerOverflowArithmetic()
1618 Result = DAG.getNode(TruncOp, DL, MVT::i8, Arith); in lowerOverflowArithmetic()
1623 CCR = Arith.getValue(1); in lowerOverflowArithmetic()
1924 SDValue Arith = Op->getOperand(0); in EmitTest() local
1926 if (Arith->hasOneUse()) in EmitTest()
1927 switch (Arith.getOpcode()) { in EmitTest()
1936 ArithOp = Arith; in EmitTest()
H A DM68kInstrArithmetic.td1 //===-- M68kInstrArithmetic.td - Integer Arith Instrs ------*- tablegen -*-===//
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8937 for (unsigned Arith = 0; Arith < NumArithmeticTypes; ++Arith) { in addPlusPlusMinusMinusArithmeticOverloads() local
8938 const auto TypeOfT = ArithmeticTypes[Arith]; in addPlusPlusMinusMinusArithmeticOverloads()
9011 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads() local
9012 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
9013 QualType ArithTy = ArithmeticTypes[Arith]; in addUnaryPlusOrMinusArithmeticOverloads()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td1310 // Unary Arith/Logic