Searched defs:bdslot (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/mips/
H A Dmacro-assembler-mips.cc2702 void MacroAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) {
2704 BranchShort(offset, bdslot);
2709 const Operand& rt, BranchDelaySlot bdslot) {
2710 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot);
2716 void MacroAssembler::Branch(Label* L, BranchDelaySlot bdslot) {
2719 BranchShort(L, bdslot);
2721 BranchLong(L, bdslot);
2725 BranchLong(L, bdslot);
2727 BranchShort(L, bdslot);
2735 BranchDelaySlot bdslot) {
3911 BranchAndLinkLong(Label* L, BranchDelaySlot bdslot) argument
[all...]

Completed in 60 milliseconds