Home
last modified time | relevance | path

Searched refs:V3 (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td179 // 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 …]
DHexagonSubtarget.h36 V1, V2, V3, V4, V5 enumerator
57 bool hasV3TOps () const { return HexagonArchVersion >= V3; } in hasV3TOps()
58 bool hasV3TOpsOnly () const { return HexagonArchVersion == V3; } in hasV3TOpsOnly()
DHexagonSubtarget.cpp61 HexagonArchVersion = V3; in HexagonSubtarget()
DHexagonIntrinsicsV3.td10 // This file describes the Hexagon V3 Compiler Intrinsics in TableGen format.
DHexagonRegisterInfo.cpp63 case HexagonSubtarget::V3: in getCalleeSavedRegs()
110 case HexagonSubtarget::V3: in getCalleeSavedRegClasses()
DHexagonInstrInfoV3.td10 // This file describes the Hexagon V3 instructions in TableGen format.
DHexagon.td27 def ArchV3 : SubtargetFeature<"v3", "HexagonArchVersion", "V3",
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DLint.cpp142 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/
Dxenix51 >0x1e leshort &0x8000 V3.0
82 >0x1e leshort &0x8000 V3.0
Dpwsafe14 0 string PWS3 Password Safe V3 database
Dibm60006 0 beshort 0x01df executable (RISC System/6000 V3.1) or obj module
Dcoff27 # executable (RISC System/6000 V3.1) or obj module (./ibm6000)
Dsql66 >>13 long 69 \b, MySQL V3.2.3
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp271 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/
Drefclocks2 by xntp V3. (Ultimate wisdom can be obtained from xntpd/refclock_*.c
Daix66 > Component Name: AIX V3 FOR RS/6
/freebsd-9-stable/sbin/mount_nfs/
Dmount_nfs.c121 V3, enumerator
177 mountmode = V3; in main()
272 mountmode = V3; in main()
324 mountmode = V3; in main()
/freebsd-9-stable/contrib/sendmail/test/
DResults127 SYSTEM LOCAL NFS-V2 NFS-V3 NFS-V2 NFS-V3
/freebsd-9-stable/usr.sbin/cron/doc/
DCHANGES1 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
DREADME18 Vixie Cron V3.0
/freebsd-9-stable/contrib/llvm/lib/IR/
DVerifier.cpp367 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/
Data-raid-ddf.h258 uint8_t V3[16]; member
/freebsd-9-stable/sys/geom/raid/
Dmd_ddf.h270 uint8_t V3[16]; member
/freebsd-9-stable/contrib/top/
DREADME136 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/
Darm-cores.def43 /* V3 Architecture Processors */

1234