Home
last modified time | relevance | path

Searched refs:branch_long_offset (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dmacro-assembler-mips.cc3920 imm32 = branch_long_offset(L); in BranchLong()
3943 imm32 = branch_long_offset(L); in BranchAndLinkLong()
Dassembler-mips.h560 uint32_t branch_long_offset(Label* L);
Dassembler-mips.cc1496 uint32_t Assembler::branch_long_offset(Label* L) { in branch_long_offset() function in v8::internal::Assembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc4297 imm64 = branch_long_offset(L); in BranchLong()
4321 imm64 = branch_long_offset(L); in BranchAndLinkLong()
Dassembler-mips64.h568 uint64_t branch_long_offset(Label* L);
Dassembler-mips64.cc1479 uint64_t Assembler::branch_long_offset(Label* L) { in branch_long_offset() function in v8::internal::Assembler