Home
last modified time | relevance | path

Searched defs:sw (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/test/MC/RISCV/
H A Drvi-pseudos-invalid.s14 sw a2, %hi(a_symbol), a3 # CHECK: :[[@LINE]]:8: error: operand must be a symbol with %lo/%pcrel_lo/… label
15 sw a2, %lo(a_symbol), a3 # CHECK: :[[@LINE]]:23: error: invalid operand for instruction label
16 sw a2, %lo(a_symbol)(a4), a3 # CHECK: :[[@LINE]]:27: error: invalid operand for instruction label
19 sw a2, a_symbol # CHECK: :[[@LINE]]:1: error: too few operands for instruction label
H A Dfixups.s23 sw a0, %lo(val)(t1) label
34 sw t1, %pcrel_lo(1b)(t1) label
H A Drvi-pseudos.s208 sw a3, a_symbol, a4 label
219 sw a3, zero, a4 label
H A Drv32i-only-valid.s18 sw a1, 0xfffffff8(a2) label
H A Dcompress-rv32i.s45 sw s0, 124(a5) label
245 sw zero, 252(sp) label
H A Drv32i-valid.s
H A Drv32e-valid.s
H A Drv32i-aliases-valid.s246 sw x10, (x11) label
/llvm-project/lld/test/ELF/
H A Driscv-tls-le.s78 sw a0, %tprel_lo(a-4)(a3) label
83 sw a0, %tprel_lo(a)(a4) label
/llvm-project/llvm/test/MC/Mips/
H A Dhex-immediates.s10 sw $2, 16($fp) label
/llvm-project/llvm/include/llvm/Support/
H A DRISCVAttributeParser.h30 RISCVAttributeParser(ScopedPrinter *sw) in RISCVAttributeParser()
H A DCSKYAttributeParser.h35 CSKYAttributeParser(ScopedPrinter *sw) in CSKYAttributeParser()
H A DARMAttributeParser.h76 ARMAttributeParser(ScopedPrinter *sw) in ARMAttributeParser()
H A DELFAttributeParser.h54 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream/
H A Ddeleted_output_functions.verify.cpp37 std::wostringstream sw; in f() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.cpp16 uint16_t lldb_private::AbridgedToFullTagWord(uint8_t abridged_tw, uint16_t sw, in AbridgedToFullTagWord()
/llvm-project/lldb/unittests/Process/Utility/
H A DRegisterContextTest.cpp21 uint16_t sw; member
/llvm-project/clang/test/Parser/
H A Dcxx11-user-defined-literals.cpp62 S<'w'_id> sw; global() variable
/llvm-project/llvm/test/MC/Mips/micromips/
H A Dvalid.s94 sw $4, 124($sp) # CHECK: sw $4, 124($sp) # encoding: [0xc8,0x9f] label
182 sw $5, 4($6) # CHECK: sw $5, 4($6) # encoding: [0xf8,0xa6,0x00,0x04] label
184 sw $5, 123($sp) # CHECK: sw $5, 123($sp) # encoding: [0xf8,0xbd,0x00,0x7b] label
/llvm-project/openmp/runtime/src/
H A Dkmp.h1433 unsigned sw; in __kmp_clear_x87_fpu_status_word() member