Searched defs:bdslot (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 1765 void MacroAssembler::Branch(int16_t offset, BranchDelaySlot bdslot) { in Branch() 1772 BranchDelaySlot bdslot) { in Branch() 1777 void MacroAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch() 1796 BranchDelaySlot bdslot) { in Branch() 1833 BranchDelaySlot bdslot) { in Branch() 1839 void MacroAssembler::BranchShort(int16_t offset, BranchDelaySlot bdslot) { in BranchShort() 1850 BranchDelaySlot bdslot) { in BranchShort() 2069 void MacroAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort() 2083 BranchDelaySlot bdslot) { in BranchShort() 2351 void MacroAssembler::BranchAndLink(int16_t offset, BranchDelaySlot bdslot) { in BranchAndLink() [all …]
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 1817 void MacroAssembler::Branch(int16_t offset, BranchDelaySlot bdslot) { in Branch() 1824 BranchDelaySlot bdslot) { in Branch() 1829 void MacroAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch() 1848 BranchDelaySlot bdslot) { in Branch() 1885 BranchDelaySlot bdslot) { in Branch() 1891 void MacroAssembler::BranchShort(int16_t offset, BranchDelaySlot bdslot) { in BranchShort() 1902 BranchDelaySlot bdslot) { in BranchShort() 2121 void MacroAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort() 2135 BranchDelaySlot bdslot) { in BranchShort() 2403 void MacroAssembler::BranchAndLink(int16_t offset, BranchDelaySlot bdslot) { in BranchAndLink() [all …]
|