/llvm-project/llvm/test/MC/RISCV/ |
H A D | rvi-pseudos-invalid.s | 14 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 D | fixups.s | 23 sw a0, %lo(val)(t1) label 34 sw t1, %pcrel_lo(1b)(t1) label
|
H A D | rvi-pseudos.s | 208 sw a3, a_symbol, a4 label 219 sw a3, zero, a4 label
|
H A D | rv32i-only-valid.s | 18 sw a1, 0xfffffff8(a2) label
|
H A D | compress-rv32i.s | 45 sw s0, 124(a5) label 245 sw zero, 252(sp) label
|
H A D | rv32i-valid.s |
|
H A D | rv32e-valid.s |
|
H A D | rv32i-aliases-valid.s | 246 sw x10, (x11) label
|
/llvm-project/lld/test/ELF/ |
H A D | riscv-tls-le.s | 78 sw a0, %tprel_lo(a-4)(a3) label 83 sw a0, %tprel_lo(a)(a4) label
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | hex-immediates.s | 10 sw $2, 16($fp) label
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | RISCVAttributeParser.h | 30 RISCVAttributeParser(ScopedPrinter *sw) in RISCVAttributeParser()
|
H A D | CSKYAttributeParser.h | 35 CSKYAttributeParser(ScopedPrinter *sw) in CSKYAttributeParser()
|
H A D | ARMAttributeParser.h | 76 ARMAttributeParser(ScopedPrinter *sw) in ARMAttributeParser()
|
H A D | ELFAttributeParser.h | 54 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
|
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream/ |
H A D | deleted_output_functions.verify.cpp | 37 std::wostringstream sw; in f() local
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContext_x86.cpp | 16 uint16_t lldb_private::AbridgedToFullTagWord(uint8_t abridged_tw, uint16_t sw, in AbridgedToFullTagWord()
|
/llvm-project/lldb/unittests/Process/Utility/ |
H A D | RegisterContextTest.cpp | 21 uint16_t sw; member
|
/llvm-project/clang/test/Parser/ |
H A D | cxx11-user-defined-literals.cpp | 62 S<'w'_id> sw; global() variable
|
/llvm-project/llvm/test/MC/Mips/micromips/ |
H A D | valid.s | 94 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 D | kmp.h | 1433 unsigned sw; in __kmp_clear_x87_fpu_status_word() member
|