Home
last modified time | relevance | path

Searched refs:ARG_STACK (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/tests/checkasm/aarch64/
Dcheckasm.S71 #define ARG_STACK ((8*(MAX_ARGS - 8) + 15) & ~15 + 16) macro
97 sub sp, sp, #ARG_STACK
125 str x2, [sp, #ARG_STACK-8]
139 ldr x3, [sp, #ARG_STACK-8]
141 add sp, sp, #ARG_STACK
/third_party/ffmpeg/tests/checkasm/arm/
Dcheckasm.S55 #define ARG_STACK 4*(MAX_ARGS - 4) macro
59 #define ARG_STACK_A (((ARG_STACK + pushed + 7) & ~7) - pushed + 8)