Home
last modified time | relevance | path

Searched refs:IsPrevInstrCompactBranch (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips64/
Dassembler-mips64-inl.h278 if (IsPrevInstrCompactBranch()) { in CheckForEmitInForbiddenSlot()
290 if (IsPrevInstrCompactBranch()) { in EmitHelper()
Dassembler-mips64.h1914 bool IsPrevInstrCompactBranch() { return prev_instr_compact_branch_; } in IsPrevInstrCompactBranch() function
1999 if (IsPrevInstrCompactBranch()) { in EmitForbiddenSlotInstruction()
Dassembler-mips64.cc1460 int32_t pad = IsPrevInstrCompactBranch() ? kInstrSize : 0; in jump_offset()
1501 int32_t pad = IsPrevInstrCompactBranch() ? kInstrSize : 0; in branch_offset_helper()
/external/v8/src/mips/
Dassembler-mips-inl.h311 if (IsPrevInstrCompactBranch()) { in CheckForEmitInForbiddenSlot()
323 if (IsPrevInstrCompactBranch()) { in EmitHelper()
Dassembler-mips.h1844 bool IsPrevInstrCompactBranch() { return prev_instr_compact_branch_; } in IsPrevInstrCompactBranch() function
1927 if (IsPrevInstrCompactBranch()) { in EmitForbiddenSlotInstruction()
Dassembler-mips.cc1521 int32_t pad = IsPrevInstrCompactBranch() ? kInstrSize : 0; in branch_offset_helper()