/external/v8/src/mips64/ |
D | deoptimizer-mips64.cc | 155 __ 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
|
D | macro-assembler-mips64.cc | 3338 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/ |
D | deoptimizer-mips.cc | 155 __ 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
|
D | macro-assembler-mips.cc | 2841 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/ |
D | code-generator-mips64.cc | 874 __ 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/ |
D | code-generator-mips.cc | 855 __ BranchShort(&done, eq, kScratchReg, Operand(zero_reg)); in AssembleArchInstruction() local 862 __ BranchShort(&done, eq, kScratchReg, Operand(zero_reg)); in AssembleArchInstruction() local
|