Searched refs:PredRevOpcode (Results 1 – 3 of 3) sorted by relevance
4279 int PredRevOpcode = -1; in reversePrediction() local4281 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()4283 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()4284 assert(PredRevOpcode > 0); in reversePrediction()4285 return PredRevOpcode; in reversePrediction()
4417 int PredRevOpcode = -1; in reversePrediction() local4419 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()4421 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()4422 assert(PredRevOpcode > 0); in reversePrediction()4423 return PredRevOpcode; in reversePrediction()
4676 int PredRevOpcode = -1; in reversePrediction() local4678 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()4680 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()4681 assert(PredRevOpcode > 0); in reversePrediction()4682 return PredRevOpcode; in reversePrediction()