HomeSort by relevance Sort by last modified time
    Searched refs:BranchDelaySlot (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
macro-assembler-mips.h 79 enum BranchDelaySlot {
146 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
147 inline void Name(BranchDelaySlot bd, target_type target) { \
152 BranchDelaySlot bd = PROTECT); \
153 inline void Name(BranchDelaySlot bd, \
173 const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
192 inline void Ret(BranchDelaySlot bd, Condition cond = al,
201 BranchDelaySlot bdslot = PROTECT);
732 BranchDelaySlot bd = PROTECT);
735 inline void BranchF(BranchDelaySlot bd
    [all...]
macro-assembler-mips.cc 1109 BranchDelaySlot bd) {
    [all...]

Completed in 28 milliseconds