Home
last modified time | relevance | path

Searched refs:SW (Results 1 – 25 of 27) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h29 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 DARMWinEHPrinter.cpp234 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 DWin64EHDumper.cpp164 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 DWin64EHDumper.h25 StreamWriter &SW; variable
56 Dumper(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() argument
H A DARMAttributeParser.cpp91 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 DARMWinEHPrinter.h25 StreamWriter &SW; variable
110 Decoder(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {} in Decoder() argument
H A DARMAttributeParser.h20 StreamWriter &SW; variable
116 ARMAttributeParser(StreamWriter &SW) : SW(SW) {} in ARMAttributeParser() argument
/minix3/usr.bin/infocmp/
H A Dinfocmp.c44 #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 DMipsNaClELFStreamer.cpp229 case Mips::SW: in isBasePlusOffsetMemoryAccess()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp951 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 Dmodelines157 # 1600x1024 @ 60Hz (SGI 1600SW) hsync: 64.0kHz
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp67 if ((Opc == Mips::SW) || (Opc == Mips::SD) || in isStoreToStackSlot()
191 Opc = Mips::SW; in storeRegToStack()
H A DMipsLongBranch.cpp301 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::SW)).addReg(Mips::RA) in expandToLongBranch()
H A DMipsDSPInstrInfo.td1293 (SW (COPY_TO_REGCLASS DSPR:$val, GPR32), addr:$a)>;
1295 (SW (COPY_TO_REGCLASS DSPR:$val, GPR32), addr:$a)>;
H A DMipsFastISel.cpp537 Opc = Mips::SW; in emitStore()
H A DMips16InstrInfo.td1276 // Format: SW ry, offset(rx) MIPS16e
1284 // Format: SW rx, offset(sp) MIPS16e
H A DMipsInstrInfo.td1199 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 Dcountry233 Sweden SE SWE 752 SW
/minix3/games/adventure/
H A Dglorkz136 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 DX86InstrArithmetic.td49 class SchedLoadReg<SchedWrite SW> : Sched<[SW,
/minix3/external/public-domain/tz/dist/
H A Dafrica955 1:30 - SWAT 1903 Mar # SW Africa Time
/minix3/external/bsd/tcpdump/dist/tests/
H A Dof10_s4810-vvvv.out872 sw_desc 'OpenFlow switch SW ver. 1.0'
/minix3/minix/share/beaglebone/weather/
H A Dprocessing.js13 …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 DNVPTXIntrinsics.td1922 // SW version of rotate 64
/minix3/external/gpl3/binutils/patches/
H A D0000-binutils_nbsd.patch13288 + ("SW" #x35)

12