Searched refs:TPR (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 187 assert(TPR == TPResult::True || TPR == TPResult::False); in isCXXSimpleDeclaration() 278 if (TPR == TPResult::True || TPR == TPResult::Error) in TryParseSimpleDeclaration() 279 return TPR; in TryParseSimpleDeclaration() 285 return TPR; in TryParseSimpleDeclaration() 325 return TPR; in TryParseInitDeclaratorList() 668 assert(TPR == TPResult::True || TPR == TPResult::False); in isCXXTypeId() 980 return TPR; in TryParseOperatorId() 1143 return TPR; in TryParseDeclarator() 1585 TPR == TPResult::True || TPR == TPResult::Error) in isCXXDeclarationSpecifier() 2086 if (TPR == TPResult::False || TPR == TPResult::Error) in TryParseFunctionDeclarator() [all …]
|
H A D | ParseDecl.cpp | 2799 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); in ParseImplicitInt() local 2802 if (TPR != TPResult::False) { in ParseImplicitInt()
|
/openbsd/sys/dev/pcmcia/ |
H A D | if_xereg.h | 93 #define TPR 0xd /* R - Tx packets register */ macro
|
/openbsd/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/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/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/sys/dev/pci/ |
H A D | if_em_hw.c | 8302 temp = E1000_READ_REG(hw, TPR); in em_clear_hw_cntrs()
|