Searched refs:BCType (Results 1 – 2 of 2) sorted by relevance
214 enum BCType { BC_OFFSET, BC_LINK_REG, BC_CTR_REG }; enum271 void ExecuteBranchConditional(Instruction* instr, BCType type);
1573 void Simulator::ExecuteBranchConditional(Instruction* instr, BCType type) { in ExecuteBranchConditional()