Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dassembler-mips64-inl.h418 if (IsPrevInstrCompactBranch()) { in CheckForEmitInForbiddenSlot()
430 if (IsPrevInstrCompactBranch()) { in EmitHelper()
Dassembler-mips64.h1226 bool IsPrevInstrCompactBranch() { return prev_instr_compact_branch_; } in IsPrevInstrCompactBranch() function
1306 if (IsPrevInstrCompactBranch()) { in EmitForbiddenSlotInstruction()
Dassembler-mips64.cc1177 int32_t pad = IsPrevInstrCompactBranch() ? kInstrSize : 0; in jump_offset()
1199 int32_t pad = IsPrevInstrCompactBranch() ? kInstrSize : 0; in branch_offset_helper()
Dmacro-assembler-mips64.cc3804 int size = IsPrevInstrCompactBranch() ? kInstrSize : 0; in Call()
/external/v8/src/mips/
Dassembler-mips-inl.h436 if (IsPrevInstrCompactBranch()) { in CheckForEmitInForbiddenSlot()
448 if (IsPrevInstrCompactBranch()) { in EmitHelper()
Dassembler-mips.h1172 bool IsPrevInstrCompactBranch() { return prev_instr_compact_branch_; } in IsPrevInstrCompactBranch() function
1251 if (IsPrevInstrCompactBranch()) { in EmitForbiddenSlotInstruction()
Dassembler-mips.cc1212 int32_t pad = IsPrevInstrCompactBranch() ? kInstrSize : 0; in branch_offset_helper()
Dmacro-assembler-mips.cc3629 int size = IsPrevInstrCompactBranch() ? kInstrSize : 0; in Call()