Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.h491 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1874 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
Dassembler-mips.cc542 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
604 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
Dsimulator-mips.cc6578 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
/external/v8/src/mips64/
Dconstants-mips64.h473 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
1957 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
Dassembler-mips64.cc521 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch()
583 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
Dsimulator-mips64.cc6824 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()