Searched refs:POP10 (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 108 opcode == POP10 || // BEQC in PatchInlinedSmiCode() 116 case POP10: in PatchInlinedSmiCode() 126 opcode = POP10; // change BNEC to BEQC. in PatchInlinedSmiCode()
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 108 opcode == POP10 || // BEQC in PatchInlinedSmiCode() 116 case POP10: in PatchInlinedSmiCode() 126 opcode = POP10; // change BNEC to BEQC. in PatchInlinedSmiCode()
|
/external/v8/src/mips/ |
D | constants-mips.h | 403 POP10 = ADDI, // beqzalc, bovc, beqc enumerator 1312 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
|
D | assembler-mips.cc | 499 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch() 555 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
|
D | simulator-mips.cc | 4365 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 386 POP10 = ADDI, // beqzalc, bovc, beqc enumerator 1388 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
|
D | assembler-mips64.cc | 481 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch() 537 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
|
D | simulator-mips64.cc | 4577 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
|