Searched refs:gen_load_fpr64 (Results 1 – 1 of 1) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 615 static inline void gen_load_fpr64 (DisasContext *ctx, TCGv_i64 t, int reg) in gen_load_fpr64() function 1233 gen_load_fpr64(ctx, fp0, ft); in gen_flt_ldst() 5833 gen_load_fpr64(ctx, t0, fs); in gen_cp1() 5940 gen_load_fpr64(ctx, fp0, fs); in gen_movcf_d() 6430 gen_load_fpr64(ctx, fp0, fs); in gen_farith() 6431 gen_load_fpr64(ctx, fp1, ft); in gen_farith() 6446 gen_load_fpr64(ctx, fp0, fs); in gen_farith() 6447 gen_load_fpr64(ctx, fp1, ft); in gen_farith() 6462 gen_load_fpr64(ctx, fp0, fs); in gen_farith() 6463 gen_load_fpr64(ctx, fp1, ft); in gen_farith() [all …]
|