Home
last modified time | relevance | path

Searched refs:branch_offset_helper (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h186 int32_t branch_offset_helper(Label* L, OffsetSize bits);
188 return branch_offset_helper(L, OffsetSize::kOffset16); in branch_offset()
191 return branch_offset_helper(L, OffsetSize::kOffset21); in branch_offset21()
194 return branch_offset_helper(L, OffsetSize::kOffset26); in branch_offset26()
H A Dassembler-loong64.cc925 int32_t Assembler::branch_offset_helper(Label* L, OffsetSize bits) { in branch_offset_helper() function in v8::internal::Assembler
H A Dmacro-assembler-loong64.cc2252 return branch_offset_helper(L, bits) >> 2; in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h226 int32_t branch_offset_helper(Label* L, OffsetSize bits);
228 return branch_offset_helper(L, OffsetSize::kOffset13); in branch_offset()
231 return branch_offset_helper(L, OffsetSize::kOffset21); in jump_offset()
234 return (int16_t)branch_offset_helper(L, OffsetSize::kOffset11); in cjump_offset()
237 return branch_offset_helper(L, OffsetSize::kOffset8); in cbranch_offset()
H A Dmacro-assembler-riscv64.cc2888 offset = branch_offset_helper(L, bits); in GetOffset()
H A Dassembler-riscv64.cc1452 int32_t Assembler::branch_offset_helper(Label* L, OffsetSize bits) { in branch_offset_helper() function in v8::internal::Assembler
1455 DEBUG_PRINTF("branch_offset_helper: %p to %p (%d)\n", L, in branch_offset_helper()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h222 int32_t branch_offset_helper(Label* L, OffsetSize bits);
224 return branch_offset_helper(L, OffsetSize::kOffset16); in branch_offset()
227 return branch_offset_helper(L, OffsetSize::kOffset21); in branch_offset21()
230 return branch_offset_helper(L, OffsetSize::kOffset26); in branch_offset26()
H A Dmacro-assembler-mips64.cc3467 offset = branch_offset_helper(L, bits) >> 2; in CallRecordWriteStub()
H A Dassembler-mips64.cc1385 int32_t Assembler::branch_offset_helper(Label* L, OffsetSize bits) { in branch_offset_helper() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h222 int32_t branch_offset_helper(Label* L, OffsetSize bits);
224 return branch_offset_helper(L, OffsetSize::kOffset16); in branch_offset()
227 return branch_offset_helper(L, OffsetSize::kOffset21); in branch_offset21()
230 return branch_offset_helper(L, OffsetSize::kOffset26); in branch_offset26()
H A Dassembler-mips.cc1441 int32_t Assembler::branch_offset_helper(Label* L, OffsetSize bits) { in branch_offset_helper() function in v8::internal::Assembler
H A Dmacro-assembler-mips.cc2828 offset = branch_offset_helper(L, bits) >> 2; in CallRecordWriteStub()

Completed in 71 milliseconds