Searched defs:bdslot (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 2702 void MacroAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) { in Branch() 2709 const Operand& rt, BranchDelaySlot bdslot) { in Branch() 2716 void MacroAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch() 2735 BranchDelaySlot bdslot) { in Branch() 2770 BranchDelaySlot bdslot) { in Branch() 2777 BranchDelaySlot bdslot) { in BranchShortHelper() 2795 void MacroAssembler::BranchShort(int32_t offset, BranchDelaySlot bdslot) { in BranchShort() 2806 void MacroAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort() 3131 BranchDelaySlot bdslot) { in BranchShortHelper() 3267 BranchDelaySlot bdslot) { in BranchShortCheck() [all …]
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 2888 void MacroAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) { in Branch() 2895 const Operand& rt, BranchDelaySlot bdslot) { in Branch() 2902 void MacroAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch() 2921 BranchDelaySlot bdslot) { in Branch() 2956 BranchDelaySlot bdslot) { in Branch() 2963 BranchDelaySlot bdslot) { in BranchShortHelper() 2981 void MacroAssembler::BranchShort(int32_t offset, BranchDelaySlot bdslot) { in BranchShort() 2992 void MacroAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort() 3317 BranchDelaySlot bdslot) { in BranchShortHelper() 3454 BranchDelaySlot bdslot) { in BranchShortCheck() [all …]
|