Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp187 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 DParseDecl.cpp2799 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); in ParseImplicitInt() local
2802 if (TPR != TPResult::False) { in ParseImplicitInt()
/openbsd/sys/dev/pcmcia/
H A Dif_xereg.h93 #define TPR 0xd /* R - Tx packets register */ macro
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A 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
H A 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]
H A Dia64-waw.tbl66 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-to-CR-TPR; impliedF
/openbsd/gnu/usr.bin/binutils/opcodes/
H A 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, rfi, rsm, ssm; SC Section 10.8.3.3
H A Dia64-waw.tbl65 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-to-CR-TPR; impliedF
H A Dia64-ic.tbl121 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 DHexagonISelLowering.cpp379 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 Dif_em_hw.c8298 temp = E1000_READ_REG(hw, TPR); in em_clear_hw_cntrs()