Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dassembler-mips64-inl.h407 if (IsPrevInstrCompactBranch()) { in CheckForEmitInForbiddenSlot()
419 if (IsPrevInstrCompactBranch()) { in EmitHelper()
Dassembler-mips64.h1228 bool IsPrevInstrCompactBranch() { return prev_instr_compact_branch_; } in IsPrevInstrCompactBranch() function
1306 if (IsPrevInstrCompactBranch()) { in EmitForbiddenSlotInstruction()
Dassembler-mips64.cc1172 int32_t pad = IsPrevInstrCompactBranch() ? kInstrSize : 0; in jump_offset()
1194 int32_t pad = IsPrevInstrCompactBranch() ? kInstrSize : 0; in branch_offset_helper()
Dmacro-assembler-mips64.cc3954 int size = IsPrevInstrCompactBranch() ? kInstrSize : 0; in Call()
/external/v8/src/mips/
Dassembler-mips-inl.h425 if (IsPrevInstrCompactBranch()) { in CheckForEmitInForbiddenSlot()
437 if (IsPrevInstrCompactBranch()) { in EmitHelper()
Dassembler-mips.h1171 bool IsPrevInstrCompactBranch() { return prev_instr_compact_branch_; } in IsPrevInstrCompactBranch() function
1247 if (IsPrevInstrCompactBranch()) { in EmitForbiddenSlotInstruction()
Dassembler-mips.cc1208 int32_t pad = IsPrevInstrCompactBranch() ? kInstrSize : 0; in branch_offset_helper()
Dmacro-assembler-mips.cc3766 int size = IsPrevInstrCompactBranch() ? kInstrSize : 0; in Call()