Searched refs:shifted_branch_offset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc1737 // Be careful to always use shifted_branch_offset only just before the
1868 b(shifted_branch_offset(L, false));
1887 // Be careful to always use shifted_branch_offset only just before the
1892 offset = shifted_branch_offset(L, false);
1896 offset = shifted_branch_offset(L, false);
1900 offset = shifted_branch_offset(L, false);
1906 offset = shifted_branch_offset(L, false);
1910 offset = shifted_branch_offset(L, false);
1916 offset = shifted_branch_offset(L, false);
1920 offset = shifted_branch_offset(
[all...]
H A Dassembler-mips.h479 int32_t shifted_branch_offset(Label* L, bool jump_elimination_allowed) { function in class:v8::internal::Assembler
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc1761 // Be careful to always use shifted_branch_offset only just before the
1891 b(shifted_branch_offset(L, false));
1909 // Be careful to always use shifted_branch_offset only just before the
1914 offset = shifted_branch_offset(L, false);
1918 offset = shifted_branch_offset(L, false);
1922 offset = shifted_branch_offset(L, false);
1928 offset = shifted_branch_offset(L, false);
1932 offset = shifted_branch_offset(L, false);
1938 offset = shifted_branch_offset(L, false);
1942 offset = shifted_branch_offset(
[all...]
H A Dassembler-mips.h556 int32_t shifted_branch_offset(Label* L, bool jump_elimination_allowed) { function in class:v8::internal::Assembler

Completed in 58 milliseconds