Home
last modified time | relevance | path

Searched refs:sw (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/external/qemu/audio/
Daudio_template.h93 static void glue (audio_pcm_sw_free_resources_, TYPE) (SW *sw) in glue()
95 if (sw->buf) { in glue()
96 qemu_free (sw->buf); in glue()
99 if (sw->rate) { in glue()
100 st_rate_stop (sw->rate); in glue()
103 sw->buf = NULL; in glue()
104 sw->rate = NULL; in glue()
107 static int glue (audio_pcm_sw_alloc_resources_, TYPE) (SW *sw) in glue()
112 samples = sw->hw->samples; in glue()
114 samples = ((int64_t) sw->hw->samples << 32) / sw->ratio; in glue()
[all …]
Daudio.c42 #define SW_NAME(sw) (sw)->name ? (sw)->name : "unknown" argument
851 SWVoiceOut *sw; in audio_recalc_and_notify_capture() local
854 for (sw = hw->sw_head.lh_first; sw; sw = sw->entries.le_next) { in audio_recalc_and_notify_capture()
855 if (sw->active) { in audio_recalc_and_notify_capture()
869 SWVoiceOut *sw = &sc->sw; in audio_detach_capture() local
871 int was_active = sw->active; in audio_detach_capture()
873 if (sw->rate) { in audio_detach_capture()
874 st_rate_stop (sw->rate); in audio_detach_capture()
875 sw->rate = NULL; in audio_detach_capture()
878 QLIST_REMOVE (sw, entries); in audio_detach_capture()
[all …]
Daudio.h109 SWVoiceOut *sw,
116 void AUD_close_out (QEMUSoundCard *card, SWVoiceOut *sw);
117 int AUD_write (SWVoiceOut *sw, void *pcm_buf, int size);
118 int AUD_get_buffer_size_out (SWVoiceOut *sw);
119 void AUD_set_active_out (SWVoiceOut *sw, int on);
120 int AUD_is_active_out (SWVoiceOut *sw);
122 void AUD_init_time_stamp_out (SWVoiceOut *sw, QEMUAudioTimeStamp *ts);
123 uint64_t AUD_get_elapsed_usec_out (SWVoiceOut *sw, QEMUAudioTimeStamp *ts);
125 void AUD_set_volume_out (SWVoiceOut *sw, int mute, uint8_t lvol, uint8_t rvol);
126 void AUD_set_volume_in (SWVoiceIn *sw, int mute, uint8_t lvol, uint8_t rvol);
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
DForwardSwitchConditionToPHI.ll11 switch i32 %m, label %sw.bb4 [
12 i32 0, label %sw.bb0
13 i32 1, label %sw.bb1
14 i32 2, label %sw.bb2
15 i32 3, label %sw.bb3
18 sw.bb0: ; preds = %entry
21 sw.bb1: ; preds = %entry
24 sw.bb2: ; preds = %entry
27 sw.bb3: ; preds = %entry
30 sw.bb4: ; preds = %entry
[all …]
/external/valgrind/main/none/tests/x86/
Dinsn_mmx.def8 packssdw mm.sd[12345,123456] mm.sd[-12345,-123456] => 1.sw[-12345,-32768,12345,32767]
9 packssdw m64.sd[12345,123456] mm.sd[-12345,-123456] => 1.sw[-12345,-32768,12345,32767]
10 packsswb mm.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.sb[21,-21,127,-128,123,-123,127,-12…
11 packsswb m64.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.sb[21,-21,127,-128,123,-123,127,-1…
12 packuswb mm.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.ub[21,0,255,0,123,0,255,0]
13 packuswb m64.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.ub[21,0,255,0,123,0,255,0]
20 paddsw mm.sw[12345,-12345,32145,-32145] mm.sw[32145,-32145,-12345,12345] => 1.sw[32767,-32768,19800…
21 paddsw m64.sw[12345,-12345,32145,-32145] mm.sw[32145,-32145,-12345,12345] => 1.sw[32767,-32768,1980…
26 paddw mm.sw[1234,5678,4321,8765] mm.sw[87,65,43,21] => 1.sw[1321,5743,4364,8786]
27 paddw m64.sw[1234,5678,4321,8765] mm.sw[87,65,43,21] => 1.sw[1321,5743,4364,8786]
[all …]
Dinsn_mmxext.def14 pmaxsw mm.sw[-1,2,-3,4] mm.sw[2,-3,4,-5] => 1.sw[2,2,4,4]
15 pmaxsw m64.sw[-1,2,-3,4] mm.sw[2,-3,4,-5] => 1.sw[2,2,4,4]
18 pminsw mm.sw[-1,2,-3,4] mm.sw[2,-3,4,-5] => 1.sw[-1,-3,-3,-5]
19 pminsw m64.sw[-1,2,-3,4] mm.sw[2,-3,4,-5] => 1.sw[-1,-3,-3,-5]
25 psadbw mm.ub[1,2,3,4,5,6,7,8] mm.ub[8,7,6,5,4,3,2,1] => 1.sw[32,0,0,0]
26 psadbw m64.ub[1,2,3,4,5,6,7,8] mm.ub[8,7,6,5,4,3,2,1] => 1.sw[32,0,0,0]
27 pshufw imm8[0x1b] mm.sw[11,22,33,44] mm.sw[0,0,0,0] => 2.sw[44,33,22,11]
28 pshufw imm8[0x1b] m64.sw[11,22,33,44] mm.sw[0,0,0,0] => 2.sw[44,33,22,11]
Dinsn_ssse3.def9 psignw mm.sw[0,10,0,-11] mm.sw[999,987,986,985] => 1.sw[0,987,0,-985]
10 psignw m64.sw[0,1000,0,-1111] mm.sw[909,907,906,905] => 1.sw[0,907,0,-905]
12 psignw xmm.sw[0,10,0,-11,1,0,-1,0] xmm.sw[999,987,986,985,888,887,886,885] => 1.sw[0,987,0,-985,888…
13 psignw m128.sw[0,1000,0,-1111,11,0,-11,0] xmm.sw[909,907,906,905,809,808,807,806] => 1.sw[0,907,0,-…
33 pabsw mm.sw[0,10,0,-11] mm.sw[999,987,986,985] => 1.sw[0,10,0,11]
34 pabsw m64.sw[0,1000,0,-1111] mm.sw[909,907,906,905] => 1.sw[0,1000,0,1111]
36 pabsw xmm.sw[0,10,0,-11,1,0,-1,0] xmm.sw[999,987,986,985,888,887,886,885] => 1.sw[0,10,0,11,1,0,1,0]
37 pabsw m128.sw[0,1000,0,-1111,11,0,-11,0] xmm.sw[909,907,906,905,809,808,807,806] => 1.sw[0,1000,0,1…
199 pmaddubsw mm.ub[127,26,128,173,181,200,255,108] mm.ub[255,151,255,153,54,155,56,255] => 1.sw[32767,…
200 pmaddubsw m64.ub[127,26,128,173,181,200,255,108] mm.ub[255,151,255,153,54,155,56,255] => 1.sw[32767…
[all …]
Dinsn_sse2.def129 packssdw xmm.sd[12345,-12345,123456,-123456] xmm.sd[4321,-4321,54321,-54321] => 1.sw[4321,-4321,327…
130 packssdw m128.sd[12345,-12345,123456,-123456] xmm.sd[4321,-4321,54321,-54321] => 1.sw[4321,-4321,32…
131 packsswb xmm.sw[123,-123,1234,-1234,123,-123,1234,-1234] xmm.sw[21,-21,321,-321,21,-21,321,-321] =>…
132 packsswb m128.sw[123,-123,1234,-1234,123,-123,1234,-1234] xmm.sw[21,-21,321,-321,21,-21,321,-321] =…
133 packuswb xmm.sw[123,-123,1234,-1234,123,-123,1234,-1234] xmm.sw[21,-21,321,-321,21,-21,321,-321] =>…
134 packuswb m128.sw[123,-123,1234,-1234,123,-123,1234,-1234] xmm.sw[21,-21,321,-321,21,-21,321,-321] =…
145 paddsw xmm.sw[12345,-12345,32145,-32145,12345,-12345,32145,-32145] xmm.sw[32145,-32145,-12345,12345…
146 paddsw m128.sw[12345,-12345,32145,-32145,12345,-12345,32145,-32145] xmm.sw[32145,-32145,-12345,1234…
151 paddw xmm.sw[1234,5678,4321,8765,1234,5678,4321,8765] xmm.sw[87,65,43,21,87,65,43,21] => 1.sw[1321,…
152 paddw m128.sw[1234,5678,4321,8765,1234,5678,4321,8765] xmm.sw[87,65,43,21,87,65,43,21] => 1.sw[1321…
[all …]
Dinsn_sse3.def20 fisttps fpucw[0xc00,0x000] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1234] st0.ps[111…
21 fisttps fpucw[0xc00,0x000] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1234] st0.ps[1…
22 fisttps fpucw[0xc00,0x400] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1234] st0.ps[111…
23 fisttps fpucw[0xc00,0x400] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1234] st0.ps[1…
24 fisttps fpucw[0xc00,0x800] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1234] st0.ps[111…
25 fisttps fpucw[0xc00,0x800] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1234] st0.ps[1…
26 fisttps fpucw[0xc00,0xc00] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1234] st0.ps[111…
27 fisttps fpucw[0xc00,0xc00] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1234] st0.ps[1…
Dinsn_fpu.def45 fiadds st0.ps[1234.5678] : m16.sw[4321] => st0.ps[5555.5678]
46 fiadds st0.ps[-1234.5678] : m16.sw[4321] => st0.ps[3086.4322]
47 fiadds st0.ps[1234.5678] : m16.sw[-4321] => st0.ps[-3086.4322]
48 fiadds st0.ps[-1234.5678] : m16.sw[-4321] => st0.ps[-5555.5678]
49 fiadds st0.pd[1234567.7654321] : m16.sw[4321] => st0.pd[1238888.7654321]
50 fiadds st0.pd[-1234567.7654321] : m16.sw[4321] => st0.pd[-1230246.7654321]
51 fiadds st0.pd[1234567.7654321] : m16.sw[-4321] => st0.pd[1230246.7654321]
52 fiadds st0.pd[-1234567.7654321] : m16.sw[-4321] => st0.pd[-1238888.7654321]
129 fidivs st0.ps[1234.5678] : m16.sw[4321] => st0.ps[0.285713445961583]
130 fidivs st0.ps[-1234.5678] : m16.sw[4321] => st0.ps[-0.285713445961583]
[all …]
/external/llvm/test/CodeGen/ARM/
Djumptable-label.ll11 i32 1, label %sw.bb
12 i32 2, label %sw.bb6
13 i32 3, label %sw.bb13
14 i32 4, label %sw.bb20
17 sw.bb: ; preds = %entry
20 sw.bb6: ; preds = %entry
23 sw.bb13: ; preds = %entry
26 sw.bb20: ; preds = %entry
30 return: ; preds = %sw.bb20, %sw.bb13, %sw.bb6, %sw.bb, %e…
31 …%retval.0 = phi i32 [ %div, %sw.bb20 ], [ undef, %sw.bb13 ], [ undef, %sw.bb6 ], [ undef, %sw.bb ]…
/external/valgrind/main/none/tests/amd64/
Dinsn_mmx.def28 packssdw mm.sd[12345,123456] mm.sd[-12345,-123456] => 1.sw[-12345,-32768,12345,32767]
29 packssdw m64.sd[12345,123456] mm.sd[-12345,-123456] => 1.sw[-12345,-32768,12345,32767]
30 packsswb mm.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.sb[21,-21,127,-128,123,-123,127,-12…
31 packsswb m64.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.sb[21,-21,127,-128,123,-123,127,-1…
32 packuswb mm.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.ub[21,0,255,0,123,0,255,0]
33 packuswb m64.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.ub[21,0,255,0,123,0,255,0]
40 paddsw mm.sw[12345,-12345,32145,-32145] mm.sw[32145,-32145,-12345,12345] => 1.sw[32767,-32768,19800…
41 paddsw m64.sw[12345,-12345,32145,-32145] mm.sw[32145,-32145,-12345,12345] => 1.sw[32767,-32768,1980…
46 paddw mm.sw[1234,5678,4321,8765] mm.sw[87,65,43,21] => 1.sw[1321,5743,4364,8786]
47 paddw m64.sw[1234,5678,4321,8765] mm.sw[87,65,43,21] => 1.sw[1321,5743,4364,8786]
[all …]
Dinsn_ssse3.def9 psignw mm.sw[0,10,0,-11] mm.sw[999,987,986,985] => 1.sw[0,987,0,-985]
10 psignw m64.sw[0,1000,0,-1111] mm.sw[909,907,906,905] => 1.sw[0,907,0,-905]
12 psignw xmm.sw[0,10,0,-11,1,0,-1,0] xmm.sw[999,987,986,985,888,887,886,885] => 1.sw[0,987,0,-985,888…
13 psignw m128.sw[0,1000,0,-1111,11,0,-11,0] xmm.sw[909,907,906,905,809,808,807,806] => 1.sw[0,907,0,-…
33 pabsw mm.sw[0,10,0,-11] mm.sw[999,987,986,985] => 1.sw[0,10,0,11]
34 pabsw m64.sw[0,1000,0,-1111] mm.sw[909,907,906,905] => 1.sw[0,1000,0,1111]
36 pabsw xmm.sw[0,10,0,-11,1,0,-1,0] xmm.sw[999,987,986,985,888,887,886,885] => 1.sw[0,10,0,11,1,0,1,0]
37 pabsw m128.sw[0,1000,0,-1111,11,0,-11,0] xmm.sw[909,907,906,905,809,808,807,806] => 1.sw[0,1000,0,1…
199 pmaddubsw mm.ub[127,26,128,173,181,200,255,108] mm.ub[255,151,255,153,54,155,56,255] => 1.sw[32767,…
200 pmaddubsw m64.ub[127,26,128,173,181,200,255,108] mm.ub[255,151,255,153,54,155,56,255] => 1.sw[32767…
[all …]
Dinsn_sse2.def129 packssdw xmm.sd[12345,-12345,123456,-123456] xmm.sd[4321,-4321,54321,-54321] => 1.sw[4321,-4321,327…
130 packssdw m128.sd[12345,-12345,123456,-123456] xmm.sd[4321,-4321,54321,-54321] => 1.sw[4321,-4321,32…
131 packsswb xmm.sw[123,-123,1234,-1234,123,-123,1234,-1234] xmm.sw[21,-21,321,-321,21,-21,321,-321] =>…
132 packsswb m128.sw[123,-123,1234,-1234,123,-123,1234,-1234] xmm.sw[21,-21,321,-321,21,-21,321,-321] =…
133 packuswb xmm.sw[123,-123,1234,-1234,123,-123,1234,-1234] xmm.sw[21,-21,321,-321,21,-21,321,-321] =>…
134 packuswb m128.sw[123,-123,1234,-1234,123,-123,1234,-1234] xmm.sw[21,-21,321,-321,21,-21,321,-321] =…
145 paddsw xmm.sw[12345,-12345,32145,-32145,12345,-12345,32145,-32145] xmm.sw[32145,-32145,-12345,12345…
146 paddsw m128.sw[12345,-12345,32145,-32145,12345,-12345,32145,-32145] xmm.sw[32145,-32145,-12345,1234…
151 paddw xmm.sw[1234,5678,4321,8765,1234,5678,4321,8765] xmm.sw[87,65,43,21,87,65,43,21] => 1.sw[1321,…
152 paddw m128.sw[1234,5678,4321,8765,1234,5678,4321,8765] xmm.sw[87,65,43,21,87,65,43,21] => 1.sw[1321…
[all …]
Dinsn_sse3.def20 fisttps fpucw[0xc00,0x000] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1234] st0.ps[111…
21 fisttps fpucw[0xc00,0x000] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1234] st0.ps[1…
22 fisttps fpucw[0xc00,0x400] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1234] st0.ps[111…
23 fisttps fpucw[0xc00,0x400] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1234] st0.ps[1…
24 fisttps fpucw[0xc00,0x800] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1234] st0.ps[111…
25 fisttps fpucw[0xc00,0x800] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1234] st0.ps[1…
26 fisttps fpucw[0xc00,0xc00] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1234] st0.ps[111…
27 fisttps fpucw[0xc00,0xc00] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1234] st0.ps[1…
Dinsn_fpu.def45 fiadds st0.ps[1234.5678] : m16.sw[4321] => st0.ps[5555.5678]
46 fiadds st0.ps[-1234.5678] : m16.sw[4321] => st0.ps[3086.4322]
47 fiadds st0.ps[1234.5678] : m16.sw[-4321] => st0.ps[-3086.4322]
48 fiadds st0.ps[-1234.5678] : m16.sw[-4321] => st0.ps[-5555.5678]
49 fiadds st0.pd[1234567.7654321] : m16.sw[4321] => st0.pd[1238888.7654321]
50 fiadds st0.pd[-1234567.7654321] : m16.sw[4321] => st0.pd[-1230246.7654321]
51 fiadds st0.pd[1234567.7654321] : m16.sw[-4321] => st0.pd[1230246.7654321]
52 fiadds st0.pd[-1234567.7654321] : m16.sw[-4321] => st0.pd[-1238888.7654321]
129 fidivs st0.ps[1234.5678] : m16.sw[4321] => st0.ps[0.285713445961583]
130 fidivs st0.ps[-1234.5678] : m16.sw[4321] => st0.ps[-0.285713445961583]
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DStringWriterTest.java25 StringWriter sw; field in StringWriterTest
41 sw.close(); in test_close()
52 sw.flush(); in test_flush()
53 sw.write('c'); in test_flush()
54 assertEquals("Failed to flush char", "c", sw.toString()); in test_flush()
64 sw.write("This is a test string"); in test_getBuffer()
65 StringBuffer sb = sw.getBuffer(); in test_getBuffer()
75 sw.write("This is a test string"); in test_toString()
77 "This is a test string", sw.toString()); in test_toString()
87 sw.write(c, 0, 21); in test_write$CII()
[all …]
DBufferedWriterTest.java32 Support_StringWriter sw; field in BufferedWriterTest
40 sw = new Support_StringWriter(); in test_ConstructorLjava_io_Writer()
41 bw = new BufferedWriter(sw); in test_ConstructorLjava_io_Writer()
42 sw.write("Hi"); in test_ConstructorLjava_io_Writer()
43 assertEquals("Constructor failed", "Hi", sw.toString()); in test_ConstructorLjava_io_Writer()
91 assertTrue("Write after close", !sw.toString().equals(testString)); in test_close()
124 assertTrue("Bytes written without flush", sw.toString().equals("")); in test_flush()
126 assertEquals("Bytes not flushed", "This should not cause a flush", sw in test_flush()
139 assertTrue("Incorrect string written: " + sw.toString(), sw.toString() in test_newLine()
150 assertTrue("Incorrect string written", sw.toString().equals( in test_write$CII()
[all …]
/external/llvm/test/CodeGen/X86/
Dtail-dup-addr.ll15 br i1 %foo, label %sw.bb, label %sw.default
17 sw.bb: ; preds = %entry
18 store i8* blockaddress(@foo, %sw.bb1), i8** @p, align 8
19 br label %sw.bb1
21 sw.bb1: ; preds = %sw.default, %sw.bb, %entry
22 store i8* blockaddress(@foo, %sw.default), i8** @p, align 8
23 br label %sw.default
25 sw.default: ; preds = %sw.bb1, %entry
26 store i8* blockaddress(@foo, %sw.bb1), i8** @p, align 8
27 br label %sw.bb1
Dswitch-bt.ll22 switch i32 %conv, label %sw.default [
23 i32 62, label %sw.bb
24 i32 60, label %sw.bb
25 i32 38, label %sw.bb2
26 i32 94, label %sw.bb2
27 i32 61, label %sw.bb2
28 i32 33, label %sw.bb4
31 sw.bb: ; preds = %entry, %entry
33 br label %sw.epilog
35 sw.bb2: ; preds = %entry, %entry, %entry
[all …]
/external/llvm/test/Transforms/LoopRotate/
Dindirectbr.ll21 end_opcode: ; preds = %indirectgoto, %sw.default42406, %sw.de…
22 …%opcode.2 = phi i8 [ %opcode.0, %indirectgoto ], [ 0, %sw.default42406 ], [ undef, %sw.default ], …
24 i32 221, label %sw.bb11691
25 i32 253, label %sw.bb30351
28 sw.bb11691: ; preds = %end_opcode
29 br label %sw.default
31 sw.default: ; preds = %sw.bb11691
34 sw.bb30351: ; preds = %end_opcode
35 br label %sw.default42406
37 sw.default42406: ; preds = %sw.bb30351
/external/llvm/test/MC/COFF/
Dswitch-relocations.ll14 switch i32 %what, label %sw.epilog [
15 i32 0, label %sw.bb
16 i32 1, label %sw.bb
17 i32 2, label %sw.bb
18 i32 3, label %sw.bb14
19 i32 4, label %sw.bb18
20 i32 6, label %sw.bb57
23 sw.bb: ; preds = %entry, %entry, %entry
26 sw.bb14: ; preds = %entry
29 sw.bb18: ; preds = %entry
[all …]
/external/chromium/base/synchronization/
Dwaitable_event_posix.cc172 SyncWaiter sw; in TimedWait() local
173 sw.lock()->Acquire(); in TimedWait()
175 Enqueue(&sw); in TimedWait()
184 if (sw.fired() || (finite_time && current_time >= end_time)) { in TimedWait()
185 const bool return_value = sw.fired(); in TimedWait()
192 sw.Disable(); in TimedWait()
193 sw.lock()->Release(); in TimedWait()
196 kernel_->Dequeue(&sw, &sw); in TimedWait()
204 sw.cv()->TimedWait(max_wait); in TimedWait()
206 sw.cv()->Wait(); in TimedWait()
[all …]
/external/skia/src/effects/
DSkBlurMask.cpp93 int sw, int sh) { in apply_kernel() argument
96 int sumStride = sw + 1; in apply_kernel()
98 int dw = sw + 2*rx; in apply_kernel()
113 int nx = SkFastMin32(next_x, sw); in apply_kernel()
132 const uint32_t sum[], int sw, int sh, U8CPU outer_weight) { in apply_kernel_interp() argument
145 int sumStride = sw + 1; in apply_kernel_interp()
147 int dw = sw + 2*rx; in apply_kernel_interp()
165 int nx = SkFastMin32(next_x, sw); in apply_kernel_interp()
168 int inx = SkClampMax(next_x - 1, sw); in apply_kernel_interp()
187 int sw, int sh) { in merge_src_with_blur() argument
[all …]
/external/llvm/test/CodeGen/Mips/
Do32_cc_byval.ll21 ; CHECK: sw $[[R2]], 16($sp)
22 ; CHECK: sw $[[R7]], 20($sp)
23 ; CHECK: sw $[[R3]], 24($sp)
24 ; CHECK: sw $[[R4]], 28($sp)
25 ; CHECK: sw $[[R5]], 32($sp)
26 ; CHECK: sw $[[R6]], 36($sp)
47 ; CHECK: sw $6, 64($sp)
48 ; CHECK: sw $7, 68($sp)
56 ; CHECK: sw $[[R3]], 16($sp)
57 ; CHECK: sw $[[R4]], 20($sp)
[all …]

12345678910>>...16