Home
last modified time | relevance | path

Searched defs:BranchShort (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips64/
Ddeoptimizer-mips64.cc155 __ BranchShort(&pop_loop_header); in Generate() local
161 __ BranchShort(&pop_loop, ne, a2, Operand(sp)); in Generate() local
183 __ BranchShort(&outer_loop_header); in Generate() local
188 __ BranchShort(&inner_loop_header); in Generate() local
195 __ BranchShort(&inner_push_loop, ne, a3, Operand(zero_reg)); in Generate() local
199 __ BranchShort(&outer_push_loop, lt, a4, Operand(a1)); in Generate() local
266 __ BranchShort(PROTECT, &done); in GeneratePrologue() local
268 __ BranchShort(USE_DELAY_SLOT, &done); // Expose delay slot. in GeneratePrologue() local
293 __ BranchShort(USE_DELAY_SLOT, &trampoline_jump); in GeneratePrologue() local
296 __ BranchShort(USE_DELAY_SLOT, &trampoline_jump); // Expose delay slot. in GeneratePrologue() local
Dmacro-assembler-mips64.cc3338 void TurboAssembler::BranchShort(int32_t offset, BranchDelaySlot bdslot) { in BranchShort() function in v8::internal::TurboAssembler
3348 void TurboAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort() function in v8::internal::TurboAssembler
3769 void TurboAssembler::BranchShort(int32_t offset, Condition cond, Register rs, in BranchShort() function in v8::internal::TurboAssembler
3774 void TurboAssembler::BranchShort(Label* L, Condition cond, Register rs, in BranchShort() function in v8::internal::TurboAssembler
/external/v8/src/mips/
Ddeoptimizer-mips.cc155 __ BranchShort(&pop_loop_header); in Generate() local
161 __ BranchShort(&pop_loop, ne, a2, Operand(sp)); in Generate() local
184 __ BranchShort(&outer_loop_header); in Generate() local
189 __ BranchShort(&inner_loop_header); in Generate() local
196 __ BranchShort(&inner_push_loop, ne, a3, Operand(zero_reg)); in Generate() local
200 __ BranchShort(&outer_push_loop, lt, t0, Operand(a1)); in Generate() local
269 __ BranchShort(PROTECT, &done); in GeneratePrologue() local
271 __ BranchShort(USE_DELAY_SLOT, &done); // Expose delay slot. in GeneratePrologue() local
295 __ BranchShort(USE_DELAY_SLOT, &trampoline_jump); in GeneratePrologue() local
298 __ BranchShort(USE_DELAY_SLOT, &trampoline_jump); // Expose delay slot. in GeneratePrologue() local
Dmacro-assembler-mips.cc2841 void TurboAssembler::BranchShort(int32_t offset, BranchDelaySlot bdslot) { in BranchShort() function in v8::internal::TurboAssembler
2851 void TurboAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort() function in v8::internal::TurboAssembler
3268 void TurboAssembler::BranchShort(int32_t offset, Condition cond, Register rs, in BranchShort() function in v8::internal::TurboAssembler
3273 void TurboAssembler::BranchShort(Label* L, Condition cond, Register rs, in BranchShort() function in v8::internal::TurboAssembler
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc874 __ BranchShort(&done, eq, kScratchReg, Operand(zero_reg)); in AssembleArchInstruction() local
881 __ BranchShort(&done, eq, kScratchReg, Operand(zero_reg)); in AssembleArchInstruction() local
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc855 __ BranchShort(&done, eq, kScratchReg, Operand(zero_reg)); in AssembleArchInstruction() local
862 __ BranchShort(&done, eq, kScratchReg, Operand(zero_reg)); in AssembleArchInstruction() local