Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dassembler-mips64-inl.h289 void Assembler::EmitHelper(Instr x, CompactBranchType is_compact_branch) { in EmitHelper()
301 if (is_compact_branch == CompactBranchType::COMPACT_BRANCH) { in EmitHelper()
326 void Assembler::emit(Instr x, CompactBranchType is_compact_branch) { in emit()
Dassembler-mips64.cc1230 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1250 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1259 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1268 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1284 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1567 GenInstrImmediate(BC, offset, CompactBranchType::COMPACT_BRANCH); in bc()
1573 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH); in balc()
1594 GenInstrImmediate(BLEZL, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezc()
1603 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgeuc()
1612 GenInstrImmediate(BLEZL, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgec()
[all …]
Dassembler-mips64.h2053 enum class CompactBranchType : bool { NO = false, COMPACT_BRANCH = true }; enum
2059 CompactBranchType is_compact_branch = CompactBranchType::NO);
2064 inline void EmitHelper(Instr x, CompactBranchType is_compact_branch);
2101 CompactBranchType is_compact_branch = CompactBranchType::NO);
2104 CompactBranchType is_compact_branch = CompactBranchType::NO);
2107 CompactBranchType is_compact_branch = CompactBranchType::NO);
2112 CompactBranchType is_compact_branch = CompactBranchType::NO);
2116 CompactBranchType is_compact_branch = CompactBranchType::NO);
/external/v8/src/mips/
Dassembler-mips-inl.h322 void Assembler::EmitHelper(Instr x, CompactBranchType is_compact_branch) { in EmitHelper()
334 if (is_compact_branch == CompactBranchType::COMPACT_BRANCH) { in EmitHelper()
359 void Assembler::emit(Instr x, CompactBranchType is_compact_branch) { in emit()
Dassembler-mips.cc1266 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1286 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1295 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1304 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1320 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1587 GenInstrImmediate(BC, offset, CompactBranchType::COMPACT_BRANCH); in bc()
1593 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH); in balc()
1614 GenInstrImmediate(BLEZL, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezc()
1623 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgeuc()
1632 GenInstrImmediate(BLEZL, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgec()
[all …]
Dassembler-mips.h1988 enum class CompactBranchType : bool { NO = false, COMPACT_BRANCH = true }; enum
1993 CompactBranchType is_compact_branch = CompactBranchType::NO);
1998 inline void EmitHelper(Instr x, CompactBranchType is_compact_branch);
2035 CompactBranchType is_compact_branch = CompactBranchType::NO);
2038 CompactBranchType is_compact_branch = CompactBranchType::NO);
2041 CompactBranchType is_compact_branch = CompactBranchType::NO);
2046 CompactBranchType is_compact_branch = CompactBranchType::NO);
2050 CompactBranchType is_compact_branch = CompactBranchType::NO);