Searched refs:STACK_VAR_OFF (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
D | norm.S | 10 #define STACK_VAR_OFF (2047 + (8 * 16)) macro 12 #define STACK_VAR_OFF (4 * 16) macro 26 st %g2, [%sp + STACK_VAR_OFF+0x0] 27 st %o1, [%sp + STACK_VAR_OFF+0x4] 28 ld [%sp + STACK_VAR_OFF+0x0], %f12 ! f12 = 1.0f 29 ld [%sp + STACK_VAR_OFF+0x4], %f15 ! f15 = scale 165 st %g2, [%sp + STACK_VAR_OFF+0x0] 166 st %o1, [%sp + STACK_VAR_OFF+0x4] 167 ld [%sp + STACK_VAR_OFF+0x0], %f12 ! f12 = 1.0f 168 ld [%sp + STACK_VAR_OFF+0x4], %f15 ! f15 = scale [all …]
|
/external/mesa3d/src/mesa/sparc/ |
D | norm.S | 10 #define STACK_VAR_OFF (2047 + (8 * 16)) macro 12 #define STACK_VAR_OFF (4 * 16) macro 26 st %g2, [%sp + STACK_VAR_OFF+0x0] 27 st %o1, [%sp + STACK_VAR_OFF+0x4] 28 ld [%sp + STACK_VAR_OFF+0x0], %f12 ! f12 = 1.0f 29 ld [%sp + STACK_VAR_OFF+0x4], %f15 ! f15 = scale 165 st %g2, [%sp + STACK_VAR_OFF+0x0] 166 st %o1, [%sp + STACK_VAR_OFF+0x4] 167 ld [%sp + STACK_VAR_OFF+0x0], %f12 ! f12 = 1.0f 168 ld [%sp + STACK_VAR_OFF+0x4], %f15 ! f15 = scale [all …]
|