Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.h1303 enum class CompactBranchType : bool { NO = false, COMPACT_BRANCH = true }; enum
1308 CompactBranchType is_compact_branch = CompactBranchType::NO);
1313 inline void EmitHelper(Instr x, CompactBranchType is_compact_branch);
1366 CompactBranchType is_compact_branch = CompactBranchType::NO);
1369 CompactBranchType is_compact_branch = CompactBranchType::NO);
1372 CompactBranchType is_compact_branch = CompactBranchType::NO);
1375 CompactBranchType is_compact_branch = CompactBranchType::NO);
1379 CompactBranchType is_compact_branch = CompactBranchType::NO);
Dassembler-mips.cc1110 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1120 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1129 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1138 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1154 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1278 GenInstrImmediate(BC, offset, CompactBranchType::COMPACT_BRANCH); in bc()
1284 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH); in balc()
1305 GenInstrImmediate(BLEZL, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezc()
1314 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgeuc()
1323 GenInstrImmediate(BLEZL, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgec()
[all …]
Dassembler-mips-inl.h447 void Assembler::EmitHelper(Instr x, CompactBranchType is_compact_branch) { in EmitHelper()
459 if (is_compact_branch == CompactBranchType::COMPACT_BRANCH) { in EmitHelper()
484 void Assembler::emit(Instr x, CompactBranchType is_compact_branch) { in emit()
/external/v8/src/mips64/
Dassembler-mips64.cc1078 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1088 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1097 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1106 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1122 CompactBranchType is_compact_branch) { in GenInstrImmediate()
1265 GenInstrImmediate(BC, offset, CompactBranchType::COMPACT_BRANCH); in bc()
1271 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH); in balc()
1292 GenInstrImmediate(BLEZL, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezc()
1301 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgeuc()
1310 GenInstrImmediate(BLEZL, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgec()
[all …]
Dassembler-mips64.h1353 enum class CompactBranchType : bool { NO = false, COMPACT_BRANCH = true }; enum
1359 CompactBranchType is_compact_branch = CompactBranchType::NO);
1364 inline void EmitHelper(Instr x, CompactBranchType is_compact_branch);
1418 CompactBranchType is_compact_branch = CompactBranchType::NO);
1421 CompactBranchType is_compact_branch = CompactBranchType::NO);
1424 CompactBranchType is_compact_branch = CompactBranchType::NO);
1427 CompactBranchType is_compact_branch = CompactBranchType::NO);
1431 CompactBranchType is_compact_branch = CompactBranchType::NO);
Dassembler-mips64-inl.h429 void Assembler::EmitHelper(Instr x, CompactBranchType is_compact_branch) { in EmitHelper()
441 if (is_compact_branch == CompactBranchType::COMPACT_BRANCH) { in EmitHelper()
466 void Assembler::emit(Instr x, CompactBranchType is_compact_branch) { in emit()