Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.cc2757 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 …]
Dmacro-assembler-mips.h227 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/
Dmacro-assembler-mips64.cc3254 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 …]
Dmacro-assembler-mips64.h244 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/
Dinstruction-scheduler-mips64.cc935 int BranchShortLatency(BranchDelaySlot bdslot = PROTECT) { in BranchShortLatency() argument
936 if (kArchVariant >= kMips64r6 && bdslot == PROTECT) { in BranchShortLatency()
/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc938 int BranchShortLatency(BranchDelaySlot bdslot = PROTECT) { in BranchShortLatency() argument
939 if (IsMipsArchVariant(kMips32r6) && bdslot == PROTECT) { in BranchShortLatency()