Lines Matching refs:COP1
510 (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()
2057 GenInstrRegister(COP1, D, ft, fs, fd, SUB_D); in sub_d()
2062 GenInstrRegister(COP1, D, ft, fs, fd, MUL_D); in mul_d()
2073 GenInstrRegister(COP1, D, ft, fs, fd, DIV_D); in div_d()
2078 GenInstrRegister(COP1, D, f0, fs, fd, ABS_D); in abs_d()
2083 GenInstrRegister(COP1, D, f0, fs, fd, MOV_D); in mov_d()
2088 GenInstrRegister(COP1, D, f0, fs, fd, NEG_D); in neg_d()
2093 GenInstrRegister(COP1, D, f0, fs, fd, SQRT_D); in sqrt_d()
2100 GenInstrRegister(COP1, S, f0, fs, fd, CVT_W_S); in cvt_w_s()
2105 GenInstrRegister(COP1, D, f0, fs, fd, CVT_W_D); in cvt_w_d()
2110 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
2115 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
2120 GenInstrRegister(COP1, S, f0, fs, fd, ROUND_W_S); in round_w_s()
2125 GenInstrRegister(COP1, D, f0, fs, fd, ROUND_W_D); in round_w_d()
2130 GenInstrRegister(COP1, S, f0, fs, fd, FLOOR_W_S); in floor_w_s()
2135 GenInstrRegister(COP1, D, f0, fs, fd, FLOOR_W_D); in floor_w_d()
2140 GenInstrRegister(COP1, S, f0, fs, fd, CEIL_W_S); in ceil_w_s()
2145 GenInstrRegister(COP1, D, f0, fs, fd, CEIL_W_D); in ceil_w_d()
2151 GenInstrRegister(COP1, S, f0, fs, fd, CVT_L_S); in cvt_l_s()
2157 GenInstrRegister(COP1, D, f0, fs, fd, CVT_L_D); in cvt_l_d()
2163 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_L_S); in trunc_l_s()
2169 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_L_D); in trunc_l_d()
2174 GenInstrRegister(COP1, S, f0, fs, fd, ROUND_L_S); in round_l_s()
2179 GenInstrRegister(COP1, D, f0, fs, fd, ROUND_L_D); in round_l_d()
2184 GenInstrRegister(COP1, S, f0, fs, fd, FLOOR_L_S); in floor_l_s()
2189 GenInstrRegister(COP1, D, f0, fs, fd, FLOOR_L_D); in floor_l_d()
2194 GenInstrRegister(COP1, S, f0, fs, fd, CEIL_L_S); in ceil_l_s()
2199 GenInstrRegister(COP1, D, f0, fs, fd, CEIL_L_D); in ceil_l_d()
2207 GenInstrRegister(COP1, fmt, ft, fs, fd, MIN); in min()
2215 GenInstrRegister(COP1, fmt, ft, fs, fd, MINA); in mina()
2223 GenInstrRegister(COP1, fmt, ft, fs, fd, MAX); in max()
2231 GenInstrRegister(COP1, fmt, ft, fs, fd, MAXA); in maxa()
2236 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
2242 GenInstrRegister(COP1, L, f0, fs, fd, CVT_S_L); in cvt_s_l()
2247 GenInstrRegister(COP1, D, f0, fs, fd, CVT_S_D); in cvt_s_d()
2252 GenInstrRegister(COP1, W, f0, fs, fd, CVT_D_W); in cvt_d_w()
2258 GenInstrRegister(COP1, L, f0, fs, fd, CVT_D_L); in cvt_d_l()
2263 GenInstrRegister(COP1, S, f0, fs, fd, CVT_D_S); in cvt_d_s()
2272 Instr instr = COP1 | fmt | ft.code() << kFtShift | in cmp()
2280 Instr instr = COP1 | BC1EQZ | ft.code() << kFtShift | (offset & kImm16Mask); in bc1eqz()
2287 Instr instr = COP1 | BC1NEZ | ft.code() << kFtShift | (offset & kImm16Mask); in bc1nez()
2297 Instr instr = COP1 | fmt | ft.code() << 16 | fs.code() << kFsShift in c()
2314 Instr instr = COP1 | BC1 | cc << 18 | 0 << 16 | (offset & kImm16Mask); in bc1f()
2321 Instr instr = COP1 | BC1 | cc << 18 | 1 << 16 | (offset & kImm16Mask); in bc1t()