Searched refs:POP10 (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.cc | 144 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
|
D | constants-mips.h | 390 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
|
D | assembler-mips.cc | 476 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch() 532 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
|
D | simulator-mips.cc | 4120 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
|
/external/v8/src/mips64/ |
D | constants-mips64.cc | 144 case POP10: // beqzalc, bovc, beqc in IsForbiddenAfterBranchInstr()
|
D | constants-mips64.h | 386 POP10 = ADDI, // beqzalc, bovc, beqc enumerator
|
D | assembler-mips64.cc | 450 isBranch |= opcode == POP10 || opcode == POP30 || opcode == BC || in IsBranch() 506 return opcode == POP10 && rs != 0 && rs < rt; // && rt != 0 in IsBeqc()
|
D | simulator-mips64.cc | 4335 case POP10: // BOVC, BEQZALC, BEQC / ADDI (pre-r6) in DecodeTypeImmediate()
|
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 900 opcode == POP10 || // BEQC in PatchInlinedSmiCode() 908 case POP10: in PatchInlinedSmiCode() 918 opcode = POP10; // change BNEC to BEQC. in PatchInlinedSmiCode()
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 896 opcode == POP10 || // BEQC in PatchInlinedSmiCode() 904 case POP10: in PatchInlinedSmiCode() 914 opcode = POP10; // change BNEC to BEQC. in PatchInlinedSmiCode()
|