| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | ARMEHABIPrinter.h | 29 StreamWriter &SW; variable 66 OpcodeDecoder(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder() argument 97 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode, in Decode_00xxxxxx() 102 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode, in Decode_01xxxxxx() 111 SW.startLine() in Decode_1000iiii_iiiiiiii() 120 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode); in Decode_10011101() 124 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode); in Decode_10011111() 128 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f)); in Decode_1001nnnn() 132 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10100nnn() 138 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10101nnn() [all …]
|
| H A D | ARMWinEHPrinter.cpp | 234 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx() 251 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx() 264 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx() 267 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx() 281 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx() 298 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx() 312 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx() 325 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx() 339 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L() 353 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110() [all …]
|
| H A D | Win64EHDumper.cpp | 164 SW.printString("StartAddress", in printRuntimeFunctionEntry() 166 SW.printString("EndAddress", in printRuntimeFunctionEntry() 168 SW.printString("UnwindInfoAddress", in printRuntimeFunctionEntry() 178 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode() 234 DictScope UIS(SW, "UnwindInfo"); in printUnwindInfo() 235 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo() 236 SW.printFlags("Flags", UI.getFlags(), makeArrayRef(UnwindFlags)); in printUnwindInfo() 237 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo() 239 SW.printEnum("FrameRegister", UI.getFrameRegister(), in printUnwindInfo() 241 SW.printHex("FrameOffset", UI.getFrameOffset()); in printUnwindInfo() [all …]
|
| H A D | Win64EHDumper.h | 25 StreamWriter &SW; variable 56 Dumper(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() argument
|
| H A D | ARMAttributeParser.cpp | 91 SW.printNumber(ARMBuildAttrs::AttrTypeAsString(Tag), in IntegerAttribute() 99 DictScope AS(SW, "Attribute"); in StringAttribute() 100 SW.printNumber("Tag", Tag); in StringAttribute() 102 SW.printString("TagName", TagName); in StringAttribute() 103 SW.printString("Value", ParseString(Data, Offset)); in StringAttribute() 110 DictScope AS(SW, "Attribute"); in PrintAttribute() 111 SW.printNumber("Tag", Tag); in PrintAttribute() 112 SW.printNumber("Value", Value); in PrintAttribute() 114 SW.printString("TagName", TagName); in PrintAttribute() 116 SW.printString("Description", ValueDesc); in PrintAttribute() [all …]
|
| H A D | ARMWinEHPrinter.h | 25 StreamWriter &SW; variable 110 Decoder(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {} in Decoder() argument
|
| H A D | ARMAttributeParser.h | 20 StreamWriter &SW; variable 116 ARMAttributeParser(StreamWriter &SW) : SW(SW) {} in ARMAttributeParser() argument
|
| /minix3/usr.bin/infocmp/ |
| H A D | infocmp.c | 44 #define SW 8 macro 150 col = SW; in print_ent() 185 if (col != SW) { in print_ent() 188 col = SW; in print_ent() 744 n = SW; in main() 747 if (n != SW) { in main() 750 n = SW; in main()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsNaClELFStreamer.cpp | 229 case Mips::SW: in isBasePlusOffsetMemoryAccess()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 951 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); in checkFallThroughIntoBlock() local 952 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end()) in checkFallThroughIntoBlock() 1047 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel())) in getLastStmt() local 1048 if (!isa<SwitchCase>(SW->getSubStmt())) in getLastStmt() 1049 return SW->getSubStmt(); in getLastStmt()
|
| /minix3/sys/dev/videomode/ |
| H A D | modelines | 157 # 1600x1024 @ 60Hz (SGI 1600SW) hsync: 64.0kHz
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsSEInstrInfo.cpp | 67 if ((Opc == Mips::SW) || (Opc == Mips::SD) || in isStoreToStackSlot() 191 Opc = Mips::SW; in storeRegToStack()
|
| H A D | MipsLongBranch.cpp | 301 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::SW)).addReg(Mips::RA) in expandToLongBranch()
|
| H A D | MipsDSPInstrInfo.td | 1293 (SW (COPY_TO_REGCLASS DSPR:$val, GPR32), addr:$a)>; 1295 (SW (COPY_TO_REGCLASS DSPR:$val, GPR32), addr:$a)>;
|
| H A D | MipsFastISel.cpp | 537 Opc = Mips::SW; in emitStore()
|
| H A D | Mips16InstrInfo.td | 1276 // Format: SW ry, offset(rx) MIPS16e 1284 // Format: SW rx, offset(sp) MIPS16e
|
| H A D | MipsInstrInfo.td | 1199 def SW : Store<"sw", GPR32Opnd, store, II_SW>, MMRel, LW_FM<0x2b>; 1761 def : MipsPat<(store (i32 0), addr:$dst), (SW ZERO, addr:$dst)>;
|
| /minix3/share/misc/ |
| H A D | country | 233 Sweden SE SWE 752 SW
|
| /minix3/games/adventure/ |
| H A D | glorkz | 136 72 You are in a large low room. Crawls lead north, SE, and SW. 245 117 up from below obscures all view of the far side. A SW path leads away 357 116 You're at SW end. 358 117 You're on SW side of chasm.
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrArithmetic.td | 49 class SchedLoadReg<SchedWrite SW> : Sched<[SW,
|
| /minix3/external/public-domain/tz/dist/ |
| H A D | africa | 955 1:30 - SWAT 1903 Mar # SW Africa Time
|
| /minix3/external/bsd/tcpdump/dist/tests/ |
| H A D | of10_s4810-vvvv.out | 872 sw_desc 'OpenFlow switch SW ver. 1.0'
|
| /minix3/minix/share/beaglebone/weather/ |
| H A D | processing.js | 13 …2,R:3,G:4,B:5,A:6,U:7,V:8,NX:9,NY:10,NZ:11,EDGE:12,SR:13,SG:14,SB:15,SA:16,SW:17,TX:18,TY:19,TZ:20… property
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 1922 // SW version of rotate 64
|
| /minix3/external/gpl3/binutils/patches/ |
| H A D | 0000-binutils_nbsd.patch | 13288 + ("SW" #x35)
|