Home
last modified time | relevance | path

Searched refs:BCType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.h214 enum BCType { BC_OFFSET, BC_LINK_REG, BC_CTR_REG }; enum
271 void ExecuteBranchConditional(Instruction* instr, BCType type);
Dsimulator-ppc.cc1573 void Simulator::ExecuteBranchConditional(Instruction* instr, BCType type) { in ExecuteBranchConditional()