Searched refs:SCV_FRAME_SIZE (Results 1 – 2 of 2) sorted by relevance
30 stdu r1,-SCV_FRAME_SIZE(r1)31 cfi_adjust_cfa_offset(SCV_FRAME_SIZE)33 addi r1,r1,SCV_FRAME_SIZE34 cfi_adjust_cfa_offset(-SCV_FRAME_SIZE)
272 #define SCV_FRAME_SIZE (FRAME_MIN_SIZE+16) macro277 stdu r1,-SCV_FRAME_SIZE(r1); \278 cfi_adjust_cfa_offset(SCV_FRAME_SIZE); \286 addi r1,r1,SCV_FRAME_SIZE; \287 cfi_adjust_cfa_offset(-SCV_FRAME_SIZE);336 std r9,SCV_FRAME_SIZE+FRAME_LR_SAVE(r1); \337 cfi_rel_offset(lr,SCV_FRAME_SIZE+FRAME_LR_SAVE); \342 ld r9,SCV_FRAME_SIZE+FRAME_LR_SAVE(r1); \
Completed in 4 milliseconds