Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc6291 bool execute_branch_delay_instruction = false; in DecodeTypeImmediate() local
6301 [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) { in DecodeTypeImmediate()
6302 execute_branch_delay_instruction = true; in DecodeTypeImmediate()
6314 &execute_branch_delay_instruction](bool do_branch) { in DecodeTypeImmediate()
6315 execute_branch_delay_instruction = true; in DecodeTypeImmediate()
6326 &execute_branch_delay_instruction](bool do_branch) { in DecodeTypeImmediate()
6327 execute_branch_delay_instruction = true; in DecodeTypeImmediate()
6859 if (execute_branch_delay_instruction) { in DecodeTypeImmediate()
/external/v8/src/mips64/
Dsimulator-mips64.cc6527 bool execute_branch_delay_instruction = false; in DecodeTypeImmediate() local
6541 [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) { in DecodeTypeImmediate()
6542 execute_branch_delay_instruction = true; in DecodeTypeImmediate()
6554 &execute_branch_delay_instruction](bool do_branch) { in DecodeTypeImmediate()
6555 execute_branch_delay_instruction = true; in DecodeTypeImmediate()
6566 &execute_branch_delay_instruction](bool do_branch) { in DecodeTypeImmediate()
6567 execute_branch_delay_instruction = true; in DecodeTypeImmediate()
7208 if (execute_branch_delay_instruction) { in DecodeTypeImmediate()