Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseTentative.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()
237 TPResult TPR = isCXXDeclarationSpecifier(); in TryParseSimpleDeclaration() local
[all …]
DParseDecl.cpp2163 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); in ParseImplicitInt() local
2166 if (TPR != TPResult::False()) { in ParseImplicitInt()
3617 TPResult TPR = isExpressionOrTypeSpecifierSimple(NextToken().getKind()); in ParseEnumSpecifier() local
3620 if (TPR == TPResult::True()) in ParseEnumSpecifier()
3626 else if (TPR == TPResult::False() && in ParseEnumSpecifier()
/freebsd-10-stable/contrib/binutils/opcodes/
Dmep-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 } },
Dia64-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
Dia64-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]
Dia64-waw.tbl66 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-to-CR-TPR; impliedF
/freebsd-10-stable/sys/dev/cx/
Dcxreg.h173 #define TPR(b) R(b,0xd8) /* timer period register */ macro
Dcsigma.c997 outb (TPR(c->port), 10); in cx_setup_chip()