Searched refs:TPR (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 153 TPResult TPR = isCXXDeclarationSpecifier( in isCXXSimpleDeclaration() local 155 if (TPR != TPResult::Ambiguous) in isCXXSimpleDeclaration() 156 return TPR != TPResult::False; // Returns true for TPResult::True or in isCXXSimpleDeclaration() 176 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration() 180 if (TPR == TPResult::Error) in isCXXSimpleDeclaration() 184 if (TPR == TPResult::Ambiguous) in isCXXSimpleDeclaration() 185 TPR = TPResult::True; in isCXXSimpleDeclaration() 187 assert(TPR == TPResult::True || TPR == TPResult::False); in isCXXSimpleDeclaration() 188 return TPR == TPResult::True; in isCXXSimpleDeclaration() 275 TPResult TPR = isCXXDeclarationSpecifier(ImplicitTypenameContext::No); in TryParseSimpleDeclaration() local [all …]
|
| H A D | ParseDecl.cpp | 2799 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); in ParseImplicitInt() local 2802 if (TPR != TPResult::False) { in ParseImplicitInt()
|
| /openbsd-src/sys/dev/pcmcia/ |
| H A D | if_xereg.h | 93 #define TPR 0xd /* R - Tx packets register */ macro
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | 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
|
| H A D | 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]
|
| H A D | ia64-waw.tbl | 66 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-to-CR-TPR; impliedF
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | 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, rfi, rsm, ssm; SC Section 10.8.3.3
|
| H A D | ia64-waw.tbl | 65 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-to-CR-TPR; impliedF
|
| H A D | ia64-ic.tbl | 121 mov-from-CR-TPR; IC:mov-from-CR[Field(cr3) == TPR] 186 mov-to-CR-TPR; IC:mov-to-CR[Field(cr3) == TPR]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 379 SDValue TPR = DAG.getCopyToReg(FR0.getValue(1), dl, PredR, in LowerCallResult() local 385 RetVal = DAG.getCopyFromReg(TPR.getValue(0), dl, PredR, MVT::i1); in LowerCallResult() 386 Glue = TPR.getValue(1); in LowerCallResult() 387 Chain = TPR.getValue(0); in LowerCallResult()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_em_hw.c | 8302 temp = E1000_READ_REG(hw, TPR); in em_clear_hw_cntrs()
|