Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c145 switch (rs[CF_ADDR].rule) { in fix_cfa()
151 rs[CF_ADDR].offset; in fix_cfa()
154 ctx->cfa = rs[CF_ADDR].offset; in fix_cfa()
159 rs[CF_ADDR].offset); in fix_cfa()
606 f_state[val1].source_reg = CF_ADDR; in interpret_op()
630 f_state[CF_ADDR].source_reg = val1; in interpret_op()
631 f_state[CF_ADDR].offset = val2; in interpret_op()
634 f_state[CF_ADDR].source_reg = val1; in interpret_op()
637 f_state[CF_ADDR].offset = val1; in interpret_op()
651 f_state[CF_ADDR].offset = val2; in interpret_op()
[all …]
H A Dreg_num.h55 #define CF_ADDR 17 /* virtual register - tracks frame location */ macro