Home
last modified time | relevance | path

Searched refs:BranchDelaySlot (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dmacro-assembler-mips.h64 enum BranchDelaySlot { enum
174 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
175 inline void Name(BranchDelaySlot bd, target_type target) { \
180 BranchDelaySlot bd = PROTECT); \
181 inline void Name(BranchDelaySlot bd, \
216 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT);
217 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT);
219 void BranchTrueF(Label* target, BranchDelaySlot bd = PROTECT);
220 void BranchFalseF(Label* target, BranchDelaySlot bd = PROTECT);
224 MSARegister wt, BranchDelaySlot bd = PROTECT);
[all …]
Dmacro-assembler-mips.cc2151 void TurboAssembler::BranchTrueShortF(Label* target, BranchDelaySlot bd) { in BranchTrueShortF()
2162 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in BranchFalseShortF()
2173 void TurboAssembler::BranchTrueF(Label* target, BranchDelaySlot bd) { in BranchTrueF()
2186 void TurboAssembler::BranchFalseF(Label* target, BranchDelaySlot bd) { in BranchFalseF()
2201 BranchDelaySlot bd) { in BranchMSA()
2223 BranchDelaySlot bd) { in BranchShortMSA()
2757 void TurboAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) { in Branch()
2763 const Operand& rt, BranchDelaySlot bdslot) { in Branch()
2769 void TurboAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch()
2786 const Operand& rt, BranchDelaySlot bdslot) { in Branch()
[all …]
/external/v8/src/mips64/
Dmacro-assembler-mips64.h64 enum BranchDelaySlot { enum
191 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
192 inline void Name(BranchDelaySlot bd, target_type target) { \
197 BranchDelaySlot bd = PROTECT); \
198 inline void Name(BranchDelaySlot bd, \
233 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT);
234 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT);
236 void BranchTrueF(Label* target, BranchDelaySlot bd = PROTECT);
237 void BranchFalseF(Label* target, BranchDelaySlot bd = PROTECT);
241 MSARegister wt, BranchDelaySlot bd = PROTECT);
[all …]
Dmacro-assembler-mips64.cc2665 void TurboAssembler::BranchTrueShortF(Label* target, BranchDelaySlot bd) { in BranchTrueShortF()
2676 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in BranchFalseShortF()
2687 void TurboAssembler::BranchTrueF(Label* target, BranchDelaySlot bd) { in BranchTrueF()
2700 void TurboAssembler::BranchFalseF(Label* target, BranchDelaySlot bd) { in BranchFalseF()
2715 BranchDelaySlot bd) { in BranchMSA()
2737 BranchDelaySlot bd) { in BranchShortMSA()
3254 void TurboAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) { in Branch()
3260 const Operand& rt, BranchDelaySlot bdslot) { in Branch()
3266 void TurboAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch()
3283 const Operand& rt, BranchDelaySlot bdslot) { in Branch()
[all …]
/external/v8/src/compiler/mips64/
Dinstruction-scheduler-mips64.cc935 int BranchShortLatency(BranchDelaySlot bdslot = PROTECT) { in BranchShortLatency()
/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc938 int BranchShortLatency(BranchDelaySlot bdslot = PROTECT) { in BranchShortLatency()