Home
last modified time | relevance | path

Searched refs:POP10 (Results 1 – 24 of 24) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/codegen/mips/
H A Dconstants-mips.h501 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1871 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
H A Dassembler-mips.cc504 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
555 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/mips/
H A Dconstants-mips.h481 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1851 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
H A Dassembler-mips.cc489 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
540 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/mips/
H A Dconstants-mips.h481 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1851 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
H A Dassembler-mips.cc498 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
549 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
/dports/www/node10/node-v10.24.1/deps/v8/src/mips/
H A Dconstants-mips.h483 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1889 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
H A Dassembler-mips.cc546 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
602 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
H A Dsimulator-mips.cc6581 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/dports/lang/v8/v8-9.6.180.12/src/codegen/mips64/
H A Dconstants-mips64.h498 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1968 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
H A Dassembler-mips64.cc481 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
532 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/mips64/
H A Dconstants-mips64.h463 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1933 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
H A Dassembler-mips64.cc464 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
515 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
/dports/www/node10/node-v10.24.1/deps/v8/src/mips64/
H A Dconstants-mips64.h464 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1971 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
H A Dassembler-mips64.cc525 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
581 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
H A Dsimulator-mips64.cc6827 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/mips64/
H A Dconstants-mips64.h463 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1933 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
H A Dassembler-mips64.cc474 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
525 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
/dports/lang/v8/v8-9.6.180.12/src/execution/mips/
H A Dsimulator-mips.cc6564 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/mips/
H A Dsimulator-mips.cc6541 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/mips/
H A Dsimulator-mips.cc6542 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/dports/lang/v8/v8-9.6.180.12/src/execution/mips64/
H A Dsimulator-mips64.cc6873 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/mips64/
H A Dsimulator-mips64.cc6836 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/mips64/
H A Dsimulator-mips64.cc6836 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()