Home
last modified time | relevance | path

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

1234

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDARMWinEHPrinter.cpp331 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx()
348 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx()
361 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx()
364 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx()
378 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx()
395 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx()
409 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx()
422 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx()
436 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L()
450 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110()
[all …]
HDWindowsResourceDumper.cpp57 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 …]
HDARMEHABIPrinter.h28 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 …]
HDWin64EHDumper.cpp245 SW.printString("StartAddress", in printRuntimeFunctionEntry()
247 SW.printString("EndAddress", in printRuntimeFunctionEntry()
250 SW.printString("UnwindInfoAddress", in printRuntimeFunctionEntry()
260 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode()
316 DictScope UIS(SW, "UnwindInfo"); in printUnwindInfo()
317 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo()
318 SW.printFlags("Flags", UI.getFlags(), ArrayRef(UnwindFlags)); in printUnwindInfo()
319 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
321 SW.printEnum("FrameRegister", UI.getFrameRegister(), in printUnwindInfo()
323 SW.printHex("FrameOffset", UI.getFrameOffset()); in printUnwindInfo()
[all …]
HDWin64EHDumper.h24 ScopedPrinter &SW; variable
55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() argument
HDWindowsResourceDumper.h21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() argument
26 ScopedPrinter &SW;
HDARMWinEHPrinter.h25 ScopedPrinter &SW; variable
186 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder() argument
187 OS(SW.getOStream()), in Decoder()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVERegisterInfo.td105 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)],
174 (add (sequence "SW%u", 0, 7),
175 (sequence "SW%u", 34, 63),
176 (sequence "SW%u", 8, 33))>;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDGCDAntipatternChecker.cpp184 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()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDMSP430AttributeParser.h36 MSP430AttributeParser(ScopedPrinter *SW) in MSP430AttributeParser() argument
37 : ELFAttributeParser(SW, MSP430Attrs::getMSP430AttributeTags(), in MSP430AttributeParser()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/misc/
Daspeed,cvic.txt12 The AST2500 supports a SW generated interrupt
25 SW interrupts from the ARM to the coprocessor.
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDexynos5250-arndale.dts34 label = "SW-TACT2";
41 label = "SW-TACT3";
48 label = "SW-TACT4";
55 label = "SW-TACT5";
62 label = "SW-TACT6";
69 label = "SW-TACT7";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVMakeCompressible.cpp110 case RISCV::SW: in log2LdstWidth()
135 case RISCV::SW: in offsetMask()
211 case RISCV::SW: in isCompressibleStore()
HDRISCVInstrInfoZalasr.td53 defm SW : SRL_r_aq_rl<0b010, "sw">;
/freebsd-13-stable/sys/contrib/device-tree/Bindings/power/reset/
HDst-reset.txt1 *Device-Tree bindings for ST SW reset functionality
/freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/freescale/
Dfsl,imx7ulp-sim.txt5 and a set of registers have been made available in DGO domain for SW use, with the
/freebsd-13-stable/sys/contrib/device-tree/Bindings/reset/
Dsnps,hsdk-reset.txt10 configuration register and second for corresponding SW reset and status bits
/freebsd-13-stable/sys/mips/conf/
HDRT305X.hints51 # GPIO7 - MODE SW AP IN II IO
75 # GPIO11 - MODE SW CL IN II IO
HDMT7620.hints57 # GPIO7 - MODE SW AP IN II IO
81 # GPIO11 - MODE SW CL IN II IO
/freebsd-13-stable/sys/contrib/device-tree/Bindings/pci/
Dbrcm,iproc-pcie.txt31 by the ASIC after power on reset. In this case, SW is required to configure
35 by the ASIC after power on reset. In this case, SW needs to configure it
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDRISCVInstructions.h120 S_TYPE_INST(SW);
276 LUI, AUIPC, JAL, JALR, B, LB, LH, LW, LBU, LHU, SB, SH, SW, ADDI, SLTI,
/freebsd-13-stable/sys/contrib/device-tree/Bindings/mfd/
HDaxp20x.txt168 SW : On/Off Switch : swin-supply
195 SW : On/Off Switch : swin-supply
224 SW : On/Off Switch : swin-supply
HDmax77620.txt43 source (SW). When enabled/disabled, the master sequencing timer generates
80 software (SW).
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/renesas/
HDr8a77995-draak.dts259 * CVBS and HDMI inputs through SW[49-53]
330 * CVBS and HDMI inputs through SW[49-53]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/usb/
HDdwc3.txt42 failure SW work-around for DWC_usb31 version 1.70a-ea06
44 - snps,disable_scramble_quirk: true when SW should disable data scrambling.

1234