Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.cc144 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
Dconstants-mips.h390 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
Dassembler-mips.cc476 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
532 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
Dsimulator-mips.cc4120 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/external/v8/src/mips64/
Dconstants-mips64.cc144 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
Dconstants-mips64.h386 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
Dassembler-mips64.cc450 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
506 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
Dsimulator-mips64.cc4335 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/external/v8/src/ic/mips/
Dic-mips.cc900 opcode == POP10 || // BEQC in PatchInlinedSmiCode()
908 case POP10: in PatchInlinedSmiCode()
918 opcode = POP10; // change BNEC to BEQC. in PatchInlinedSmiCode()
/external/v8/src/ic/mips64/
Dic-mips64.cc896 opcode == POP10 || // BEQC in PatchInlinedSmiCode()
904 case POP10: in PatchInlinedSmiCode()
914 opcode = POP10; // change BNEC to BEQC. in PatchInlinedSmiCode()