Lines Matching refs:instr_at
593 int xinstr = instr_at(xpos);594 int cmpi_ra = (instr_at(cmpi_pos) & 0x1f0000) >> 16;1218 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); }1222 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); }