Searched refs:instr_b (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 928 Instr instr_b = BEQ; in target_at_put() local 929 instr_b = SetBranchOffset(pos, target_pos, instr_b); in target_at_put() 941 instr_at_put(pos + 0 * kInstrSize, instr_b); in target_at_put() 966 Instr instr_b = REGIMM | BGEZAL; // Branch and link. in target_at_put() local 967 instr_b = SetBranchOffset(pos, target_pos, instr_b); in target_at_put() 973 instr_at_put(pos, instr_b); in target_at_put()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 833 Instr instr_b = REGIMM | BGEZAL; // Branch and link. in target_at_put() local 834 instr_b = SetBranchOffset(pos, target_pos, instr_b); in target_at_put() 840 instr_at_put(pos, instr_b); in target_at_put() 881 Instr instr_b = BEQ; in target_at_put() local 882 instr_b = SetBranchOffset(pos, target_pos, instr_b); in target_at_put() 894 instr_at_put(pos, instr_b); in target_at_put()
|
Completed in 21 milliseconds