Searched defs:bdslot (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 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() 2817 Heap::RootListIndex index, BranchDelaySlot bdslot) { in Branch() 2825 BranchDelaySlot bdslot) { in BranchShortHelper() 2841 void TurboAssembler::BranchShort(int32_t offset, BranchDelaySlot bdslot) { in BranchShort() 2851 void TurboAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort() 3111 BranchDelaySlot bdslot) { in BranchShortHelper() 3247 BranchDelaySlot bdslot) { in BranchShortCheck() [all …]
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 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() 3314 Heap::RootListIndex index, BranchDelaySlot bdslot) { in Branch() 3322 BranchDelaySlot bdslot) { in BranchShortHelper() 3338 void TurboAssembler::BranchShort(int32_t offset, BranchDelaySlot bdslot) { in BranchShort() 3348 void TurboAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort() 3609 BranchDelaySlot bdslot) { in BranchShortHelper() 3747 BranchDelaySlot bdslot) { in BranchShortCheck() [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()
|