Home
last modified time | relevance | path

Searched refs:BranchDelaySlot (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/mips/
Dmacro-assembler-mips.h56 enum BranchDelaySlot { enum
134 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
135 inline void Name(BranchDelaySlot bd, target_type target) { \
140 BranchDelaySlot bd = PROTECT); \
141 inline void Name(BranchDelaySlot bd, \
162 const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
181 inline void Ret(BranchDelaySlot bd, Condition cond = al,
190 BranchDelaySlot bdslot = PROTECT);
745 BranchDelaySlot bd = PROTECT);
748 inline void BranchF(BranchDelaySlot bd, in BranchF()
[all …]
Dmacro-assembler-mips.cc1235 BranchDelaySlot bd) { in BranchF()
1600 void MacroAssembler::Branch(int16_t offset, BranchDelaySlot bdslot) { in Branch()
1607 BranchDelaySlot bdslot) { in Branch()
1612 void MacroAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch()
1631 BranchDelaySlot bdslot) { in Branch()
1668 BranchDelaySlot bdslot) { in Branch()
1674 void MacroAssembler::BranchShort(int16_t offset, BranchDelaySlot bdslot) { in BranchShort()
1685 BranchDelaySlot bdslot) { in BranchShort()
1904 void MacroAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort()
1918 BranchDelaySlot bdslot) { in BranchShort()
[all …]