Home
last modified time | relevance | path

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

12345678910>>...16

/external/llvm-project/llvm/test/CodeGen/RISCV/
Dshrinkwrap.ll3 ; RUN: llc -mtriple riscv32 -enable-shrink-wrap < %s | FileCheck %s -check-prefix=RV32I-SW
5 ; RUN: | FileCheck %s -check-prefix=RV32I-SW-SR
24 ; RV32I-SW-LABEL: eliminate_restore:
25 ; RV32I-SW: # %bb.0:
26 ; RV32I-SW-NEXT: addi a1, zero, 32
27 ; RV32I-SW-NEXT: bgeu a1, a0, .LBB0_2
28 ; RV32I-SW-NEXT: # %bb.1: # %if.end
29 ; RV32I-SW-NEXT: ret
30 ; RV32I-SW-NEXT: .LBB0_2: # %if.then
31 ; RV32I-SW-NEXT: addi sp, sp, -16
[all …]
/external/llvm-project/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp259 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx()
276 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx()
289 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx()
292 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx()
306 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx()
323 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx()
337 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx()
350 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx()
364 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L()
378 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110()
[all …]
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.printNumber("Characteristics", Ref.getCharacteristics()); in printEntry()
[all …]
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 …]
DWin64EHDumper.cpp207 SW.printString("StartAddress", in printRuntimeFunctionEntry()
209 SW.printString("EndAddress", in printRuntimeFunctionEntry()
211 SW.printString("UnwindInfoAddress", in printRuntimeFunctionEntry()
221 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode()
277 DictScope UIS(SW, "UnwindInfo"); in printUnwindInfo()
278 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo()
279 SW.printFlags("Flags", UI.getFlags(), makeArrayRef(UnwindFlags)); in printUnwindInfo()
280 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
282 SW.printEnum("FrameRegister", UI.getFrameRegister(), in printUnwindInfo()
284 SW.printHex("FrameOffset", UI.getFrameOffset()); in printUnwindInfo()
[all …]
DWin64EHDumper.h24 ScopedPrinter &SW; variable
55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() argument
DWindowsResourceDumper.h21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() argument
26 ScopedPrinter &SW;
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dremove-redundant-moves.ll8 ; CHECK: xxswapd [[SW:[0-9]+]], 34
9 ; CHECK: xscvsxddp 1, [[SW]]
24 ; CHECK-BE: xxswapd [[SW:[0-9]+]], 34
25 ; CHECK-BE: xscvsxddp 1, [[SW]]
34 ; CHECK: xxswapd [[SW:[0-9]+]], 34
35 ; CHECK: xscvsxdsp 1, [[SW]]
50 ; CHECK-BE: xxswapd [[SW:[0-9]+]], 34
51 ; CHECK-BE: xscvsxdsp 1, [[SW]]
60 ; CHECK: xxswapd [[SW:[0-9]+]], 34
61 ; CHECK: xscvuxddp 1, [[SW]]
[all …]
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h30 ScopedPrinter &SW; variable
67 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder() argument
98 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode, in Decode_00xxxxxx()
103 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode, in Decode_01xxxxxx()
112 SW.startLine() in Decode_1000iiii_iiiiiiii()
121 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode); in Decode_10011101()
125 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode); in Decode_10011111()
129 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f)); in Decode_1001nnnn()
133 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10100nnn()
139 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10101nnn()
[all …]
DARMWinEHPrinter.cpp230 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx()
247 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx()
260 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx()
263 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx()
277 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx()
294 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx()
308 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx()
321 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx()
335 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L()
349 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110()
[all …]
DWin64EHDumper.cpp169 SW.printString("StartAddress", in printRuntimeFunctionEntry()
171 SW.printString("EndAddress", in printRuntimeFunctionEntry()
173 SW.printString("UnwindInfoAddress", in printRuntimeFunctionEntry()
183 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode()
239 DictScope UIS(SW, "UnwindInfo"); in printUnwindInfo()
240 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo()
241 SW.printFlags("Flags", UI.getFlags(), makeArrayRef(UnwindFlags)); in printUnwindInfo()
242 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
244 SW.printEnum("FrameRegister", UI.getFrameRegister(), in printUnwindInfo()
246 SW.printHex("FrameOffset", UI.getFrameOffset()); in printUnwindInfo()
[all …]
DARMAttributeParser.cpp92 SW.printNumber(ARMBuildAttrs::AttrTypeAsString(Tag), in IntegerAttribute()
100 DictScope AS(SW, "Attribute"); in StringAttribute()
101 SW.printNumber("Tag", Tag); in StringAttribute()
103 SW.printString("TagName", TagName); in StringAttribute()
104 SW.printString("Value", ParseString(Data, Offset)); in StringAttribute()
111 DictScope AS(SW, "Attribute"); in PrintAttribute()
112 SW.printNumber("Tag", Tag); in PrintAttribute()
113 SW.printNumber("Value", Value); in PrintAttribute()
115 SW.printString("TagName", TagName); in PrintAttribute()
117 SW.printString("Description", ValueDesc); in PrintAttribute()
[all …]
DWin64EHDumper.h25 ScopedPrinter &SW; variable
56 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() argument
DARMWinEHPrinter.h25 ScopedPrinter &SW; variable
110 Decoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Decoder() argument
/external/pcre/dist2/src/
Dpcre2_jit_simd_inc.h882 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(UW) | SLJIT_ARG… in fast_forward_char_simd()
885 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(UW) | SLJIT_ARG… in fast_forward_char_simd()
888 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(UW) | SLJIT_ARG… in fast_forward_char_simd()
903 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(UW) | SLJIT_ARG… in fast_forward_char_simd()
906 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(UW) | SLJIT_ARG… in fast_forward_char_simd()
909 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(UW) | SLJIT_ARG… in fast_forward_char_simd()
921 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(UW) | SLJIT_ARG… in fast_forward_char_simd()
924 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(UW) | SLJIT_ARG… in fast_forward_char_simd()
927 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(UW) | SLJIT_ARG… in fast_forward_char_simd()
1083 …it_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW) | SLJIT_ARG3(SW) | … in fast_forward_char_pair_simd()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp96 if (SW) in IntegerAttribute()
97 SW->printNumber(ARMBuildAttrs::AttrTypeAsString(Tag), Value); in IntegerAttribute()
105 if (SW) { in StringAttribute()
106 DictScope AS(*SW, "Attribute"); in StringAttribute()
107 SW->printNumber("Tag", Tag); in StringAttribute()
109 SW->printString("TagName", TagName); in StringAttribute()
110 SW->printString("Value", ValueDesc); in StringAttribute()
118 if (SW) { in PrintAttribute()
121 DictScope AS(*SW, "Attribute"); in PrintAttribute()
122 SW->printNumber("Tag", Tag); in PrintAttribute()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
Dtile.S47 #define SW st macro
51 #define SW sw macro
94 SW sp, lr
111 SW TMP, r52
125 SW TMP2, REG_ARGS
129 SW TMP, r52
144 SW OUTGOING_STACK_ARGS, TMP
206 SW PTR, REG ; \
253 SW sp, r10
262 SW r10, sp
[all …]
/external/libffi/src/tile/
Dtile.S47 #define SW st macro
51 #define SW sw macro
94 SW sp, lr
111 SW TMP, r52
125 SW TMP2, REG_ARGS
129 SW TMP, r52
144 SW OUTGOING_STACK_ARGS, TMP
206 SW PTR, REG ; \
253 SW sp, r10
262 SW r10, sp
[all …]
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/
Dvar_arg.mir62 ; MIPS32: SW [[COPY1]], [[ADDiu]], 0 :: (store 4 into %fixed-stack.1)
65 ; MIPS32: SW [[COPY2]], [[ADDiu1]], 0 :: (store 4 into %fixed-stack.2)
68 ; MIPS32: SW [[COPY3]], [[ADDiu2]], 0 :: (store 4 into %fixed-stack.3)
75 ; MIPS32: SW [[COPY]], [[ADDiu4]], 0 :: (store 4 into %ir.fmt.addr)
77 ; MIPS32: SW [[LEA_ADDiu]], [[ADDiu5]], 0
79 ; MIPS32: SW [[LW]], [[ADDiu6]], 0 :: (store 4)
83 ; MIPS32: SW [[ADDu]], [[ADDiu6]], 0 :: (store 4 into %ir.aq)
85 ; MIPS32: SW [[LW2]], [[ADDiu7]], 0 :: (store 4 into %ir.s)
112 SW %19, %9(p0), 0 :: (store 4)
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmacros_msa.h54 #define SW(val, pdst) \ macro
79 SW(val0_m, pdst_sd_m); \
80 SW(val1_m, pdst_sd_m + 4); \
119 #define SW(val, pdst) \ macro
134 SW(val0_m, pdst_sd_m); \
135 SW(val1_m, pdst_sd_m + 4); \
/external/libyuv/files/include/libyuv/
Dmacros_msa.h54 #define SW(val, pdst) \ macro
79 SW(val0_m, pdst_sd_m); \
80 SW(val1_m, pdst_sd_m + 4); \
119 #define SW(val, pdst) \ macro
134 SW(val0_m, pdst_sd_m); \
135 SW(val1_m, pdst_sd_m + 4); \
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_filter_ops_benchmark_test.cc112 #define BM_NAME(name, type, T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING) \ argument
114 f##FH##x##FW##x##FC##_##s##SH##x##SW##_##PADDING)
116 #define BM_Conv2DBwdFilter(T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING, \ argument
119 FW, FC, SH, SW, \
122 Conv2DBackpropFilter<T>(N, H, W, C, FH, FW, FC, SH, SW, \
130 FC, SH, SW, PADDING));
Dconv_grad_input_ops_benchmark_test.cc111 #define BM_NAME(name, type, T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING) \ argument
113 f##FH##x##FW##x##FC##_##s##SH##x##SW##_##PADDING)
115 #define BM_Conv2DBwdInput(T, FMT, N, H, W, C, FW, FH, FC, SH, SW, PADDING, \ argument
118 FW, FC, SH, SW, \
121 Conv2DBackpropInput<T>(N, H, W, C, FH, FW, FC, SH, SW, \
128 FC, SH, SW, PADDING));
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMAttributeParser.h21 ScopedPrinter *SW; variable
123 ARMAttributeParser(ScopedPrinter *SW) : SW(SW) {} in ARMAttributeParser() argument
125 ARMAttributeParser() : SW(nullptr) { } in ARMAttributeParser()
/external/skia/gm/
Dstrokerects.cpp23 constexpr SkScalar SW = SkIntToScalar(W); variable
62 canvas->translate(SW * x, SH * y); in onDraw()
65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw()

12345678910>>...16