| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 34 // Predicate for the ASE that an instruction belongs to. 157 def FeatureDSP : SubtargetFeature<"dsp", "HasDSP", "true", "Mips DSP ASE">; 159 "Mips DSP-R2 ASE", [FeatureDSP]>; 161 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE", 164 def FeatureMips3D : SubtargetFeature<"mips3d", "Has3D", "true", "Mips 3D ASE">; 166 def FeatureMSA : SubtargetFeature<"msa", "HasMSA", "true", "Mips MSA ASE">; 168 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">; 170 def FeatureCRC : SubtargetFeature<"crc", "HasCRC", "true", "Mips R6 CRC ASE">; 173 "Mips Virtualization ASE">; 176 "Mips Global Invalidate ASE">; [all …]
|
| H A D | MipsMTInstrInfo.td | 9 // This file describes the MIPS MT ASE as defined by MD00378 1.12. 11 // TODO: Add support for the microMIPS encodings for the MT ASE and add the
|
| H A D | MipsEVAInstrInfo.td | 1 //===- MipsEVAInstrInfo.td - EVA ASE instructions -*- tablegen ------------*-=// 9 // This file describes Mips EVA ASE instructions.
|
| H A D | MipsScheduleGeneric.td | 511 // MIPS MT ASE - hasMT 521 // MIPS Virtualization ASE 528 // MIPS64 Virtualization ASE 533 // microMIPS virtualization ASE 619 // microMIPS EVA ASE - InMicroMipsMode, hasEVA 704 // MIPSR6 CRC ASE - hasCRC 710 // MIPS64R6 CRC ASE - hasCRC 1024 // MIPS DSP ASE, HasDSP 1392 // MIPS MSA ASE - hasMSA
|
| H A D | MipsRegisterInfo.td | 234 // DSP-ASE control register fields. 252 // MSA-ASE control registers. 261 // MSA-ASE fake control registers.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | InvalidatedIteratorChecker.cpp | 45 void checkPreStmt(const ArraySubscriptExpr *ASE, CheckerContext &C) const; 100 void InvalidatedIteratorChecker::checkPreStmt(const ArraySubscriptExpr *ASE, in checkPreStmt() argument 103 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt()
|
| H A D | IteratorRangeChecker.cpp | 54 void checkPreStmt(const ArraySubscriptExpr *ASE, CheckerContext &C) const; 179 void IteratorRangeChecker::checkPreStmt(const ArraySubscriptExpr *ASE, in checkPreStmt() argument 182 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips-dsp.md | 19 ;; MIPS DSP ASE Revision 0.98 3/24/2005 99 ;; This mode iterator allows si, v2hi, v4qi for all possible modes in DSP ASE. 125 ;; MIPS DSP ASE Revision 0.98 3/24/2005 126 ;; Table 2-1. MIPS DSP ASE Instructions: Arithmetic 376 ;; Table 2-2. MIPS DSP ASE Instructions: Shift 477 ;; Table 2-3. MIPS DSP ASE Instructions: Multiply 738 ;; Table 2-4. MIPS DSP ASE Instructions: General Bit/Manipulation 791 ;; Table 2-5. MIPS DSP ASE Instructions: Compare-Pick 879 ;; Table 2-6. MIPS DSP ASE Instructions: Accumulator and DSPControl Access 1079 ;; Table 2-7. MIPS DSP ASE Instructions: Indexed-Load [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips-dsp.md | 19 ;; MIPS DSP ASE Revision 0.98 3/24/2005 99 ;; This mode iterator allows si, v2hi, v4qi for all possible modes in DSP ASE. 125 ;; MIPS DSP ASE Revision 0.98 3/24/2005 126 ;; Table 2-1. MIPS DSP ASE Instructions: Arithmetic 376 ;; Table 2-2. MIPS DSP ASE Instructions: Shift 477 ;; Table 2-3. MIPS DSP ASE Instructions: Multiply 738 ;; Table 2-4. MIPS DSP ASE Instructions: General Bit/Manipulation 791 ;; Table 2-5. MIPS DSP ASE Instructions: Compare-Pick 879 ;; Table 2-6. MIPS DSP ASE Instructions: Accumulator and DSPControl Access 1079 ;; Table 2-7. MIPS DSP ASE Instructions: Indexed-Load [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | NEWS | 224 the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE, Loongson-ext ASE, 225 Loongson-ext2 ASE and MSA ASE instructions. Add -march=gs264e option for 229 implements the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE, 230 Loongson-ext ASE and Loongson-ext2 ASE instructions. Add -march=gs464e 234 which implements the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE 235 and Loongson-ext ASE instructions. Add -march=gs464 option for Loongson 277 which implements the MIPS32r3 ISA, the MIPS16e2 ASE as well as a couple 278 of implementation-specific regular MIPS and MIPS16e2 ASE instructions. 283 * The MIPS port now supports the MIPS16e2 ASE for assembly and disassembly.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ReachableCode.cpp | 582 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(S); in GetUnreachableLoc() local 583 R1 = ASE->getLHS()->getSourceRange(); in GetUnreachableLoc() 584 R2 = ASE->getRHS()->getSourceRange(); in GetUnreachableLoc() 585 return ASE->getRBracketLoc(); in GetUnreachableLoc()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2011 | 737 (NOP_INSN): Handle microMIPS ASE. 775 (INSERT_OPERAND, EXTRACT_OPERAND): Handle microMIPS ASE. 785 (mips_record_compressed_mode): ... this. Handle microMIPS ASE. 786 (install_insn): Handle microMIPS ASE. 789 (md_begin): Handle microMIPS ASE. 792 (got16_reloc_p): Handle microMIPS ASE. 797 (matching_lo_reloc): Handle microMIPS ASE. 801 (mips_compressed_mark_labels): ... this. Handle microMIPS ASE. 803 (gpr_read_mask, gpr_write_mask): Handle microMIPS ASE. 813 (can_swap_branch_p): Handle microMIPS ASE. [all …]
|
| H A D | ChangeLog-2013 | 1176 (MIPS ASE instruction generation overrides): Rename to 1177 MIPS ASE Instruction Generation Overrides (for now). 1208 (is_opcode_valid): Use mips_ases to get the 64-bit ASE flags. 1210 separate case statements for each ASE option. 1215 separate if statements for each ASE option. Use 1216 mips_check_isa_supports_ases, even when a non-ASE option 1242 rather than individual per-ASE variables. 1347 * config/tc-mips.c (is_opcode_valid): Build ASE mask. 1447 (mips_elf_final_processing): Add a comment about virt ASE might need
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2011 | 737 (NOP_INSN): Handle microMIPS ASE. 775 (INSERT_OPERAND, EXTRACT_OPERAND): Handle microMIPS ASE. 785 (mips_record_compressed_mode): ... this. Handle microMIPS ASE. 786 (install_insn): Handle microMIPS ASE. 789 (md_begin): Handle microMIPS ASE. 792 (got16_reloc_p): Handle microMIPS ASE. 797 (matching_lo_reloc): Handle microMIPS ASE. 801 (mips_compressed_mark_labels): ... this. Handle microMIPS ASE. 803 (gpr_read_mask, gpr_write_mask): Handle microMIPS ASE. 813 (can_swap_branch_p): Handle microMIPS ASE. [all …]
|
| H A D | ChangeLog-2013 | 1176 (MIPS ASE instruction generation overrides): Rename to 1177 MIPS ASE Instruction Generation Overrides (for now). 1208 (is_opcode_valid): Use mips_ases to get the 64-bit ASE flags. 1210 separate case statements for each ASE option. 1215 separate if statements for each ASE option. Use 1216 mips_check_isa_supports_ases, even when a non-ASE option 1242 rather than individual per-ASE variables. 1347 * config/tc-mips.c (is_opcode_valid): Build ASE mask. 1447 (mips_elf_final_processing): Add a comment about virt ASE might need
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | NEWS | 321 the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE, Loongson-ext ASE, 322 Loongson-ext2 ASE and MSA ASE instructions. Add -march=gs264e option for 326 implements the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE, 327 Loongson-ext ASE and Loongson-ext2 ASE instructions. Add -march=gs464e 331 which implements the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE 332 and Loongson-ext ASE instructions. Add -march=gs464 option for Loongson 374 which implements the MIPS32r3 ISA, the MIPS16e2 ASE as well as a couple 375 of implementation-specific regular MIPS and MIPS16e2 ASE instructions. 380 * The MIPS port now supports the MIPS16e2 ASE for assembly and disassembly.
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.spell-proto-html | 16 ASE
|
| /netbsd-src/sys/arch/mips/mips/ |
| H A D | fp.S | 291 PTR_WORD branchc1any2 # sub 9 bc1any2 MIPS-3D ASE 292 PTR_WORD branchc1any4 # sub 10 bc1any4 MIPS-3D ASE 344 PTR_WORD recip2_s # func 28 34 RECIP2.S MIPS-3D ASE 345 PTR_WORD recip1_s # func 29 35 RECIP1.S MIPS-3D ASE 346 PTR_WORD rsqrt1_s # func 30 36 RSQRT1.S MIPS-3D ASE 347 PTR_WORD rsqrt2_s # func 31 37 RSQRT2.S MIPS-3D ASE 410 PTR_WORD recip2_d # func 28 34 RECIP2.D MIPS-3D ASE 411 PTR_WORD recip2_d # func 29 35 RECIP1.D MIPS-3D ASE 412 PTR_WORD rsqrt1_d # func 30 36 RSQRT1.D MIPS-3D ASE 413 PTR_WORD rsqrt2_d # func 31 37 RSQRT2.D MIPS-3D ASE [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ChangeLog-2011 | 1306 ASE. 1308 (_bfd_mips_elf_reloc_shuffle): ... this. Handle microMIPS ASE. 1309 (gprel16_reloc_p): Handle microMIPS ASE. 1312 (_bfd_mips_elf32_gprel16_reloc): Handle microMIPS ASE. 1317 (bfd_elf32_bfd_reloc_type_lookup): Handle microMIPS ASE. 1327 (bfd_elf64_bfd_reloc_type_lookup): Handle microMIPS ASE. 1336 (bfd_elf32_bfd_reloc_type_lookup): Handle microMIPS ASE. 1344 (TLS_RELOC_P): Handle microMIPS ASE. 1349 (got16_reloc_p, call16_reloc_p): Handle microMIPS ASE. 1354 (hi16_reloc_p, lo16_reloc_p, jal_reloc_p): Handle microMIPS ASE. [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-2011 | 1306 ASE. 1308 (_bfd_mips_elf_reloc_shuffle): ... this. Handle microMIPS ASE. 1309 (gprel16_reloc_p): Handle microMIPS ASE. 1312 (_bfd_mips_elf32_gprel16_reloc): Handle microMIPS ASE. 1317 (bfd_elf32_bfd_reloc_type_lookup): Handle microMIPS ASE. 1327 (bfd_elf64_bfd_reloc_type_lookup): Handle microMIPS ASE. 1336 (bfd_elf32_bfd_reloc_type_lookup): Handle microMIPS ASE. 1344 (TLS_RELOC_P): Handle microMIPS ASE. 1349 (got16_reloc_p, call16_reloc_p): Handle microMIPS ASE. 1354 (hi16_reloc_p, lo16_reloc_p, jal_reloc_p): Handle microMIPS ASE. [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ChangeLog-2011 | 1306 ASE. 1308 (_bfd_mips_elf_reloc_shuffle): ... this. Handle microMIPS ASE. 1309 (gprel16_reloc_p): Handle microMIPS ASE. 1312 (_bfd_mips_elf32_gprel16_reloc): Handle microMIPS ASE. 1317 (bfd_elf32_bfd_reloc_type_lookup): Handle microMIPS ASE. 1327 (bfd_elf64_bfd_reloc_type_lookup): Handle microMIPS ASE. 1336 (bfd_elf32_bfd_reloc_type_lookup): Handle microMIPS ASE. 1344 (TLS_RELOC_P): Handle microMIPS ASE. 1349 (got16_reloc_p, call16_reloc_p): Handle microMIPS ASE. 1354 (hi16_reloc_p, lo16_reloc_p, jal_reloc_p): Handle microMIPS ASE. [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-2011 | 1306 ASE. 1308 (_bfd_mips_elf_reloc_shuffle): ... this. Handle microMIPS ASE. 1309 (gprel16_reloc_p): Handle microMIPS ASE. 1312 (_bfd_mips_elf32_gprel16_reloc): Handle microMIPS ASE. 1317 (bfd_elf32_bfd_reloc_type_lookup): Handle microMIPS ASE. 1327 (bfd_elf64_bfd_reloc_type_lookup): Handle microMIPS ASE. 1336 (bfd_elf32_bfd_reloc_type_lookup): Handle microMIPS ASE. 1344 (TLS_RELOC_P): Handle microMIPS ASE. 1349 (got16_reloc_p, call16_reloc_p): Handle microMIPS ASE. 1354 (hi16_reloc_p, lo16_reloc_p, jal_reloc_p): Handle microMIPS ASE. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7554 auto ASE = dyn_cast<ArraySubscriptExpr>(UnaOp->getSubExpr()); in checkFormatStringExpr() local 7555 if (UnaOp->getOpcode() == UO_AddrOf && ASE) { in checkFormatStringExpr() 7557 if (ASE->getRHS()->EvaluateAsInt(IndexResult, S.Context, in checkFormatStringExpr() 7562 E = ASE->getBase(); in checkFormatStringExpr() 13573 void VisitArraySubscriptExpr(const ArraySubscriptExpr *ASE) { in VisitArraySubscriptExpr() argument 13578 VisitSequencedExpressions(ASE->getLHS(), ASE->getRHS()); in VisitArraySubscriptExpr() 13580 Visit(ASE->getLHS()); in VisitArraySubscriptExpr() 13581 Visit(ASE->getRHS()); in VisitArraySubscriptExpr() 14292 auto *ASE = cast<ArraySubscriptExpr>(E); in getBaseAlignmentAndOffsetFromLValue() local 14293 return getAlignmentAndOffsetFromBinAddOrSub(ASE->getBase(), ASE->getIdx(), in getBaseAlignmentAndOffsetFromLValue() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/po/ |
| H A D | sr.po | 1736 msgid "Recognize the virtualization ASE instructions.\n" 1737 msgstr "Препознаје „ASE“ инструкције виртуелизације.\n" 1741 "Recognize the eXtended Physical Address (XPA) ASE\n" 1744 "Препознаје „eXtended Physical Address (XPA) ASE“\n" 1748 msgid "Recognize the Global INValidate (GINV) ASE instructions.\n" 1749 msgstr "Препознаје „Global INValidate (GINV) ASE“ инструкције.\n" 1752 msgid "Recognize the Loongson MultiMedia extensions Instructions (MMI) ASE instructions.\n" 1753 msgstr "Препознаје „Loongson MultiMedia extensions Instructions (MMI) ASE“ инструкције.\n"
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/po/ |
| H A D | sr.po | 1622 msgid "Recognize the virtualization ASE instructions.\n" 1623 msgstr "Препознаје „ASE“ инструкције виртуелизације.\n" 1627 "Recognize the eXtended Physical Address (XPA) ASE\n" 1630 "Препознаје „eXtended Physical Address (XPA) ASE“\n" 1634 msgid "Recognize the Global INValidate (GINV) ASE instructions.\n" 1635 msgstr "Препознаје „Global INValidate (GINV) ASE“ инструкције.\n" 1638 msgid "Recognize the Loongson MultiMedia extensions Instructions (MMI) ASE instructions.\n" 1639 msgstr "Препознаје „Loongson MultiMedia extensions Instructions (MMI) ASE“ инструкције.\n"
|