Searched refs:POP76 (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 484 POP76 = ((7U << 3) + 6) << kOpcodeShift, // bnezc, jialc enumerator 1268 OpcodeToBitNumber(POP66) | OpcodeToBitNumber(POP76) | 1812 case POP76: in IsLinkingInstruction() 1877 case POP76: // bnezc, jialc in IsForbiddenAfterBranchInstr()
|
D | assembler-mips.cc | 545 (opcode == POP76 && rs_field != 0); // BNEZC in IsBranch() 568 (opcode == POP76 && GetRsField(instr) != 0); in IsBzc() 596 return opcode == POP76 && GetRsField(instr) != 0; in IsBnezc() 618 return (opcode == POP66 || opcode == POP76) && rs == 0; in IsJicOrJialc() 1165 case POP76: in BranchOffset() 1837 GenInstrImmediate(POP76, rs, offset, CompactBranchType::COMPACT_BRANCH); in bnezc() 1896 GenInstrImmediate(POP76, zero_reg, rt, offset); in jialc()
|
D | disasm-mips.cc | 1834 case POP76: in DecodeTypeImmediate()
|
D | simulator-mips.cc | 6564 case POP76: // BNEZC, JIALC in DecodeTypeImmediate()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 465 POP76 = ((7U << 3) + 6) << kOpcodeShift, enumerator 1302 OpcodeToBitNumber(POP76) | OpcodeToBitNumber(LB) | OpcodeToBitNumber(LH) | 1895 case POP76: in IsLinkingInstruction() 1960 case POP76: // bnezc, jialc in IsForbiddenAfterBranchInstr()
|
D | assembler-mips64.cc | 524 (opcode == POP76 && rs_field != 0); // BNEZC in IsBranch() 547 (opcode == POP76 && GetRsField(instr) != 0); in IsBzc() 575 return opcode == POP76 && GetRsField(instr) != 0; in IsBnezc() 1129 case POP76: in BranchOffset() 1817 GenInstrImmediate(POP76, rs, offset, CompactBranchType::COMPACT_BRANCH); in bnezc() 1888 GenInstrImmediate(POP76, zero_reg, rt, offset); in jialc()
|
D | disasm-mips64.cc | 2091 case POP76: in DecodeTypeImmediate()
|
D | simulator-mips64.cc | 6809 case POP76: // BNEZC, JIALC in DecodeTypeImmediate()
|