Searched defs:branch_delay_instr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc2493 Instruction* branch_delay_instr = reinterpret_cast<Instruction*>( local
2495 BranchDelayInstructionDecode(branch_delay_instr);
2501 Instruction* branch_delay_instr = reinterpret_cast<Instruction*>( local
2503 BranchDelayInstructionDecode(branch_delay_instr);
3011 Instruction* branch_delay_instr =
3013 BranchDelayInstructionDecode(branch_delay_instr);
3035 Instruction* branch_delay_instr =
3037 BranchDelayInstructionDecode(branch_delay_instr);
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc2614 Instruction* branch_delay_instr = reinterpret_cast<Instruction*>( local
2616 BranchDelayInstructionDecode(branch_delay_instr);
2622 Instruction* branch_delay_instr = reinterpret_cast<Instruction*>( local
2624 BranchDelayInstructionDecode(branch_delay_instr);
3167 Instruction* branch_delay_instr =
3169 BranchDelayInstructionDecode(branch_delay_instr);
3191 Instruction* branch_delay_instr =
3193 BranchDelayInstructionDecode(branch_delay_instr);

Completed in 1265 milliseconds