Searched refs:COP1 (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/mips/ |
D | assembler-mips.cc | 517 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch. in IsBranch() 1653 GenInstrRegister(COP1, MTC1, rt, fs, f0); in mtc1() 1658 GenInstrRegister(COP1, MFC1, rt, fs, f0); in mfc1() 1663 GenInstrRegister(COP1, CTC1, rt, fs); in ctc1() 1668 GenInstrRegister(COP1, CFC1, rt, fs); in cfc1() 1682 GenInstrRegister(COP1, D, ft, fs, fd, ADD_D); in add_d() 1687 GenInstrRegister(COP1, D, ft, fs, fd, SUB_D); in sub_d() 1692 GenInstrRegister(COP1, D, ft, fs, fd, MUL_D); in mul_d() 1697 GenInstrRegister(COP1, D, ft, fs, fd, DIV_D); in div_d() 1702 GenInstrRegister(COP1, D, f0, fs, fd, ABS_D); in abs_d() [all …]
|
D | constants-mips.cc | 297 case COP1: // Coprocessor instructions. in InstructionType()
|
D | constants-mips.h | 272 COP1 = ((2 << 3) + 1) << kOpcodeShift, // Coprocessor 1 class. enumerator 738 case COP1: in SecondaryValue()
|
D | disasm-mips.cc | 464 case COP1: // Coprocessor instructions. in DecodeTypeRegister() 801 case COP1: in DecodeTypeImmediate()
|
D | simulator-mips.cc | 1706 case COP1: // Coprocessor instructions. in ConfigureTypeRegister() 1960 case COP1: in DecodeTypeRegister() 2334 case COP1: in DecodeTypeImmediate()
|