| /freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrFormats.td | 179 // LD Instruction Class in V2/V3/V4. 194 // LD Instruction Class in V2/V3/V4. 205 // ST Instruction Class in V2/V3 can take SLOT0 only. 207 // Definition of the instruction class CHANGED from V2/V3 to V4. 222 // ST Instruction Class in V2/V3 can take SLOT0 only. 224 // Definition of the instruction class CHANGED from V2/V3 to V4. 230 // In V2/V3 we used ST for this but in v4 ST can take SLOT0 or SLOT1. 235 // ALU32 Instruction Class in V2/V3/V4. 241 // ALU64 Instruction Class in V2/V3. 244 // Name of the Instruction Class changed from ALU64 to XTYPE from V2/V3 to V4. [all …]
|
| D | HexagonSubtarget.h | 36 V1, V2, V3, V4, V5 enumerator 57 bool hasV3TOps () const { return HexagonArchVersion >= V3; } in hasV3TOps() 58 bool hasV3TOpsOnly () const { return HexagonArchVersion == V3; } in hasV3TOpsOnly()
|
| D | HexagonSubtarget.cpp | 61 HexagonArchVersion = V3; in HexagonSubtarget()
|
| D | HexagonIntrinsicsV3.td | 10 // This file describes the Hexagon V3 Compiler Intrinsics in TableGen format.
|
| D | HexagonRegisterInfo.cpp | 63 case HexagonSubtarget::V3: in getCalleeSavedRegs() 110 case HexagonSubtarget::V3: in getCalleeSavedRegClasses()
|
| D | HexagonInstrInfoV3.td | 10 // This file describes the Hexagon V3 instructions in TableGen format.
|
| D | Hexagon.td | 27 def ArchV3 : SubtargetFeature<"v3", "HexagonArchVersion", "V3",
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | Lint.cpp | 142 const Value *V3 = 0, const Value *V4 = 0) { in CheckFailed() argument 146 WriteValue(V3); in CheckFailed() 168 #define Assert3(C, M, V1, V2, V3) \ argument 169 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0) 170 #define Assert4(C, M, V1, V2, V3, V4) \ argument 171 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | xenix | 51 >0x1e leshort &0x8000 V3.0 82 >0x1e leshort &0x8000 V3.0
|
| D | pwsafe | 14 0 string PWS3 Password Safe V3 database
|
| D | ibm6000 | 6 0 beshort 0x01df executable (RISC System/6000 V3.1) or obj module
|
| D | coff | 27 # executable (RISC System/6000 V3.1) or obj module (./ibm6000)
|
| D | sql | 66 >>13 long 69 \b, MySQL V3.2.3
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelDAGToDAG.cpp | 271 SDNode *createQuadSRegsNode(EVT VT, SDValue V0, SDValue V1, SDValue V2, SDValue V3); 272 SDNode *createQuadDRegsNode(EVT VT, SDValue V0, SDValue V1, SDValue V2, SDValue V3); 273 SDNode *createQuadQRegsNode(EVT VT, SDValue V0, SDValue V1, SDValue V2, SDValue V3); 1613 SDValue V2, SDValue V3) { in createQuadSRegsNode() argument 1622 V2, SubReg2, V3, SubReg3 }; in createQuadSRegsNode() 1628 SDValue V2, SDValue V3) { in createQuadDRegsNode() argument 1636 V2, SubReg2, V3, SubReg3 }; in createQuadDRegsNode() 1642 SDValue V2, SDValue V3) { in createQuadQRegsNode() argument 1650 V2, SubReg2, V3, SubReg3 }; in createQuadQRegsNode() 1974 SDValue V3 = (NumVecs == 3) in SelectVST() local [all …]
|
| /freebsd-9-stable/contrib/ntp/html/hints/ |
| D | refclocks | 2 by xntp V3. (Ultimate wisdom can be obtained from xntpd/refclock_*.c
|
| D | aix | 66 > Component Name: AIX V3 FOR RS/6
|
| /freebsd-9-stable/sbin/mount_nfs/ |
| D | mount_nfs.c | 121 V3, enumerator 177 mountmode = V3; in main() 272 mountmode = V3; in main() 324 mountmode = V3; in main()
|
| /freebsd-9-stable/contrib/sendmail/test/ |
| D | Results | 127 SYSTEM LOCAL NFS-V2 NFS-V3 NFS-V2 NFS-V3
|
| /freebsd-9-stable/usr.sbin/cron/doc/ |
| D | CHANGES | 1 Vixie Cron Changes from V2 to V3 32 V2, chances are good that V3 will fix your problems. 93 Cron V3's high score belongs to Peter Holzer, who sent in the nicest looking
|
| D | README | 18 Vixie Cron V3.0
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | Verifier.cpp | 367 const Value *V3 = 0, const Value *V4 = 0) { in CheckFailed() 371 WriteValue(V3); in CheckFailed() 377 Type *T2, const Value *V3 = 0) { in CheckFailed() 381 WriteValue(V3); in CheckFailed() 409 #define Assert3(C, M, V1, V2, V3) \ argument 410 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0) 411 #define Assert4(C, M, V1, V2, V3, V4) \ argument 412 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
|
| /freebsd-9-stable/sys/dev/ata/ |
| D | ata-raid-ddf.h | 258 uint8_t V3[16]; member
|
| /freebsd-9-stable/sys/geom/raid/ |
| D | md_ddf.h | 270 uint8_t V3[16]; member
|
| /freebsd-9-stable/contrib/top/ |
| D | README | 136 DECOSF/1 V3.0 139 is tickled by the decosf1 module when compiled under V3.0 (and perhaps
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | arm-cores.def | 43 /* V3 Architecture Processors */
|