| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParseTentative.cpp | 114 TPResult TPR = isCXXDeclarationSpecifier(TPResult::False, 116 if (TPR != TPResult::Ambiguous) 117 return TPR != TPResult::False; // Returns true for TPResult::True or 137 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); 141 if (TPR == TPResult::Error) 145 if (TPR == TPResult::Ambiguous) 146 TPR = TPResult::True; 148 assert(TPR == TPResult::True || TPR == TPResult::False); 149 return TPR == TPResult::True [all...] |
| ParseDecl.cpp | 2683 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); 2686 if (TPR != TPResult::False) {
|
| /src/sys/dev/pcmcia/ |
| if_xireg.h | 97 #define TPR 0xd /* R - Tx packets register */
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mep-opc.c | 797 /* sb $rn3c,$udisp7($tpr) */ 800 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 803 /* sh $rn3s,$udisp7a2($tpr) */ 806 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } }, 809 /* sw $rn3l,$udisp7a4($tpr) */ 812 { { MNEM, ' ', OP (RN3L), ',', OP (UDISP7A4), '(', OP (TPR), ')', 0 } }, 815 /* lb $rn3c,$udisp7($tpr) */ 818 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 821 /* lh $rn3s,$udisp7a2($tpr) */ 824 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } } [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mep-opc.c | 797 /* sb $rn3c,$udisp7($tpr) */ 800 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 803 /* sh $rn3s,$udisp7a2($tpr) */ 806 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } }, 809 /* sw $rn3l,$udisp7a4($tpr) */ 812 { { MNEM, ' ', OP (RN3L), ',', OP (UDISP7A4), '(', OP (TPR), ')', 0 } }, 815 /* lb $rn3c,$udisp7($tpr) */ 818 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 821 /* lh $rn3s,$udisp7a2($tpr) */ 824 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } } [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mep-opc.c | 797 /* sb $rn3c,$udisp7($tpr) */ 800 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 803 /* sh $rn3s,$udisp7a2($tpr) */ 806 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } }, 809 /* sw $rn3l,$udisp7a4($tpr) */ 812 { { MNEM, ' ', OP (RN3L), ',', OP (UDISP7A4), '(', OP (TPR), ')', 0 } }, 815 /* lb $rn3c,$udisp7($tpr) */ 818 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 821 /* lh $rn3s,$udisp7a2($tpr) */ 824 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } } [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| mep-opc.c | 797 /* sb $rn3c,$udisp7($tpr) */ 800 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 803 /* sh $rn3s,$udisp7a2($tpr) */ 806 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } }, 809 /* sw $rn3l,$udisp7a4($tpr) */ 812 { { MNEM, ' ', OP (RN3L), ',', OP (UDISP7A4), '(', OP (TPR), ')', 0 } }, 815 /* lb $rn3c,$udisp7($tpr) */ 818 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } }, 821 /* lh $rn3s,$udisp7a2($tpr) */ 824 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } } [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonISelLowering.cpp | 376 SDValue TPR = DAG.getCopyToReg(FR0.getValue(1), dl, PredR, 378 // TPR = (Chain, Glue) 382 RetVal = DAG.getCopyFromReg(TPR.getValue(0), dl, PredR, MVT::i1); 383 Glue = TPR.getValue(1); 384 Chain = TPR.getValue(0);
|