Home | History | Annotate | Download | only in target-mips

Lines Matching refs:ft

1178 static void gen_flt_ldst (DisasContext *ctx, uint32_t opc, int ft,
1201 gen_store_fpr32(fp0, ft);
1211 gen_load_fpr32(fp0, ft);
1224 gen_store_fpr64(ctx, fp0, ft);
1233 gen_load_fpr64(ctx, fp0, ft);
1244 MIPS_DEBUG("%s %s, %d(%s)", opn, fregnames[ft], offset, regnames[base]);
5974 int ft, int fs, int fd, int cc)
6023 gen_load_fpr32(fp1, ft);
6038 gen_load_fpr32(fp1, ft);
6053 gen_load_fpr32(fp1, ft);
6068 gen_load_fpr32(fp1, ft);
6221 gen_movcf_s(fs, fd, (ft >> 2) & 0x7, ft & 0x1);
6229 if (ft != 0) {
6230 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_gpr[ft], 0, l1);
6245 if (ft != 0) {
6246 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_gpr[ft], 0, l1);
6326 gen_load_fpr32(fp1, ft);
6381 gen_load_fpr32(fp32_1, ft);
6411 gen_load_fpr32(fp1, ft);
6425 check_cp1_registers(ctx, fs | ft | fd);
6431 gen_load_fpr64(ctx, fp1, ft);
6441 check_cp1_registers(ctx, fs | ft | fd);
6447 gen_load_fpr64(ctx, fp1, ft);
6457 check_cp1_registers(ctx, fs | ft | fd);
6463 gen_load_fpr64(ctx, fp1, ft);
6473 check_cp1_registers(ctx, fs | ft | fd);
6479 gen_load_fpr64(ctx, fp1, ft);
6640 gen_movcf_d(ctx, fs, fd, (ft >> 2) & 0x7, ft & 0x1);
6648 if (ft != 0) {
6649 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_gpr[ft], 0, l1);
6664 if (ft != 0) {
6665 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_gpr[ft], 0, l1);
6706 gen_load_fpr64(ctx, fp1, ft);
6745 gen_load_fpr64(ctx, fp1, ft);
6774 gen_load_fpr64(ctx, fp1, ft);
6777 check_cp1_registers(ctx, fs | ft);
6781 check_cp1_registers(ctx, fs | ft);
6899 gen_load_fpr64(ctx, fp1, ft);
6914 gen_load_fpr64(ctx, fp1, ft);
6929 gen_load_fpr64(ctx, fp1, ft);
6974 gen_movcf_ps(fs, fd, (ft >> 2) & 0x7, ft & 0x1);
6983 if (ft != 0)
6984 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_gpr[ft], 0, l1);
6999 if (ft != 0) {
7000 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_gpr[ft], 0, l1);
7016 gen_load_fpr64(ctx, fp0, ft);
7031 gen_load_fpr64(ctx, fp0, ft);
7086 gen_load_fpr64(ctx, fp1, ft);
7137 gen_load_fpr32(fp1, ft);
7152 gen_load_fpr32h(fp1, ft);
7167 gen_load_fpr32(fp1, ft);
7182 gen_load_fpr32h(fp1, ft);
7212 gen_load_fpr64(ctx, fp1, ft);
7231 MIPS_DEBUG("%s %s, %s, %s", opn, fregnames[fd], fregnames[fs], fregnames[ft]);
7234 MIPS_DEBUG("%s %s,%s", opn, fregnames[fs], fregnames[ft]);
7346 int fd, int fr, int fs, int ft)
7374 gen_load_fpr32h(fph, ft);
7379 gen_load_fpr32(fp, ft);
7397 gen_load_fpr32(fp1, ft);
7409 check_cp1_registers(ctx, fd | fs | ft | fr);
7416 gen_load_fpr64(ctx, fp1, ft);
7434 gen_load_fpr64(ctx, fp1, ft);
7452 gen_load_fpr32(fp1, ft);
7464 check_cp1_registers(ctx, fd | fs | ft | fr);
7471 gen_load_fpr64(ctx, fp1, ft);
7489 gen_load_fpr64(ctx, fp1, ft);
7507 gen_load_fpr32(fp1, ft);
7519 check_cp1_registers(ctx, fd | fs | ft | fr);
7526 gen_load_fpr64(ctx, fp1, ft);
7544 gen_load_fpr64(ctx, fp1, ft);
7562 gen_load_fpr32(fp1, ft);
7574 check_cp1_registers(ctx, fd | fs | ft | fr);
7581 gen_load_fpr64(ctx, fp1, ft);
7599 gen_load_fpr64(ctx, fp1, ft);
7615 fregnames[fs], fregnames[ft]);