Searched refs:bdslot (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 2757 void TurboAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) { in Branch() argument 2759 BranchShort(offset, bdslot); in Branch() 2763 const Operand& rt, BranchDelaySlot bdslot) { in Branch() argument 2764 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in Branch() 2769 void TurboAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch() argument 2772 BranchShort(L, bdslot); in Branch() 2774 BranchLong(L, bdslot); in Branch() 2778 BranchLong(L, bdslot); in Branch() 2780 BranchShort(L, bdslot); in Branch() 2786 const Operand& rt, BranchDelaySlot bdslot) { in Branch() argument [all …]
|
D | macro-assembler-mips.h | 227 BranchDelaySlot bdslot = PROTECT); 840 void BranchLong(Label* L, BranchDelaySlot bdslot); 866 void BranchShortHelper(int16_t offset, Label* L, BranchDelaySlot bdslot); 870 const Operand& rt, BranchDelaySlot bdslot); 872 const Operand& rt, BranchDelaySlot bdslot); 876 BranchDelaySlot bdslot); 877 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT); 878 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT); 883 BranchDelaySlot bdslot); 886 BranchDelaySlot bdslot); [all …]
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 3254 void TurboAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) { in Branch() argument 3256 BranchShort(offset, bdslot); in Branch() 3260 const Operand& rt, BranchDelaySlot bdslot) { in Branch() argument 3261 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in Branch() 3266 void TurboAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch() argument 3269 BranchShort(L, bdslot); in Branch() 3271 BranchLong(L, bdslot); in Branch() 3275 BranchLong(L, bdslot); in Branch() 3277 BranchShort(L, bdslot); in Branch() 3283 const Operand& rt, BranchDelaySlot bdslot) { in Branch() argument [all …]
|
D | macro-assembler-mips64.h | 244 BranchDelaySlot bdslot = PROTECT); 878 void BranchShortHelper(int16_t offset, Label* L, BranchDelaySlot bdslot); 882 const Operand& rt, BranchDelaySlot bdslot); 884 const Operand& rt, BranchDelaySlot bdslot); 888 BranchDelaySlot bdslot); 889 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT); 890 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT); 895 BranchDelaySlot bdslot); 898 BranchDelaySlot bdslot); 899 void BranchLong(Label* L, BranchDelaySlot bdslot); [all …]
|
/external/v8/src/compiler/mips64/ |
D | instruction-scheduler-mips64.cc | 935 int BranchShortLatency(BranchDelaySlot bdslot = PROTECT) { in BranchShortLatency() argument 936 if (kArchVariant >= kMips64r6 && bdslot == PROTECT) { in BranchShortLatency()
|
/external/v8/src/compiler/mips/ |
D | instruction-scheduler-mips.cc | 938 int BranchShortLatency(BranchDelaySlot bdslot = PROTECT) { in BranchShortLatency() argument 939 if (IsMipsArchVariant(kMips32r6) && bdslot == PROTECT) { in BranchShortLatency()
|