Searched refs:POP10 (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 491 POP10 = ADDI, // beqzalc, bovc, beqc enumerator 1874 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
|
D | assembler-mips.cc | 542 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch() 604 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
|
D | simulator-mips.cc | 6578 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 473 POP10 = ADDI, // beqzalc, bovc, beqc enumerator 1957 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
|
D | assembler-mips64.cc | 521 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch() 583 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
|
D | simulator-mips64.cc | 6824 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
|