Home | History | Annotate | Download | only in processor

Lines Matching refs:cfa

54   // If there are not rules for both .ra and .cfa in effect at this address,
64 // First, compute the CFA.
65 V cfa;
67 if (!evaluator.EvaluateForValue(cfa_rule_, &cfa))
73 working[".cfa"] = cfa;
82 working[".cfa"] = cfa;
89 (*caller_registers)[".cfa"] = cfa;
108 stream << ".cfa: " << cfa_rule_;
167 if (name_ == ".cfa") handler_->CFARule(expression_);