Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp153 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 DParseDecl.cpp2799 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); in ParseImplicitInt() local
2802 if (TPR != TPResult::False) { in ParseImplicitInt()
/openbsd-src/sys/dev/pcmcia/
H A Dif_xereg.h93 #define TPR 0xd /* R - Tx packets register */ macro
/openbsd-src/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-src/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-src/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-src/sys/dev/pci/
H A Dif_em_hw.c8302 temp = E1000_READ_REG(hw, TPR); in em_clear_hw_cntrs()