Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.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 in opcode_11101110()
[all...]
H A DARMEHABIPrinter.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 …]
H A DWindowsResourceDumper.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 in printEntry()
[all...]
H A DWin64EHDumper.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 in printUnwindInfo()
[all...]
H A DWin64EHDumper.h24 ScopedPrinter &SW; variable
55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() argument
H A DWindowsResourceDumper.h21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() argument
26 ScopedPrinter &SW;
H A DARMWinEHPrinter.h25 ScopedPrinter &SW; variable
186 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
187 OS(SW.getOStream()),
184 Decoder(ScopedPrinter & SW,bool isAArch64) Decoder() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.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/contrib/llvm-project/llvm/include/llvm/Support/
H A DMSP430AttributeParser.h36 MSP430AttributeParser(ScopedPrinter *SW) in MSP430AttributeParser() argument
37 : ELFAttributeParser(SW, MSP430Attrs::getMSP430AttributeTags(), in MSP430AttributeParser()
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Daspeed,cvic.txt12 The AST2500 supports a SW generated interrupt
25 SW interrupts from the ARM to the coprocessor.
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5250-arndale.dts39 label = "SW-TACT2";
46 label = "SW-TACT3";
53 label = "SW-TACT4";
60 label = "SW-TACT5";
67 label = "SW-TACT6";
74 label = "SW-TACT7";
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp110 case RISCV::SW: in log2LdstWidth()
135 case RISCV::SW: in offsetMask()
211 case RISCV::SW: in isCompressibleStore()
H A DRISCVInstrInfoZalasr.td53 defm SW : SRL_r_aq_rl<0b010, "sw">;
H A DRISCVExpandPseudoInsts.cpp322 BuildMI(MBB, MBBI, DL, TII->get(RISCV::SW)) in expandRV32ZdinxStore()
334 BuildMI(MBB, MBBI, DL, TII->get(RISCV::SW)) in expandRV32ZdinxStore()
341 BuildMI(MBB, MBBI, DL, TII->get(RISCV::SW)) in expandRV32ZdinxStore()
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dst-reset.txt1 *Device-Tree bindings for ST SW reset functionality
/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,imx7ulp-sim.txt5 and a set of registers have been made available in DGO domain for SW use, with the
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dsnps,hsdk-reset.txt10 configuration register and second for corresponding SW reset and status bits
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A 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/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h120 S_TYPE_INST(SW);
276 LUI, AUIPC, JAL, JALR, B, LB, LH, LW, LBU, LHU, SB, SH, SW, ADDI, SLTI,
H A DRISCVCInstructions.h75 return SW{Rs{gpr_sp_riscv}, DecodeCSS_RS2(inst), uint32_t(offset)}; in DecodeC_SWSP()
101 return SW{DecodeCS_RS1(inst), DecodeCS_RS2(inst), uint32_t(offset)}; in DecodeC_SW()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daxp20x.txt169 SW : On/Off Switch : swin-supply
196 SW : On/Off Switch : swin-supply
225 SW : On/Off Switch : swin-supply
H A Dmax77620.txt43 source (SW). When enabled/disabled, the master sequencing timer generates
80 software (SW).
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp266 {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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp208 auto SW = getSGPRTuplesWeight(); in less() local
210 if (SW != OtherSW) in less()
211 return SW < OtherSW; in less()
/freebsd/contrib/file/magic/Magdir/
H A Dcompress425 # https://support-docs.illumina.com/SW/ORA_Format_Specification/Content/SW/ORA/ORAFormatSpecificati…
447 # https://support-docs.illumina.com/SW/ORA_Format_Specification/Content/\
448 # SW/ORA/ORAFormatSpecification.htm

1234