Lines Matching refs:COP1

488       (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()
2247 GenInstrRegister(COP1, MFHC1, rt, fs, f0); in mfhc1()
2252 GenInstrRegister(COP1, DMFC1, rt, fs, f0); in dmfc1()
2257 GenInstrRegister(COP1, CTC1, rt, fs); in ctc1()
2262 GenInstrRegister(COP1, CFC1, rt, fs); in cfc1()
2278 GenInstrRegister(COP1, D, ft, fs, fd, ADD_D); in add_d()
2283 GenInstrRegister(COP1, D, ft, fs, fd, SUB_D); in sub_d()
2288 GenInstrRegister(COP1, D, ft, fs, fd, MUL_D); in mul_d()
2299 GenInstrRegister(COP1, D, ft, fs, fd, DIV_D); in div_d()
2304 GenInstrRegister(COP1, D, f0, fs, fd, ABS_D); in abs_d()
2309 GenInstrRegister(COP1, D, f0, fs, fd, MOV_D); in mov_d()
2314 GenInstrRegister(COP1, D, f0, fs, fd, NEG_D); in neg_d()
2319 GenInstrRegister(COP1, D, f0, fs, fd, SQRT_D); in sqrt_d()
2326 GenInstrRegister(COP1, S, f0, fs, fd, CVT_W_S); in cvt_w_s()
2331 GenInstrRegister(COP1, D, f0, fs, fd, CVT_W_D); in cvt_w_d()
2336 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
2341 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
2346 GenInstrRegister(COP1, S, f0, fs, fd, ROUND_W_S); in round_w_s()
2351 GenInstrRegister(COP1, D, f0, fs, fd, ROUND_W_D); in round_w_d()
2356 GenInstrRegister(COP1, S, f0, fs, fd, FLOOR_W_S); in floor_w_s()
2361 GenInstrRegister(COP1, D, f0, fs, fd, FLOOR_W_D); in floor_w_d()
2366 GenInstrRegister(COP1, S, f0, fs, fd, CEIL_W_S); in ceil_w_s()
2371 GenInstrRegister(COP1, D, f0, fs, fd, CEIL_W_D); in ceil_w_d()
2377 GenInstrRegister(COP1, S, f0, fs, fd, CVT_L_S); in cvt_l_s()
2383 GenInstrRegister(COP1, D, f0, fs, fd, CVT_L_D); in cvt_l_d()
2389 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_L_S); in trunc_l_s()
2395 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_L_D); in trunc_l_d()
2400 GenInstrRegister(COP1, S, f0, fs, fd, ROUND_L_S); in round_l_s()
2405 GenInstrRegister(COP1, D, f0, fs, fd, ROUND_L_D); in round_l_d()
2410 GenInstrRegister(COP1, S, f0, fs, fd, FLOOR_L_S); in floor_l_s()
2415 GenInstrRegister(COP1, D, f0, fs, fd, FLOOR_L_D); in floor_l_d()
2420 GenInstrRegister(COP1, S, f0, fs, fd, CEIL_L_S); in ceil_l_s()
2425 GenInstrRegister(COP1, D, f0, fs, fd, CEIL_L_D); in ceil_l_d()
2433 GenInstrRegister(COP1, fmt, ft, fs, fd, MIN); in min()
2441 GenInstrRegister(COP1, fmt, ft, fs, fd, MINA); in mina()
2449 GenInstrRegister(COP1, fmt, ft, fs, fd, MAX); in max()
2457 GenInstrRegister(COP1, fmt, ft, fs, fd, MAXA); in maxa()
2462 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
2468 GenInstrRegister(COP1, L, f0, fs, fd, CVT_S_L); in cvt_s_l()
2473 GenInstrRegister(COP1, D, f0, fs, fd, CVT_S_D); in cvt_s_d()
2478 GenInstrRegister(COP1, W, f0, fs, fd, CVT_D_W); in cvt_d_w()
2484 GenInstrRegister(COP1, L, f0, fs, fd, CVT_D_L); in cvt_d_l()
2489 GenInstrRegister(COP1, S, f0, fs, fd, CVT_D_S); in cvt_d_s()
2498 Instr instr = COP1 | fmt | ft.code() << kFtShift | in cmp()
2506 Instr instr = COP1 | BC1EQZ | ft.code() << kFtShift | (offset & kImm16Mask); in bc1eqz()
2513 Instr instr = COP1 | BC1NEZ | ft.code() << kFtShift | (offset & kImm16Mask); in bc1nez()
2524 Instr instr = COP1 | fmt | ft.code() << kFtShift | fs.code() << kFsShift in c()
2541 Instr instr = COP1 | BC1 | cc << 18 | 0 << 16 | (offset & kImm16Mask); in bc1f()
2548 Instr instr = COP1 | BC1 | cc << 18 | 1 << 16 | (offset & kImm16Mask); in bc1t()