Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.cc145 case POP30: // bnezalc, bvnc, bnec in IsForbiddenAfterBranchInstr()
Dconstants-mips.h393 POP30 = DADDI, // bnezalc, bvnc, bnec enumerator
Dassembler-mips.cc476 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
540 return opcode == POP30 && rs != 0 && rs < rt; // && rt != 0 in IsBnec()
Dsimulator-mips.cc4152 case POP30: // BNVC, BNEZALC, BNEC / DADDI (pre-r6) in DecodeTypeImmediate()
/external/v8/src/mips64/
Dconstants-mips64.cc145 case POP30: // bnezalc, bnvc, bnec in IsForbiddenAfterBranchInstr()
Dconstants-mips64.h389 POP30 = DADDI, // bnezalc, bnvc, bnec enumerator
Dassembler-mips64.cc450 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
514 return opcode == POP30 && rs != 0 && rs < rt; // && rt != 0 in IsBnec()
Dsimulator-mips64.cc4367 case POP30: // BNVC, BNEZALC, BNEC / DADDI (pre-r6) in DecodeTypeImmediate()
/external/v8/src/ic/mips/
Dic-mips.cc901 opcode == POP30 || // BNEC in PatchInlinedSmiCode()
909 opcode = POP30; // change BEQC to BNEC. in PatchInlinedSmiCode()
917 case POP30: in PatchInlinedSmiCode()
/external/v8/src/ic/mips64/
Dic-mips64.cc897 opcode == POP30 || // BNEC in PatchInlinedSmiCode()
905 opcode = POP30; // change BEQC to BNEC. in PatchInlinedSmiCode()
913 case POP30: in PatchInlinedSmiCode()