Home
last modified time | relevance | path

Searched refs:SPILL (Results 1 – 4 of 4) sorted by relevance

/third_party/libunwind/tests/
Dia64-test-rbs-asm.S40 #define SPILL(n) \ macro
123 SPILL(2); SPILL(3)
124 SPILL(4); SPILL(5); SPILL(6); SPILL(7)
125 SPILL(8); SPILL(9); SPILL(10); SPILL(11)
126 SPILL(12); SPILL(13); SPILL(14); SPILL(15)
127 SPILL(16); SPILL(17); SPILL(18); SPILL(19)
128 SPILL(20); SPILL(21); SPILL(22); SPILL(23)
129 SPILL(24); SPILL(25); SPILL(26); SPILL(27)
130 SPILL(28); SPILL(29); SPILL(30); SPILL(31)
131 SPILL(32); SPILL(33); SPILL(34); SPILL(35)
[all …]
/third_party/libunwind/src/hppa/
Dgetcontext.S26 #define SPILL(n) stw %r##n, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_GR_OFF+4*(n))(%r26) macro
36 SPILL (2) /* return-pointer */
37 SPILL (3) /* frame pointer */
38 SPILL (4) /* 2nd-ary frame pointer */
39 SPILL (5) /* preserved register */
40 SPILL (6) /* preserved register */
41 SPILL (7) /* preserved register */
42 SPILL (8) /* preserved register */
43 SPILL (9) /* preserved register */
44 SPILL (10) /* preserved register */
[all …]
/third_party/ffmpeg/libavcodec/x86/
Ddct32.asm269 %define SPILL SWAP
348 %macro SPILL 2 ; xmm#, mempos
361 SPILL 5, 8
365 SPILL 1, 14
368 SPILL 4, 12
371 SPILL 7, 13
375 SPILL 5, 10
379 SPILL 4, 11
382 SPILL 6, 9
385 SPILL 0, 15
[all …]
Dimdct36.asm398 %define SPILL SWAP
403 %macro SPILL 2 ; xmm#, mempos
438 SPILL 3, 12
448 SPILL 1, 11
451 SPILL 3, 13
472 SPILL 5, 15
476 SPILL 1, 10
477 SPILL 0, 14
491 SPILL 7, 8
493 SPILL 6, 9
[all …]