Searched refs:POP66 (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.cc | 146 case POP66: // beqzc, jic in IsForbiddenAfterBranchInstr()
|
D | constants-mips.h | 375 POP66 = ((6U << 3) + 6) << kOpcodeShift, // beqzc, jic enumerator 899 OpcodeToBitNumber(POP66) | OpcodeToBitNumber(POP76) |
|
D | assembler-mips.cc | 478 (opcode == POP66 && rs_field != 0) || // BEQZC in IsBranch() 495 return (opcode == POP66 && GetRsField(instr) != 0) || in IsBzc() 518 return opcode == POP66 && GetRsField(instr) != 0; in IsBeqzc() 929 case POP66: in BranchOffset() 1435 GenInstrImmediate(POP66, rs, offset, CompactBranchType::COMPACT_BRANCH); in beqzc() 1511 GenInstrImmediate(POP66, zero_reg, rt, offset); in jic()
|
D | disasm-mips.cc | 1478 case POP66: in DecodeTypeImmediate()
|
D | simulator-mips.cc | 4099 case POP66: // BEQZC, JIC in DecodeTypeImmediate()
|
/external/v8/src/mips64/ |
D | constants-mips64.cc | 146 case POP66: // beqzc, jic in IsForbiddenAfterBranchInstr()
|
D | constants-mips64.h | 368 POP66 = ((6U << 3) + 6) << kOpcodeShift, enumerator 945 OpcodeToBitNumber(BGTZL) | OpcodeToBitNumber(POP66) |
|
D | assembler-mips64.cc | 452 (opcode == POP66 && rs_field != 0) || // BEQZC in IsBranch() 469 return (opcode == POP66 && GetRsField(instr) != 0) || in IsBzc() 492 return opcode == POP66 && GetRsField(instr) != 0; in IsBeqzc() 946 case POP66: in BranchOffset() 1465 GenInstrImmediate(POP66, rs, offset, CompactBranchType::COMPACT_BRANCH); in beqzc() 1554 GenInstrImmediate(POP66, zero_reg, rt, offset); in jic()
|
D | disasm-mips64.cc | 1691 case POP66: in DecodeTypeImmediate()
|
D | simulator-mips64.cc | 4313 case POP66: // BEQZC, JIC in DecodeTypeImmediate()
|
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 902 opcode == POP66 || // BEQZC in PatchInlinedSmiCode() 911 case POP66: in PatchInlinedSmiCode() 921 opcode = POP66; // change BNEZC to BEQZC. in PatchInlinedSmiCode()
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 898 opcode == POP66 || // BEQZC in PatchInlinedSmiCode() 907 case POP66: in PatchInlinedSmiCode() 917 opcode = POP66; // change BNEZC to BEQZC. in PatchInlinedSmiCode()
|