Home
last modified time | relevance | path

Searched refs:BranchDelaySlot (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h39 enum BranchDelaySlot { USE_DELAY_SLOT, PROTECT }; enum in v8::internal::AbortReason
151 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
152 inline void Name(BranchDelaySlot bd, target_type target) { \
156 BranchDelaySlot bd = PROTECT); \
157 inline void Name(BranchDelaySlot bd, target_type target, COND_TYPED_ARGS) { \
190 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT);
191 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT);
193 void BranchTrueF(Label* target, BranchDelaySlot bd = PROTECT);
194 void BranchFalseF(Label* target, BranchDelaySlot bd = PROTECT);
198 MSARegister wt, BranchDelaySlot b
[all...]
H A Dmacro-assembler-mips64.cc2834 void TurboAssembler::BranchTrueShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2845 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2856 void TurboAssembler::BranchTrueF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2869 void TurboAssembler::BranchFalseF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2884 BranchDelaySlot bd) { in CallRecordWriteStub()
2906 BranchDelaySlot bd) { in CallRecordWriteStub()
3364 void TurboAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) { in CallRecordWriteStub()
3370 const Operand& rt, BranchDelaySlot bdslot) { in CallRecordWriteStub()
3376 void TurboAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub()
3393 const Operand& rt, BranchDelaySlot bdslo in CallRecordWriteStub()
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h130 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
131 inline void Name(BranchDelaySlot bd, target_type target) { \
135 BranchDelaySlot bd = PROTECT); \
136 inline void Name(BranchDelaySlot bd, target_type target, COND_TYPED_ARGS) { \
169 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT);
170 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT);
172 void BranchTrueF(Label* target, BranchDelaySlot bd = PROTECT);
173 void BranchFalseF(Label* target, BranchDelaySlot bd = PROTECT);
177 MSARegister wt, BranchDelaySlot bd = PROTECT);
179 void BranchLong(int32_t offset, BranchDelaySlot bdslo
[all...]
H A Dmacro-assembler-mips.cc2183 void TurboAssembler::BranchTrueShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2194 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2205 void TurboAssembler::BranchTrueF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2218 void TurboAssembler::BranchFalseF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2233 BranchDelaySlot bd) { in CallRecordWriteStub()
2255 BranchDelaySlot bd) { in CallRecordWriteStub()
2725 void TurboAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) { in CallRecordWriteStub()
2731 const Operand& rt, BranchDelaySlot bdslot) { in CallRecordWriteStub()
2737 void TurboAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub()
2754 const Operand& rt, BranchDelaySlot bdslo in CallRecordWriteStub()
[all...]
H A Dassembler-mips.h56 enum BranchDelaySlot { USE_DELAY_SLOT, PROTECT }; enum
1607 RelocInfo::Mode rmode, BranchDelaySlot bdslot);
1609 RelocInfo::Mode rmode, BranchDelaySlot bdslot);
H A Dassembler-mips.cc3680 BranchDelaySlot::PROTECT); in CheckTrampolinePool()
3796 BranchDelaySlot bdslot) { in GenPCRelativeJump()
3818 BranchDelaySlot bdslot) { in GenPCRelativeJumpAndLink()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc1017 int BranchShortLatency(BranchDelaySlot bdslot = PROTECT) { in BranchShortLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc1036 int BranchShortLatency(BranchDelaySlot bdslot = PROTECT) { in BranchShortLatency()

Completed in 27 milliseconds