Home
last modified time | relevance | path

Searched refs:COP1 (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.cc510 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch. in IsBranch()
511 (opcode == COP1 && rs_field == BC1EQZ) || in IsBranch()
512 (opcode == COP1 && rs_field == BC1NEZ); in IsBranch()
2011 GenInstrRegister(COP1, MTC1, rt, fs, f0); in mtc1()
2016 GenInstrRegister(COP1, MTHC1, rt, fs, f0); in mthc1()
2021 GenInstrRegister(COP1, MFC1, rt, fs, f0); in mfc1()
2026 GenInstrRegister(COP1, MFHC1, rt, fs, f0); in mfhc1()
2031 GenInstrRegister(COP1, CTC1, rt, fs); in ctc1()
2036 GenInstrRegister(COP1, CFC1, rt, fs); in cfc1()
2052 GenInstrRegister(COP1, D, ft, fs, fd, ADD_D); in add_d()
[all …]
Dconstants-mips.cc278 case COP1: // Coprocessor instructions. in InstructionType()
Dconstants-mips.h334 COP1 = ((2 << 3) + 1) << kOpcodeShift, // Coprocessor 1 class. enumerator
879 case COP1: in SecondaryValue()
Ddisasm-mips.cc454 case COP1: // Coprocessor instructions. in DecodeTypeRegister()
859 case COP1: in DecodeTypeImmediate()
Dsimulator-mips.cc1888 case COP1: // Coprocessor instructions. in ConfigureTypeRegister()
2179 case COP1: in DecodeTypeRegister()
2717 case COP1: in DecodeTypeImmediate()
/external/v8/src/mips64/
Dassembler-mips64.cc488 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch. in IsBranch()
489 (opcode == COP1 && rs_field == BC1EQZ) || in IsBranch()
490 (opcode == COP1 && rs_field == BC1NEZ); in IsBranch()
2122 Instr instr = COP1 | fmt << kRsShift | ft.code() << kFtShift | in sel()
2142 Instr instr = COP1 | fmt << kRsShift | ft.code() << kFtShift | in seleqz()
2162 Instr instr = COP1 | fmt << kRsShift | ft.code() << kFtShift | in selnez()
2227 GenInstrRegister(COP1, MTC1, rt, fs, f0); in mtc1()
2232 GenInstrRegister(COP1, MTHC1, rt, fs, f0); in mthc1()
2237 GenInstrRegister(COP1, DMTC1, rt, fs, f0); in dmtc1()
2242 GenInstrRegister(COP1, MFC1, rt, fs, f0); in mfc1()
[all …]
Dconstants-mips64.cc295 case COP1: // Coprocessor instructions. in InstructionType()
Dconstants-mips64.h300 COP1 = ((2 << 3) + 1) << kOpcodeShift, // Coprocessor 1 class. enumerator
893 case COP1: in SecondaryValue()
Ddisasm-mips64.cc479 case COP1: // Coprocessor instructions. in DecodeTypeRegister()
979 case COP1: in DecodeTypeImmediate()
Dsimulator-mips64.cc1955 case COP1: // Coprocessor instructions. in ConfigureTypeRegister()
2310 case COP1: in DecodeTypeRegister()
2848 case COP1: in DecodeTypeImmediate()