Home
last modified time | relevance | path

Searched refs:CompactBranchType (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64-inl.h262 void Assembler::EmitHelper(Instr x, CompactBranchType is_compact_branch) { in EmitHelper()
274 if (is_compact_branch == CompactBranchType::COMPACT_BRANCH) { in EmitHelper()
299 void Assembler::emit(Instr x, CompactBranchType is_compact_branch) { in emit()
H A Dassembler-mips64.cc1124 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1144 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1152 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1160 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1174 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1445 GenInstrImmediate(BC, offset, CompactBranchType::COMPACT_BRANCH); in bc()
1450 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH); in balc()
1468 GenInstrImmediate(BLEZL, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezc()
1476 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgeuc()
1484 GenInstrImmediate(BLEZL, rs, rt, offset, CompactBranchType in bgec()
[all...]
H A Dassembler-mips64.h1695 enum class CompactBranchType : bool { NO = false, COMPACT_BRANCH = true }; class in v8::internal::Assembler::OffsetAccessType
1701 CompactBranchType is_compact_branch = CompactBranchType::NO);
1706 inline void EmitHelper(Instr x, CompactBranchType is_compact_branch);
1739 CompactBranchType is_compact_branch = CompactBranchType::NO);
1742 CompactBranchType is_compact_branch = CompactBranchType::NO);
1745 CompactBranchType is_compact_branch = CompactBranchType
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips-inl.h304 void Assembler::EmitHelper(Instr x, CompactBranchType is_compact_branch) { in EmitHelper()
316 if (is_compact_branch == CompactBranchType::COMPACT_BRANCH) { in EmitHelper()
341 void Assembler::emit(Instr x, CompactBranchType is_compact_branch) { in emit()
H A Dassembler-mips.cc1195 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1215 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1223 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1231 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1245 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1501 GenInstrImmediate(BC, offset, CompactBranchType::COMPACT_BRANCH); in bc()
1506 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH); in balc()
1524 GenInstrImmediate(BLEZL, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezc()
1532 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgeuc()
1540 GenInstrImmediate(BLEZL, rs, rt, offset, CompactBranchType in bgec()
[all...]
H A Dassembler-mips.h1660 enum class CompactBranchType : bool { NO = false, COMPACT_BRANCH = true }; class in v8::internal::Assembler::OffsetAccessType
1665 CompactBranchType is_compact_branch = CompactBranchType::NO);
1670 inline void EmitHelper(Instr x, CompactBranchType is_compact_branch);
1703 CompactBranchType is_compact_branch = CompactBranchType::NO);
1706 CompactBranchType is_compact_branch = CompactBranchType::NO);
1709 CompactBranchType is_compact_branch = CompactBranchType
[all...]

Completed in 19 milliseconds