Home | History | Annotate | Download | only in gold

Lines Matching refs:Insntype

3486 	  typedef typename elfcpp::Swap<32, true>::Valtype Insntype;
3487 Insntype* wv = reinterpret_cast<Insntype*>(view);
3488 Insntype val;
3724 typedef typename elfcpp::Swap<32, true>::Valtype Insntype;
3744 Insntype* wv = reinterpret_cast<Insntype*>(view);
3745 Insntype val;
3792 Insntype* wv = reinterpret_cast<Insntype*>(view);
3793 Insntype val;
3898 Insntype* wv = reinterpret_cast<Insntype*>(view);
3977 Insntype* wv = reinterpret_cast<Insntype*>(view);
3978 Insntype val;
3995 Insntype* wv = reinterpret_cast<Insntype*>(view);
3996 Insntype val = elfcpp::Swap<32, true>::readval(wv);
3997 Insntype rs2 = val & 0x1f;
3998 Insntype rd = (val >> 25) & 0x1f;
4098 typedef typename elfcpp::Swap<32, true>::Valtype Insntype;
4099 Insntype *wv = reinterpret_cast<Insntype*>(view);
4100 Insntype call_insn, delay_insn, set_insn;