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

/external/v8/src/mips/
H A Dassembler-mips.h1254 enum class CompactBranchType : bool { NO = false, COMPACT_BRANCH = true }; class in namespace:v8::internal
1260 CompactBranchType is_compact_branch = CompactBranchType::NO);
1265 inline void EmitHelper(Instr x, CompactBranchType is_compact_branch);
1318 CompactBranchType is_compact_branch = CompactBranchType::NO);
1321 CompactBranchType is_compact_branch = CompactBranchType::NO);
1324 CompactBranchType is_compact_branch = CompactBranchType
[all...]
H A Dassembler-mips.cc1031 CompactBranchType is_compact_branch) {
1041 CompactBranchType is_compact_branch) {
1050 CompactBranchType is_compact_branch) {
1059 CompactBranchType is_compact_branch) {
1075 CompactBranchType is_compact_branch) {
1200 GenInstrImmediate(BC, offset, CompactBranchType::COMPACT_BRANCH);
1207 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH);
1228 GenInstrImmediate(BLEZL, rt, rt, offset, CompactBranchType::COMPACT_BRANCH);
1237 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH);
1246 GenInstrImmediate(BLEZL, rs, rt, offset, CompactBranchType
[all...]
H A Dassembler-mips-inl.h455 void Assembler::EmitHelper(Instr x, CompactBranchType is_compact_branch) {
467 if (is_compact_branch == CompactBranchType::COMPACT_BRANCH) {
482 void Assembler::emit(Instr x, CompactBranchType is_compact_branch) {
/external/v8/src/mips64/
H A Dassembler-mips64.h1321 enum class CompactBranchType : bool { NO = false, COMPACT_BRANCH = true }; class in namespace:v8::internal
1327 CompactBranchType is_compact_branch = CompactBranchType::NO);
1332 inline void EmitHelper(Instr x, CompactBranchType is_compact_branch);
1386 CompactBranchType is_compact_branch = CompactBranchType::NO);
1389 CompactBranchType is_compact_branch = CompactBranchType::NO);
1392 CompactBranchType is_compact_branch = CompactBranchType
[all...]
H A Dassembler-mips64.cc1048 CompactBranchType is_compact_branch) {
1058 CompactBranchType is_compact_branch) {
1067 CompactBranchType is_compact_branch) {
1076 CompactBranchType is_compact_branch) {
1092 CompactBranchType is_compact_branch) {
1236 GenInstrImmediate(BC, offset, CompactBranchType::COMPACT_BRANCH);
1243 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH);
1264 GenInstrImmediate(BLEZL, rt, rt, offset, CompactBranchType::COMPACT_BRANCH);
1273 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH);
1282 GenInstrImmediate(BLEZL, rs, rt, offset, CompactBranchType
[all...]
H A Dassembler-mips64-inl.h456 void Assembler::EmitHelper(Instr x, CompactBranchType is_compact_branch) {
468 if (is_compact_branch == CompactBranchType::COMPACT_BRANCH) {
483 void Assembler::emit(Instr x, CompactBranchType is_compact_branch) {

Completed in 3754 milliseconds