Home | History | Annotate | Download | only in src

Lines Matching refs:d_

964        uint32_t a_, b_, c_, d_;
972 mov d_, edx
978 *d = d_;
986 uint32_t a_, b_, c_, d_;
988 : "=a" (a_), "=S" (b_), "=c" (c_), "=d" (d_) : "a" (fxn));
992 *d = d_;