Lines Matching refs:otc
59 ThreadContext *otc = nullptr;
61 otc = tc->getCpuPtr()->getContext(tid);
63 otc = tc;
67 return otc->readIntReg(reg.index());
70 return otc->readFloatReg(reg.index());
73 return otc->readMiscReg(reg.index());
83 ThreadContext *otc = nullptr;
85 otc = tc->getCpuPtr()->getContext(tid);
87 otc = tc;
91 return otc->setIntReg(reg.index(), val);
94 return otc->setFloatReg(reg.index(), val);
97 return otc->setMiscReg(reg.index(), val);