Searched refs:shifted_branch_offset (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 2073 b(shifted_branch_offset(L, false)); in BranchShort() 2097 offset = shifted_branch_offset(L, false); in BranchShort() 2101 offset = shifted_branch_offset(L, false); in BranchShort() 2105 offset = shifted_branch_offset(L, false); in BranchShort() 2111 offset = shifted_branch_offset(L, false); in BranchShort() 2115 offset = shifted_branch_offset(L, false); in BranchShort() 2121 offset = shifted_branch_offset(L, false); in BranchShort() 2125 offset = shifted_branch_offset(L, false); in BranchShort() 2131 offset = shifted_branch_offset(L, false); in BranchShort() 2135 offset = shifted_branch_offset(L, false); in BranchShort() [all …]
|
D | assembler-mips.h | 473 int32_t shifted_branch_offset(Label* L, bool jump_elimination_allowed) { in shifted_branch_offset() function
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 2125 b(shifted_branch_offset(L, false)); in BranchShort() 2149 offset = shifted_branch_offset(L, false); in BranchShort() 2153 offset = shifted_branch_offset(L, false); in BranchShort() 2157 offset = shifted_branch_offset(L, false); in BranchShort() 2163 offset = shifted_branch_offset(L, false); in BranchShort() 2167 offset = shifted_branch_offset(L, false); in BranchShort() 2173 offset = shifted_branch_offset(L, false); in BranchShort() 2177 offset = shifted_branch_offset(L, false); in BranchShort() 2183 offset = shifted_branch_offset(L, false); in BranchShort() 2187 offset = shifted_branch_offset(L, false); in BranchShort() [all …]
|
D | assembler-mips64.h | 463 int32_t shifted_branch_offset(Label* L, bool jump_elimination_allowed) { in shifted_branch_offset() function
|