Searched refs:BranchDelaySlot (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 64 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 …]
|
D | macro-assembler-mips.cc | 2151 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/ |
D | macro-assembler-mips64.h | 64 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 …]
|
D | macro-assembler-mips64.cc | 2665 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/ |
D | instruction-scheduler-mips64.cc | 935 int BranchShortLatency(BranchDelaySlot bdslot = PROTECT) { in BranchShortLatency()
|
/external/v8/src/compiler/mips/ |
D | instruction-scheduler-mips.cc | 938 int BranchShortLatency(BranchDelaySlot bdslot = PROTECT) { in BranchShortLatency()
|