| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 303 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx() 320 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx() 333 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx() 336 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx() 350 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx() 367 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx() 381 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx() 394 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx() 408 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L() 422 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110() [all …]
|
| H A D | ARMEHABIPrinter.h | 28 ScopedPrinter &SW; variable 65 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder() argument 100 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode, in Decode_00xxxxxx() 106 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode, in Decode_01xxxxxx() 115 SW.startLine() in Decode_1000iiii_iiiiiiii() 125 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode); in Decode_10011101() 130 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode); in Decode_10011111() 135 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f)); in Decode_1001nnnn() 140 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10100nnn() 147 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10101nnn() [all …]
|
| H A D | WindowsResourceDumper.cpp | 57 SW.printString("Resource type (string)", NarrowStr); in printEntry() 62 SW.printString("Resource type (int)", IDStr); in printEntry() 67 SW.printString("Resource name (string)", NarrowStr); in printEntry() 69 SW.printNumber("Resource name (int)", Ref.getNameID()); in printEntry() 71 SW.printNumber("Data version", Ref.getDataVersion()); in printEntry() 72 SW.printHex("Memory flags", Ref.getMemoryFlags()); in printEntry() 73 SW.printNumber("Language ID", Ref.getLanguage()); in printEntry() 74 SW.printNumber("Version (major)", Ref.getMajorVersion()); in printEntry() 75 SW.printNumber("Version (minor)", Ref.getMinorVersion()); in printEntry() 76 SW.printNumber("Characteristics", Ref.getCharacteristics()); in printEntry() [all …]
|
| H A D | Win64EHDumper.cpp | 207 SW.printString("StartAddress", in printRuntimeFunctionEntry() 209 SW.printString("EndAddress", in printRuntimeFunctionEntry() 211 SW.printString("UnwindInfoAddress", in printRuntimeFunctionEntry() 221 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode() 277 DictScope UIS(SW, "UnwindInfo"); in printUnwindInfo() 278 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo() 279 SW.printFlags("Flags", UI.getFlags(), makeArrayRef(UnwindFlags)); in printUnwindInfo() 280 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo() 282 SW.printEnum("FrameRegister", UI.getFrameRegister(), in printUnwindInfo() 284 SW.printHex("FrameOffset", UI.getFrameOffset()); in printUnwindInfo() [all …]
|
| H A D | Win64EHDumper.h | 24 ScopedPrinter &SW; variable 55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() argument
|
| H A D | WindowsResourceDumper.h | 21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() argument 26 ScopedPrinter &SW;
|
| H A D | ARMWinEHPrinter.h | 25 ScopedPrinter &SW; variable 178 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder() argument 179 OS(SW.getOStream()), in Decoder()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | shrink-wrap.c | 1104 SW (basic_block bb) in SW() function 1120 SW (bb)->needs_components = targetm.shrink_wrap.components_for_bb (bb); in init_separate_shrink_wrap() 1127 bitmap_copy (SW (bb)->needs_components, components); in init_separate_shrink_wrap() 1132 dump_components ("has", SW (bb)->needs_components); in init_separate_shrink_wrap() 1136 SW (bb)->has_components = sbitmap_alloc (SBITMAP_SIZE (components)); in init_separate_shrink_wrap() 1137 SW (bb)->head_components = sbitmap_alloc (SBITMAP_SIZE (components)); in init_separate_shrink_wrap() 1138 SW (bb)->tail_components = sbitmap_alloc (SBITMAP_SIZE (components)); in init_separate_shrink_wrap() 1139 bitmap_clear (SW (bb)->has_components); in init_separate_shrink_wrap() 1151 sbitmap_free (SW (bb)->needs_components); in fini_separate_shrink_wrap() 1152 sbitmap_free (SW (bb)->has_components); in fini_separate_shrink_wrap() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | shrink-wrap.cc | 1115 SW (basic_block bb) in SW() function 1131 SW (bb)->needs_components = targetm.shrink_wrap.components_for_bb (bb); in init_separate_shrink_wrap() 1138 bitmap_copy (SW (bb)->needs_components, components); in init_separate_shrink_wrap() 1143 dump_components ("has", SW (bb)->needs_components); in init_separate_shrink_wrap() 1147 SW (bb)->has_components = sbitmap_alloc (SBITMAP_SIZE (components)); in init_separate_shrink_wrap() 1148 SW (bb)->head_components = sbitmap_alloc (SBITMAP_SIZE (components)); in init_separate_shrink_wrap() 1149 SW (bb)->tail_components = sbitmap_alloc (SBITMAP_SIZE (components)); in init_separate_shrink_wrap() 1150 bitmap_clear (SW (bb)->has_components); in init_separate_shrink_wrap() 1162 sbitmap_free (SW (bb)->needs_components); in fini_separate_shrink_wrap() 1163 sbitmap_free (SW (bb)->has_components); in fini_separate_shrink_wrap() [all …]
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | rtmons | 5 SW 640 SH 200 MW 640 MH 200 11 SW 640 SH 400 MW 640 MH 400 17 SW 600 SH 480 MW 600 MH 480 23 SW 800 SH 600 MW 800 MH 600 29 SW 800 SH 600 MW 800 MH 600 35 SW 1024 SH 768 MW 1024 MH 768 41 SW 800 SH 600 MW 800 MH 600 47 SW 1280 SH 1024 MW 1280 MH 1024 53 SW 1440 SH 1280 MW 1440 MH 1280 59 SW 800 SH 600 MW 800 MH 600 [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | h8300.h | 1183 SW = 1, enumerator 1197 …{O (O_ADD, SW), AV_H8, 6, "add.w", {{RS16, RD16, E}}, {{0x0, 0x9, RS16, RD16, … 1198 …{O (O_ADD, SW), AV_H8SX, 0, "add.w", {{IMM3NZ_NS, RD16, E}}, {{0x0, 0xa, B30 | IMM3NZ, RD16, … 1199 …{O (O_ADD, SW), AV_H8SX, 0, "add.w", {{IMM3NZ_NS, RDIND, E}}, {{0x7, 0xd, B31 | RDIND, IG… 1200 …{O (O_ADD, SW), AV_H8SX, 0, "add.w", {{IMM3NZ_NS, ABS16DST, E}}, {{0x6, 0xb, 0x1, B31 | IGNORE, DS… 1201 …{O (O_ADD, SW), AV_H8SX, 0, "add.w", {{IMM3NZ_NS, ABS32DST, E}}, {{0x6, 0xb, 0x3, B31 | IGNORE, DS… 1202 EXPAND_TWOOP_W (O (O_ADD, SW), "add.w", 0x0, 0x9, 0x1), 1221 …{O (O_ADDX, SW), AV_H8SX, 0, "addx.w", {{IMM16, RD16, E}}, {{PREFIX_0151, … 1222 …{O (O_ADDX, SW), AV_H8SX, 0, "addx.w", {{IMM16, RDIND, E}}, {{0x7, 0xd, B31 | RDIND, B01 |… 1223 …{O (O_ADDX, SW), AV_H8SX, 0, "addx.w", {{IMM16, RDPOSTDEC, E}}, {{PREFIX_0156, 0x6, 0xd, B30 |… [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | h8300.h | 1183 SW = 1, enumerator 1197 …{O (O_ADD, SW), AV_H8, 6, "add.w", {{RS16, RD16, E}}, {{0x0, 0x9, RS16, RD16, … 1198 …{O (O_ADD, SW), AV_H8SX, 0, "add.w", {{IMM3NZ_NS, RD16, E}}, {{0x0, 0xa, B30 | IMM3NZ, RD16, … 1199 …{O (O_ADD, SW), AV_H8SX, 0, "add.w", {{IMM3NZ_NS, RDIND, E}}, {{0x7, 0xd, B31 | RDIND, IG… 1200 …{O (O_ADD, SW), AV_H8SX, 0, "add.w", {{IMM3NZ_NS, ABS16DST, E}}, {{0x6, 0xb, 0x1, B31 | IGNORE, DS… 1201 …{O (O_ADD, SW), AV_H8SX, 0, "add.w", {{IMM3NZ_NS, ABS32DST, E}}, {{0x6, 0xb, 0x3, B31 | IGNORE, DS… 1202 EXPAND_TWOOP_W (O (O_ADD, SW), "add.w", 0x0, 0x9, 0x1), 1221 …{O (O_ADDX, SW), AV_H8SX, 0, "addx.w", {{IMM16, RD16, E}}, {{PREFIX_0151, … 1222 …{O (O_ADDX, SW), AV_H8SX, 0, "addx.w", {{IMM16, RDIND, E}}, {{0x7, 0xd, B31 | RDIND, B01 |… 1223 …{O (O_ADDX, SW), AV_H8SX, 0, "addx.w", {{IMM16, RDPOSTDEC, E}}, {{PREFIX_0156, 0x6, 0xd, B30 |… [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.td | 105 def SW#I : VEReg<I, "sw"#I, [], ["s"#I]>, DwarfRegNum<[I]>; 108 // NOTE: Mark SF#I as alias of SW#I temporary to avoid register allocation 111 def SF#I : VEReg<I, "sf"#I, [], ["s"#I], [!cast<VEReg>("SW"#I)]>, 127 def SX#I : VEReg<I, "s"#I, [!cast<VEReg>("SW"#I), !cast<VEReg>("SF"#I)], 169 (add (sequence "SW%u", 0, 7), 170 (sequence "SW%u", 34, 63), 171 (sequence "SW%u", 8, 33))>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GCDAntipatternChecker.cpp | 184 const auto *SW = Nodes.getNodeAs<CallExpr>(WarnAtNode); in emitDiagnostics() local 185 assert(SW); in emitDiagnostics() 199 PathDiagnosticLocation::createBegin(SW, BR.getSourceManager(), ADC), in emitDiagnostics() 200 SW->getSourceRange()); in emitDiagnostics()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| H A D | float128-ifunc.c | 48 #define SW_OR_HW(SW, HW) (__builtin_cpu_supports ("ieee128") ? HW : SW) argument 50 #define SW_OR_HW_ISA3_1(SW, HW) (__builtin_cpu_supports ("arch_3_1") ? HW : SW) argument
|
| /netbsd-src/usr.bin/infocmp/ |
| H A D | infocmp.c | 45 #define SW 8 macro 152 col = SW; in print_ent() 187 if (col != SW) { in print_ent() 190 col = SW; in print_ent() 762 n = SW; in main() 765 if (n != SW) { in main() 768 n = SW; in main()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | exynos5250-arndale.dts | 34 label = "SW-TACT2"; 41 label = "SW-TACT3"; 48 label = "SW-TACT4"; 55 label = "SW-TACT5"; 62 label = "SW-TACT6"; 69 label = "SW-TACT7";
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| H A D | float128-ifunc.c | 48 #define SW_OR_HW(SW, HW) (__builtin_cpu_supports ("ieee128") ? HW : SW) argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRegPressure.cpp | 154 auto SW = getSGPRTuplesWeight(); in less() local 156 if (SW != OtherSW) in less() 157 return SW < OtherSW; in less()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| H A D | local2.c | 700 #define SW(x,y) { int i = x; x = y; y = i; } in rmove() macro 703 SW(sl, sh); in rmove() 704 SW(dl, dh); in rmove()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MicroMipsSizeReduction.cpp | 266 {RT_TwoInstr, OpCodes(Mips::SW, Mips::SWP_MM), ReduceXWtoXWP, 268 {RT_OneInstr, OpCodes(Mips::SW, Mips::SWSP_MM), ReduceXWtoXWSP, 360 !(MI->getOpcode() == Mips::SW || MI->getOpcode() == Mips::SW_MM || in CheckXWPInstr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 1286 unsigned SB, SW; in usedBitsEqual() local 1287 if (!HBS::getSubregMask(RS, SB, SW, MRI)) in usedBitsEqual() 1289 if (SW != DW) in usedBitsEqual() 2483 unsigned SW = SC.width(); in simplifyExtractLow() local 2489 if (SW < RW || (SW % RW) != 0) in simplifyExtractLow() 2496 while (Off <= SW-Len) { in simplifyExtractLow() 2513 if (Off > SW-Len) in simplifyExtractLow() 2533 if (RW != SW && RW*2 != SW) in simplifyExtractLow() 2535 if (RW != SW) in simplifyExtractLow()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | compress | 432 # https://support-docs.illumina.com/SW/ORA_Format_Specification/Content/SW/ORA/ORAFormatSpecificati… 454 # https://support-docs.illumina.com/SW/ORA_Format_Specification/Content/\ 455 # SW/ORA/ORAFormatSpecification.htm
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | Makefile.am | 289 if $(TEST_READELF) -SW main.$(OBJEXT) | grep "gnu.lto" > /dev/null; then \ 324 if $(TEST_READELF) -SW main.$(OBJEXT) | grep "gnu.lto" > /dev/null; then \
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | Makefile.am | 289 if $(TEST_READELF) -SW main.$(OBJEXT) | grep "gnu.lto" > /dev/null; then \ 324 if $(TEST_READELF) -SW main.$(OBJEXT) | grep "gnu.lto" > /dev/null; then \
|