Lines Matching defs:state
161 /** Pointer to the thread state. */
176 /** PC state for this instruction. */
200 /** Predicted PC state after this instruction. */
415 * @param pc The PC state for the instruction.
416 * @param predPC The predicted next PC state for the instruction.
571 * state; it only applies to this instruction's own permanent
572 * serializing state.
870 /** Read the PC state of this instruction. */
873 /** Set the PC state of this instruction. */
918 /** Sets the pointer to the thread state. */
919 void setThreadState(ImplState *state) { thread = state; }