| /netbsd-src/external/lgpl3/mpfr/dist/tools/bench/ |
| H A D | README | 22 group score Arith : 2516353
|
| /netbsd-src/external/apache2/llvm/dist/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]>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1401 SDValue Arith = DAG.getNode(BaseOp, DL, VTs, LHS, RHS); in LowerXALUO() local 1404 SDValue(Arith.getNode(), 1)); in LowerXALUO() 1406 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Arith, SetCC); in LowerXALUO() 1683 SDValue Arith = Op->getOperand(0); in EmitTest() local 1685 if (Arith->hasOneUse()) in EmitTest() 1686 switch (Arith.getOpcode()) { in EmitTest() 1695 ArithOp = Arith; in EmitTest()
|
| H A D | M68kInstrArithmetic.td | 1 //===-- M68kInstrArithmetic.td - Integer Arith Instrs ------*- tablegen -*-===//
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 8312 for (unsigned Arith = 0; Arith < NumArithmeticTypes; ++Arith) { in addPlusPlusMinusMinusArithmeticOverloads() local 8313 const auto TypeOfT = ArithmeticTypes[Arith]; in addPlusPlusMinusMinusArithmeticOverloads() 8386 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads() local 8387 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads() 8388 QualType ArithTy = ArithmeticTypes[Arith]; in addUnaryPlusOrMinusArithmeticOverloads()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.td | 1301 // Unary Arith/Logic
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gcc.info | 32470 * Pointer Arith:: Arithmetic on 'void'-pointers and function pointers. 34070 File: gcc.info, Node: Subscripting, Next: Pointer Arith, Prev: Escaped Newlines, Up: C Extensio… 34092 File: gcc.info, Node: Pointer Arith, Next: Variadic Pointer Args, Prev: Subscripting, Up: C Ext… 34108 File: gcc.info, Node: Variadic Pointer Args, Next: Pointers to Arrays, Prev: Pointer Arith, Up:… 67574 * Wpointer-arith <1>: Pointer Arith. (line 13) 68866 * function pointers, arithmetic: Pointer Arith. (line 6) 68871 * function, size of pointer to: Pointer Arith. (line 6) 70467 * void pointers, arithmetic: Pointer Arith. (line 6) 70468 * void, size of pointer to: Pointer Arith. (line 6) 70705 Node: Pointer Arith1451788
|
| H A D | extend.texi | 49 * Pointer Arith:: Arithmetic on @code{void}-pointers and function pointers. 2019 @node Pointer Arith
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gcc.info | 29380 * Pointer Arith:: Arithmetic on 'void'-pointers and function pointers. 30908 File: gcc.info, Node: Subscripting, Next: Pointer Arith, Prev: Escaped Newlines, Up: C Extensio… 30930 File: gcc.info, Node: Pointer Arith, Next: Variadic Pointer Args, Prev: Subscripting, Up: C Ext… 30946 File: gcc.info, Node: Variadic Pointer Args, Next: Pointers to Arrays, Prev: Pointer Arith, Up:… 64307 * Wpointer-arith <1>: Pointer Arith. (line 13) 65553 * function pointers, arithmetic: Pointer Arith. (line 6) 65558 * function, size of pointer to: Pointer Arith. (line 6) 67038 * void pointers, arithmetic: Pointer Arith. (line 6) 67039 * void, size of pointer to: Pointer Arith. (line 6) 67262 Node: Pointer Arith1310976
|
| H A D | extend.texi | 49 * Pointer Arith:: Arithmetic on @code{void}-pointers and function pointers. 1935 @node Pointer Arith
|