Searched refs:TPR (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseTentative.cpp | 108 TPResult TPR = isCXXDeclarationSpecifier(TPResult::False, in isCXXSimpleDeclaration() local 110 if (TPR != TPResult::Ambiguous) in isCXXSimpleDeclaration() 111 return TPR != TPResult::False; // Returns true for TPResult::True or in isCXXSimpleDeclaration() 130 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration() 134 if (TPR == TPResult::Error) in isCXXSimpleDeclaration() 138 if (TPR == TPResult::Ambiguous) in isCXXSimpleDeclaration() 139 TPR = TPResult::True; in isCXXSimpleDeclaration() 141 assert(TPR == TPResult::True || TPR == TPResult::False); in isCXXSimpleDeclaration() 142 return TPR == TPResult::True; in isCXXSimpleDeclaration() 239 TPResult TPR = isCXXDeclarationSpecifier(); in TryParseSimpleDeclaration() local [all …]
|
| HD | ParseDecl.cpp | 2326 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); in ParseImplicitInt() local 2329 if (TPR != TPResult::False) { in ParseImplicitInt() 3835 TPResult TPR = isExpressionOrTypeSpecifierSimple(NextToken().getKind()); in ParseEnumSpecifier() local 3838 if (TPR == TPResult::True) in ParseEnumSpecifier() 3844 else if (TPR == TPResult::False && in ParseEnumSpecifier()
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | mep-opc.c | 529 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 535 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } }, 541 { { MNEM, ' ', OP (RN3L), ',', OP (UDISP7A4), '(', OP (TPR), ')', 0 } }, 547 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 553 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } }, 559 { { MNEM, ' ', OP (RN3L), ',', OP (UDISP7A4), '(', OP (TPR), ')', 0 } }, 565 { { MNEM, ' ', OP (RN3UC), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 571 { { MNEM, ' ', OP (RN3US), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } },
|
| HD | ia64-raw.tbl | 73 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-from-CR-TPR, IC:mov-from-CR-IVR; data 74 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-to-PSR-l+17, ssm+17; SC Section 5.8.3.3, "Task Priority Register … 75 CR[TPR]; IC:mov-to-CR-TPR; rfi; implied
|
| HD | ia64-ic.tbl | 121 mov-from-CR-TPR; IC:mov-from-CR[Field(cr3) == TPR] 187 mov-to-CR-TPR; IC:mov-to-CR[Field(cr3) == TPR]
|
| HD | ia64-waw.tbl | 66 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-to-CR-TPR; impliedF
|
| /NextBSD/sys/dev/cx/ |
| HD | cxreg.h | 173 #define TPR(b) R(b,0xd8) /* timer period register */ macro
|
| HD | csigma.c | 997 outb (TPR(c->port), 10); in cx_setup_chip()
|