| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_compat_14_sysv.c | 66 #define CVT(x) perm->x = operm->x in netbsd32_ipc_perm14_to_native() macro 67 CVT(uid); in netbsd32_ipc_perm14_to_native() 68 CVT(gid); in netbsd32_ipc_perm14_to_native() 69 CVT(cuid); in netbsd32_ipc_perm14_to_native() 70 CVT(cgid); in netbsd32_ipc_perm14_to_native() 71 CVT(mode); in netbsd32_ipc_perm14_to_native() 72 #undef CVT in netbsd32_ipc_perm14_to_native() 80 #define CVT(x) operm->x = perm->x in native_to_netbsd32_ipc_perm14() macro 81 CVT(uid); in native_to_netbsd32_ipc_perm14() 82 CVT(gid); in native_to_netbsd32_ipc_perm14() [all …]
|
| /netbsd-src/sys/compat/sys/ |
| H A D | shm.h | 99 #define CVT(x) shmbuf->x = oshmbuf->x in __shmid_ds14_to_native() macro 100 CVT(shm_segsz); in __shmid_ds14_to_native() 101 CVT(shm_lpid); in __shmid_ds14_to_native() 102 CVT(shm_cpid); in __shmid_ds14_to_native() 103 CVT(shm_nattch); in __shmid_ds14_to_native() 104 CVT(shm_atime); in __shmid_ds14_to_native() 105 CVT(shm_dtime); in __shmid_ds14_to_native() 106 CVT(shm_ctime); in __shmid_ds14_to_native() 107 #undef CVT in __shmid_ds14_to_native() 117 #define CVT(x) oshmbuf->x = shmbuf->x in __native_to_shmid_ds14() macro [all …]
|
| H A D | msg.h | 97 #define CVT(x) msqbuf->x = omsqbuf->x in __msqid_ds13_to_native() macro 98 CVT(msg_qnum); in __msqid_ds13_to_native() 99 CVT(msg_qbytes); in __msqid_ds13_to_native() 100 CVT(msg_lspid); in __msqid_ds13_to_native() 101 CVT(msg_lrpid); in __msqid_ds13_to_native() 102 CVT(msg_stime); in __msqid_ds13_to_native() 103 CVT(msg_rtime); in __msqid_ds13_to_native() 104 CVT(msg_ctime); in __msqid_ds13_to_native() 105 #undef CVT in __msqid_ds13_to_native() 115 #define CVT(x) omsqbuf->x = msqbuf->x in __native_to_msqid_ds13() macro [all …]
|
| H A D | ipc.h | 78 #define CVT(x) perm->x = operm->x in __ipc_perm14_to_native() macro 79 CVT(uid); in __ipc_perm14_to_native() 80 CVT(gid); in __ipc_perm14_to_native() 81 CVT(cuid); in __ipc_perm14_to_native() 82 CVT(cgid); in __ipc_perm14_to_native() 83 CVT(mode); in __ipc_perm14_to_native() 84 #undef CVT in __ipc_perm14_to_native() 92 #define CVT(x) operm->x = perm->x in __native_to_ipc_perm14() macro 93 CVT(uid); in __native_to_ipc_perm14() 94 CVT(gid); in __native_to_ipc_perm14() [all …]
|
| H A D | sem.h | 67 #define CVT(x) sembuf->x = osembuf->x in __semid_ds13_to_native() macro 68 CVT(sem_nsems); in __semid_ds13_to_native() 69 CVT(sem_otime); in __semid_ds13_to_native() 70 CVT(sem_ctime); in __semid_ds13_to_native() 71 #undef CVT in __semid_ds13_to_native() 81 #define CVT(x) osembuf->x = sembuf->x in __native_to_semid_ds13() macro 83 CVT(sem_nsems); in __native_to_semid_ds13() 86 #undef CVT in __native_to_semid_ds13() 96 #define CVT(x) sembuf->x = osembuf->x in __semid_ds14_to_native() macro 97 CVT(sem_nsems); in __semid_ds14_to_native() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.cpp | 18 template <typename RecordT> static ClassOptions getUdtOptions(CVType CVT) { in getUdtOptions() argument 20 if (auto EC = TypeDeserializer::deserializeAs<RecordT>(CVT, Record)) { in getUdtOptions() 27 bool llvm::codeview::isUdtForwardRef(CVType CVT) { in isUdtForwardRef() argument 29 switch (CVT.kind()) { in isUdtForwardRef() 33 UdtOptions = getUdtOptions<ClassRecord>(std::move(CVT)); in isUdtForwardRef() 36 UdtOptions = getUdtOptions<EnumRecord>(std::move(CVT)); in isUdtForwardRef() 39 UdtOptions = getUdtOptions<UnionRecord>(std::move(CVT)); in isUdtForwardRef() 47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() argument 48 assert(CVT.kind() == LF_MODIFIER); in getModifiedType() 50 discoverTypeIndices(CVT, Refs); in getModifiedType()
|
| H A D | SimpleTypeSerializer.cpp | 44 CVType CVT(Prefix, sizeof(RecordPrefix)); in serialize() local 46 cantFail(Mapping.visitTypeBegin(CVT)); in serialize() 47 cantFail(Mapping.visitKnownRecord(CVT, Record)); in serialize() 48 cantFail(Mapping.visitTypeEnd(CVT)); in serialize() 53 Prefix->RecordKind = CVT.kind(); in serialize()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeDeserializer.h | 42 template <typename T> static Error deserializeAs(CVType &CVT, T &Record) { in deserializeAs() argument 43 Record.Kind = static_cast<TypeRecordKind>(CVT.kind()); in deserializeAs() 44 MappingInfo I(CVT.content()); in deserializeAs() 45 if (auto EC = I.Mapping.visitTypeBegin(CVT)) in deserializeAs() 47 if (auto EC = I.Mapping.visitKnownRecord(CVT, Record)) in deserializeAs() 49 if (auto EC = I.Mapping.visitTypeEnd(CVT)) in deserializeAs() 61 CVType CVT(Data); in deserializeAs() 62 if (auto EC = deserializeAs<T>(CVT, Record)) in deserializeAs()
|
| H A D | TypeRecordHelpers.h | 21 bool isUdtForwardRef(CVType CVT); 25 TypeIndex getModifiedType(const CVType &CVT);
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/ |
| H A D | local2.c | 203 #define CVT 2 /* cvt + src type + dst type */ macro 212 { MVD, MVD, CVT, CVT, CVT, CVT, CSE, CSE, CVT, CVT }, 214 { MVD, MVD, MVD, MVD, CVT, CVT, CSE, CSE, CVT, CVT }, 216 { MVD, MVD, MVD, MVD, MVD, MVD, MLE, MLE, CVT, CVT }, 220 { CVT, CVT, CVT, CVT, CVT, CVT, 'N', 'O', MVD, CVT }, 221 { CVT, CVT, CVT, CVT, CVT, CVT, 'P', 'Q', CVT, MVD }, 259 case CVT: in sconv()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.cpp | 29 CVType CVT = Types.getType(*TI); in NativeEnumTypes() local 30 TypeLeafKind K = CVT.kind(); in NativeEnumTypes() 33 if (!isUdtForwardRef(CVT)) in NativeEnumTypes() 36 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
|
| H A D | SymbolCache.cpp | 123 codeview::CVType CVT) const { in createSymbolForModifiedType() 125 if (auto EC = TypeDeserializer::deserializeAs<ModifierRecord>(CVT, Record)) { in createSymbolForModifiedType() 174 codeview::CVType CVT = Types.getType(Index); in findSymbolByTypeIndex() local 176 if (isUdtForwardRef(CVT)) { in findSymbolByTypeIndex() 195 switch (CVT.kind()) { in findSymbolByTypeIndex() 197 Id = createSymbolForType<NativeTypeEnum, EnumRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex() 201 std::move(CVT)); in findSymbolByTypeIndex() 206 Id = createSymbolForType<NativeTypeUDT, ClassRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex() 209 Id = createSymbolForType<NativeTypeUDT, UnionRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex() 213 std::move(CVT)); in findSymbolByTypeIndex() [all …]
|
| H A D | TpiStream.cpp | 195 CVType CVT = Types->getType(TI); in findFullDeclForForwardRef() local 196 if (CVT.kind() != F.kind()) in findFullDeclForForwardRef() 199 Expected<TagRecordHash> FullTRH = hashTagRecord(CVT); in findFullDeclForForwardRef()
|
| H A D | NativeTypeFunctionSig.cpp | 103 CVType CVT = Tpi.typeCollection().getType(ArgListTI); in initializeArgList() local 105 cantFail(TypeDeserializer::deserializeAs<ArgListRecord>(CVT, ArgList)); in initializeArgList()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
| H A D | r6-removed.csv | 11 CVT.PS.S,0x46000026 12 CVT.S.PL,0x46c00028 13 CVT.S.PU,0x46c00020
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.h | 93 SymIndexId createSymbolForType(codeview::TypeIndex TI, codeview::CVType CVT, in createSymbolForType() argument 97 codeview::TypeDeserializer::deserializeAs<CVRecordT>(CVT, Record)) { in createSymbolForType() 107 codeview::CVType CVT) const;
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | ckctype.c | 102 for (on = arg; on->tn_op == CVT; on = on->u.ops.left) in check_ctype_arg() 108 if (arg->tn_op == CVT && arg->tn_cast) { in check_ctype_arg()
|
| H A D | tree.c | 544 case CVT: in build_string() 1401 if (rn->tn_op != CVT || !rn->tn_type->t_is_enum) in is_assignment() 1702 if (any_query_enabled && rn->tn_op == CVT && rn->tn_cast && in fold_constant_floating() 1794 for (ln = tn->u.ops.left; ln->tn_op == CVT; ln = ln->u.ops.left) in build_binary() 1796 for (rn = tn->u.ops.right; rn->tn_op == CVT; rn = rn->u.ops.left) in build_binary() 2375 while (tn->tn_op == CVT && !tn->tn_cast) in typeok_shl() 2435 if (tn->tn_op == CVT && tn->tn_cast && in warn_incompatible_pointers() 2455 if (tn->tn_op == CVT && tn->tn_cast && in check_pointer_comparison() 2834 if (ln->tn_op == CVT && ln->tn_cast && in check_assign_pointer_integer() 2957 if (tn->tn_op == CVT in has_side_effect() [all...] |
| H A D | op.h | 119 CVT, enumerator
|
| /netbsd-src/external/mit/xorg/lib/libxcvt/ |
| H A D | libxcvt.pc.in | 6 Description: A Library to generate VESA CVT standard timing modelines.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ScheduleZnver2.td | 1297 // CVT(T)P(D|S)2DQ. 1299 def : InstRW<[Zn2WriteCVTPD2DQr], (instregex "(V?)CVT(T?)P(D|S)2DQrr")>; 1306 def : InstRW<[Zn2WriteCVTPD2DQLd], (instregex "(V?)CVT(T?)PD2DQrm")>; 1316 // CVT(T)PS2PI. 1324 // CVT(T)PD2PI. 1333 // CVT(T)SS2SI. 1335 def : InstRW<[Zn2WriteCVTPD2DQr], (instregex "(V?)CVT(T?)SS2SI(64)?rr")>; 1338 def : InstRW<[Zn2WriteCVTPD2DQLd], (instregex "(V?)CVT(T?)SS2SI(64)?rm")>; 1356 def : InstRW<[Zn2WriteCVSTSI2SIr], (instregex "(V?)CVT(T?)SD2SI(64)?rr")>; 1358 def : InstRW<[Zn2WriteCVSTSI2SILd], (instregex "(V?)CVT(T?)SD2SI(64)?rm")>;
|
| H A D | X86ScheduleZnver1.td | 1300 // CVT(T)PD2DQ. 1302 def : InstRW<[ZnWriteCVTDQ2PDr], (instregex "(V?)CVT(T?)PD2DQrr")>; 1309 def : InstRW<[ZnWriteCVTPD2DQLd], (instregex "(V?)CVT(T?)PD2DQrm")>; 1319 // CVT(T)PS2PI. 1327 // CVT(T)PD2PI. 1336 // CVT(T)SS2SI. 1338 def : InstRW<[ZnWriteCVTPD2DQr], (instregex "(V?)CVT(T?)SS2SI(64)?rr")>; 1341 def : InstRW<[ZnWriteCVTPD2DQLd], (instregex "(V?)CVT(T?)SS2SI(64)?rm")>; 1359 def : InstRW<[ZnWriteCVSTSI2SIr], (instregex "(V?)CVT(T?)SD2SI(64)?rr")>; 1361 def : InstRW<[ZnWriteCVSTSI2SILd], (instregex "(V?)CVT(T?)SD2SI(64)?rm")>;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | arcHS4x.md | 123 ;; FPU CVT unit 215 ;;BYPASS FPU CVT ->
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| H A D | arcHS4x.md | 123 ;; FPU CVT unit 215 ;;BYPASS FPU CVT ->
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.cpp | 410 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M)) in isContradictoryImpl() local 411 return CVT->getTypeName() != getTypeName(); in isContradictoryImpl()
|