Searched defs:gen_load_fpr64 (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/target-mips/
H A Dtranslate.c622 static inline void gen_load_fpr64 (DisasContext *ctx, TCGv_i64 t, int reg) function
1240 gen_load_fpr64(ctx, fp0, ft);
5840 gen_load_fpr64(ctx, t0, fs);
5947 gen_load_fpr64(ctx, fp0, fs);
6437 gen_load_fpr64(ctx, fp0, fs);
6438 gen_load_fpr64(ctx, fp1, ft);
6453 gen_load_fpr64(ctx, fp0, fs);
6454 gen_load_fpr64(ctx, fp1, ft);
6469 gen_load_fpr64(ctx, fp0, fs);
6470 gen_load_fpr64(ct
[all...]

Completed in 79 milliseconds