Home
last modified time | relevance | path

Searched refs:instr_branch_delay (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc932 Instr instr_branch_delay; in target_at_put() local
936 instr_branch_delay = nopInstr; in target_at_put()
939 instr_branch_delay = instr_at(pos + 7 * kInstrSize); in target_at_put()
942 instr_at_put(pos + 1 * kInstrSize, instr_branch_delay); in target_at_put()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc885 Instr instr_branch_delay; in target_at_put() local
889 instr_branch_delay = nopInstr; in target_at_put()
892 instr_branch_delay = instr_at(pos + 7 * kInstrSize); in target_at_put()
895 instr_at_put(pos + 1 * kInstrSize, instr_branch_delay); in target_at_put()

Completed in 16 milliseconds