Home
last modified time | relevance | path

Searched refs:TPR (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseTentative.cpp108 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 …]
HDParseDecl.cpp2326 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/
HDmep-opc.c529 { { 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 } },
HDia64-raw.tbl73 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
HDia64-ic.tbl121 mov-from-CR-TPR; IC:mov-from-CR[Field(cr3) == TPR]
187 mov-to-CR-TPR; IC:mov-to-CR[Field(cr3) == TPR]
HDia64-waw.tbl66 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-to-CR-TPR; impliedF
/NextBSD/sys/dev/cx/
HDcxreg.h173 #define TPR(b) R(b,0xd8) /* timer period register */ macro
HDcsigma.c997 outb (TPR(c->port), 10); in cx_setup_chip()