Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.cc964 Instr instr_b = BEQ; in target_at_put() local
965 instr_b = SetBranchOffset(pos, target_pos, instr_b); in target_at_put()
975 instr_at_put(pos + 0 * kInstrSize, instr_b); in target_at_put()
1001 Instr instr_b = REGIMM | BGEZAL; // Branch and link. in target_at_put() local
1002 instr_b = SetBranchOffset(pos, target_pos, instr_b); in target_at_put()
1008 instr_at_put(pos, instr_b); in target_at_put()
/external/v8/src/mips64/
Dassembler-mips64.cc908 Instr instr_b = REGIMM | BGEZAL; // Branch and link. in target_at_put() local
909 instr_b = SetBranchOffset(pos, target_pos, instr_b); in target_at_put()
915 instr_at_put(pos, instr_b); in target_at_put()
956 Instr instr_b = BEQ; in target_at_put() local
957 instr_b = SetBranchOffset(pos, target_pos, instr_b); in target_at_put()
967 instr_at_put(pos, instr_b); in target_at_put()