Home
last modified time | relevance | path

Searched +full:sw +full:- +full:exception (Results 1 – 25 of 161) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h1 //===--- ARMEHABIPrinter.h - ARM EHABI Unwind Information Printer ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "llvm-readobj.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()
[all …]
H A DARMWinEHPrinter.cpp1 //===-- ARMWinEHPrinter.cpp - Windows on ARM EH Data Printer ----*- C++ -*-
[all...]
H A DWindowsResourceDumper.cpp1 //===-- WindowsResourceDumper.cpp - Windows Resource printer -------
[all...]
H A DWindowsResourceDumper.h1 //===- WindowsResourceDumper.h - Windows Resource printer -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() argument
26 ScopedPrinter &SW;
H A DWin64EHDumper.h1 //===- Win64EHDumper.h - Win64 EH Printing ----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
24 ScopedPrinter &SW; variable
55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() argument
H A DWin64EHDumper.cpp1 //===- Win64EHDumper.cpp - Win64 EH Printer --------
[all...]
H A DARMWinEHPrinter.h1 //===--- ARMWinEHPrinter.h - Windows on ARM Unwind Information Printer ----===//
5 // SPDX-License-Identifie
25 ScopedPrinter &SW; global() variable
184 Decoder(ScopedPrinter & SW,bool isAArch64) Decoder() argument
[all...]
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h39 * @brief Generic trace elements output by the PE trace decode and SW stim decode stages.
49 …OCSD_GEN_TRC_ELEM_UNKNOWN = 0, /*!< Unknown trace element - default value or indicate error in…
50 …OCSD_GEN_TRC_ELEM_NO_SYNC, /*!< Waiting for sync - either at start of decode, or after ove…
51 …OCSD_GEN_TRC_ELEM_TRACE_ON, /*!< Start of trace - beginning of elements or restart after di…
57 … OCSD_GEN_TRC_ELEM_ADDR_UNKNOWN, /*!< address currently unknown - need address packet update */
58 …OCSD_GEN_TRC_ELEM_EXCEPTION, /*!< exception - start address may be exception target, end add…
60 …OCSD_GEN_TRC_ELEM_TIMESTAMP, /*!< Timestamp - preceding elements happeded before this time. …
61 …OCSD_GEN_TRC_ELEM_CYCLE_COUNT, /*!< Cycle count - cycles since last cycle count value - associ…
62 OCSD_GEN_TRC_ELEM_EVENT, /*!< Event - trigger or numbered event */
63 …OCSD_GEN_TRC_ELEM_SWTRACE, /*!< Software trace packet - may contain data payload. STM / IT…
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dsave.S1 //===-- save.S - save up to 12 callee-saved registers ---------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
14 // is the minimum grouping which will maintain the required 16-byte stack
26 addi sp, sp, -64
28 sw s11, 12(sp)
43 addi sp, sp, -64
46 sw s10, 16(sp)
47 sw s9, 20(sp)
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_mips.S1 //===-- xray_trampoline_mips.s ----------------------------------*- ASM -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // This implements the MIPS-specific assembler for the trampolines.
13 //===----------------------------------------------------------------------===//
27 addiu $sp, $sp, -36
28 sw $ra, 32($sp)
29 .cfi_offset 31, -4
30 sw $a3, 28($sp)
31 sw $a2, 24($sp)
[all …]
H A Dxray_mips.cpp1 //===-- xray_mips.cpp -------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // Implementation of MIPS-specific routines (32-bit).
13 //===----------------------------------------------------------------------===//
24 PO_SW = 0xAC000000, // sw rt, offset(sp)
56 // We replace the following compile-time stub (sled): in patchSled()
66 // xray_sled_n (32-bit): in patchSled()
67 // addiu sp, sp, -8 ;create stack frame in patchSled()
69 // sw ra, 4(sp) ;save return address in patchSled()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp1 //===--- ELFAttributeParser.cpp - ELF Attribute Parser --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
42 if (sw) { in integerAttribute()
43 DictScope scope(*sw, "Attribute"); in integerAttribute()
44 sw->printNumber("Tag", tag); in integerAttribute()
46 sw->printString("TagName", tagName); in integerAttribute()
47 sw->printNumber("Value", value); in integerAttribute()
58 if (sw) { in stringAttribute()
59 DictScope scope(*sw, "Attribute"); in stringAttribute()
[all …]
H A DARMAttributeParser.cpp1 //===- ARMAttributeParser.cpp - ARM Attribute Information Printer ---------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
77 if (sw) { in stringAttribute()
78 DictScope scope(*sw, "Attribute"); in stringAttribute()
79 sw->printNumber("Tag", tag); in stringAttribute()
81 sw->printString("TagName", tagName); in stringAttribute()
82 sw->printString("Value", desc); in stringAttribute()
88 "Pre-v4", "ARM v4", "ARM v4T", "ARM v5T", "ARM v5TE", "ARM v5TEJ",
89 "ARM v6", "ARM v6KZ", "ARM v6T2", "ARM v6K", "ARM v7", "ARM v6-M",
[all …]
/freebsd/usr.sbin/ppp/
H A Dmain.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org>
5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp>
115 SignalBundle->CleaningUp = 1; in Cleanup()
186 /* Drops all child prompts and re-opens the socket */ in RestartServer()
193 fprintf(stderr, "usage: ppp [-auto | -foreground | -background | -direct |" in Usage()
194 " -dedicated | -ddial | -interactive]" in Usage()
196 " [-nat]" in Usage()
198 " [-quiet] [-unit N] [system ...]\n"); in Usage()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h1 //===- ELF AttributeParser.h - ELF Attribute Parser --------
55 ELFAttributeParser(ScopedPrinter * sw,TagNameMap tagNameMap,StringRef vendor) ELFAttributeParser() argument
[all...]
H A DRISCVAttributeParser.h1 //===-- RISCVAttributeParser.h - RISCV Attribute Parser ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
30 RISCVAttributeParser(ScopedPrinter *sw) in RISCVAttributeParser() argument
31 : ELFAttributeParser(sw, RISCVAttrs::getRISCVAttributeTags(), "riscv") {} in RISCVAttributeParser()
H A DCSKYAttributeParser.h1 //===---- CSKYAttributeParser.h - CSKY Attribute Parser ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
35 CSKYAttributeParser(ScopedPrinter *sw) in CSKYAttributeParser() argument
36 : ELFAttributeParser(sw, CSKYAttrs::getCSKYAttributeTags(), "csky") {} in CSKYAttributeParser()
H A DMSP430AttributeParser.h1 //===-- MSP430AttributeParser.h - MSP430 Attribute Parser -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
36 MSP430AttributeParser(ScopedPrinter *SW) in MSP430AttributeParser() argument
37 : ELFAttributeParser(SW, MSP430Attrs::getMSP430AttributeTags(), in MSP430AttributeParser()
H A DARMAttributeParser.h1 //===- ARMAttributeParser.h - ARM Attribute Information Printer -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
76 ARMAttributeParser(ScopedPrinter *sw) in ARMAttributeParser() argument
77 : ELFAttributeParser(sw, ARMBuildAttrs::getARMAttributeTags(), "aeabi") {} in ARMAttributeParser()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp1 //===-- RISCVMakeCompressible.cpp - Make more instructions compressible ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
21 // sw zero, 0(a0) # if zero
22 // sw zero, 8(a0) # if zero
23 // sw zero, 4(a0) # if zero
24 // sw zero, 24(a0) # if zero
29 // c.sw a1, 0(a0)
30 // c.sw a1, 8(a0)
31 // c.sw a1, 4(a0)
[all …]
H A DRISCVInstrInfoZalasr.td1 //===-- RISCVInstrInfoZalasr.td ---------------------------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file describes the RISC-V instructions from the Zalasr (Load-Acquire
10 // and Store-Release) extension
12 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
16 //===----------------------------------------------------------------------===//
43 //===----------------------------------------------------------------------===//
45 //===----------------------------------------------------------------------===//
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.cpp1 //===-- RegisterContext_x86.cpp ---------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 // Convert the 8-bit abridged FPU Tag Word (as found in FXSAVE) to the full
14 // 16-bit FPU Tag Word (as found in FSAVE, and used by gdb protocol). This
16 uint16_t lldb_private::AbridgedToFullTagWord(uint8_t abridged_tw, uint16_t sw, in AbridgedToFullTagWord() argument
19 // Mapping to ST(i): i = FPU regno - TOP (Status Word, bits 11:13). in AbridgedToFullTagWord()
21 int st = 7 - ((sw >> 11) & 7); in AbridgedToFullTagWord()
26 // The register is non-empty, so we need to check the value of ST(i). in AbridgedToFullTagWord()
41 st = (st - 1) & 7; in AbridgedToFullTagWord()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dqcom,ath11k.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Kalle Valo <kvalo@kernel.org>
20 - qcom,ipq8074-wifi
21 - qcom,ipq6018-wifi
22 - qcom,wcn6750-wifi
23 - qcom,ipq5018-wifi
32 interrupt-names:
[all …]
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
32 # +-----------------------+
34 # +-----------------------+
36 # +-----------------------+ <-- SP
144 sw $1, (4 * 1)($4)
145 sw $2, (4 * 2)($4)
146 sw $3, (4 * 3)($4)
147 sw $4, (4 * 4)($4)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.td1 //===-- VERegisterInfo.td - VE Register defs ---------------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
16 let HWEncoding{15-7} = 0;
17 let HWEncoding{6-0} = enc;
24 let HWEncoding{15-6} = 0;
25 let HWEncoding{5-0} = enc;
32 let HWEncoding{15-8} = 0;
[all …]

1234567