Home
last modified time | relevance | path

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

/external/v8/src/ic/mips/
Dic-mips.cc108 opcode == POP10 || // BEQC in PatchInlinedSmiCode()
116 case POP10: in PatchInlinedSmiCode()
126 opcode = POP10; // change BNEC to BEQC. in PatchInlinedSmiCode()
/external/v8/src/ic/mips64/
Dic-mips64.cc108 opcode == POP10 || // BEQC in PatchInlinedSmiCode()
116 case POP10: in PatchInlinedSmiCode()
126 opcode = POP10; // change BNEC to BEQC. in PatchInlinedSmiCode()
/external/v8/src/mips/
Dconstants-mips.h403 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1312 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
Dassembler-mips.cc499 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
555 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
Dsimulator-mips.cc4365 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/external/v8/src/mips64/
Dconstants-mips64.h386 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1388 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
Dassembler-mips64.cc481 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
537 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
Dsimulator-mips64.cc4577 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()