Searched refs:Arith (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 446 multiclass Arith<bits<4> opcode, string asmstring, SDPatternOperator node, 542 defm ADD : Arith<0b0101, "add", add, 1, []>; 543 defm ADDC : Arith<0b0110, "addc", adde, 1, [SR]>; 544 defm AND : Arith<0b1111, "and", and, 1, []>; 545 defm BIS : Arith<0b1101, "bis", or, 1, []>; 546 defm BIC : Arith<0b1100, "bic", bic, 0, []>; 547 defm XOR : Arith<0b1110, "xor", xor, 1, []>; 548 defm SUB : Arith<0b1000, "sub", sub, 0, []>; 549 defm SUBC : Arith<0b0111, "subc", sube, 0, [SR]>; 550 defm DADD : Arith<0b1010, "dadd", MSP430dadd, 1, [SR]>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1441 SDValue Arith = DAG.getNode(BaseOp, DL, VTs, LHS, RHS); in LowerXALUO() local 1444 SDValue(Arith.getNode(), 1)); in LowerXALUO() 1446 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Arith, SetCC); in LowerXALUO() 1723 SDValue Arith = Op->getOperand(0); in EmitTest() local 1725 if (Arith->hasOneUse()) in EmitTest() 1726 switch (Arith.getOpcode()) { in EmitTest() 1735 ArithOp = Arith; in EmitTest()
|
| H A D | M68kInstrArithmetic.td | 1 //===-- M68kInstrArithmetic.td - Integer Arith Instrs ------*- tablegen -*-===//
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 8563 for (unsigned Arith = 0; Arith < NumArithmeticTypes; ++Arith) { in addPlusPlusMinusMinusArithmeticOverloads() local 8564 const auto TypeOfT = ArithmeticTypes[Arith]; in addPlusPlusMinusMinusArithmeticOverloads() 8637 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads() local 8638 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads() 8639 QualType ArithTy = ArithmeticTypes[Arith]; in addUnaryPlusOrMinusArithmeticOverloads()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.td | 1310 // Unary Arith/Logic
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | extend.texi | 443 * Pointer Arith:: Arithmetic on @code{void}-pointers and function pointers. 1565 @node Pointer Arith
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | extend.texi | 44 * Pointer Arith:: Arithmetic on @code{void}-pointers and function pointers. 1201 @node Pointer Arith
|
| H A D | gcc.info | 14087 * Pointer Arith:: Arithmetic on `void'-pointers and function pointers. 15044 File: gcc.info, Node: Subscripting, Next: Pointer Arith, Prev: Escaped Newlines, Up: C Extensio… 15066 File: gcc.info, Node: Pointer Arith, Next: Initializers, Prev: Subscripting, Up: C Extensions 15082 File: gcc.info, Node: Initializers, Next: Compound Literals, Prev: Pointer Arith, Up: C Extensi…
|