Searched refs:soft_frame (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/arm/
H A Darm.c10580 offsets->soft_frame = offsets->saved_regs + CALLER_INTERWORKING_SLOT_SIZE;
10585 offsets->outgoing_args = offsets->soft_frame;
10586 offsets->locals_base = offsets->soft_frame;
10592 && (offsets->soft_frame & 7))
10593 offsets->soft_frame += 4;
10595 offsets->locals_base = offsets->soft_frame + frame_size;
10636 return offsets->soft_frame - offsets->saved_args;
10670 return offsets->frame - offsets->soft_frame;
10673 return offsets->outgoing_args - offsets->soft_frame;
13691 return offsets->soft_frame
[all...]
H A Darm.h1386 Only soft_frame is used in thumb mode. */
1393 int soft_frame; /* FRAME_POINTER_REGNUM. */
1387 int soft_frame; /* FRAME_POINTER_REGNUM. */ local

Completed in 100 milliseconds