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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c717 static dw_cfa_location cfa_store;
764 if (cfa_store.reg == loc.reg && loc.indirect == 0)
765 cfa_store.offset = loc.offset;
1353 cfa, cfa_store, and cfa_temp.reg. We describe these rules so
1392 cfa_store register used by prologue code to save things to the stack
1393 cfa_store.offset is the offset from the value of
1394 cfa_store.reg to the actual CFA
1397 stack pointer. cfa_temp is also used like cfa_store,
1409 Rule 5: Create a new register cfa_store used to save items to the
1413 difference of the original location and cfa_store'
716 static dw_cfa_location cfa_store; variable
[all...]

Completed in 59 milliseconds