Searched refs:gen_load_fpr64 (Results 1 – 4 of 4) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.c | 3576 gen_load_fpr64(ctx, t0, rs); in gen_loongson_multimedia() 3577 gen_load_fpr64(ctx, t1, rt); in gen_loongson_multimedia() 3981 gen_load_fpr64(ctx, t1, rt); in gen_loongson_lswc2() 4019 gen_load_fpr64(ctx, t1, rt); in gen_loongson_lswc2() 4225 gen_load_fpr64(ctx, t1, rt); in gen_loongson_lsdc2() 8791 gen_load_fpr64(ctx, t0, ft); in gen_compute_branch1_r6() 9075 gen_load_fpr64(ctx, t0, fs); in gen_cp1() 9170 gen_load_fpr64(ctx, fp0, fs); in gen_movcf_d() 9242 gen_load_fpr64(ctx, fp0, fd); in gen_sel_d() 9243 gen_load_fpr64(ctx, fp1, ft); in gen_sel_d() [all …]
|
H A D | translate.h | 165 void gen_load_fpr64(DisasContext *ctx, TCGv_i64 t, int reg);
|
H A D | nanomips_translate.c.inc | 2558 gen_load_fpr64(ctx, t0, ft);
|
/qemu/target/sh4/ |
H A D | translate.c | 327 static inline void gen_load_fpr64(DisasContext *ctx, TCGv_i64 t, int reg) in gen_load_fpr64() function 976 gen_load_fpr64(ctx, fp, XHACK(B7_4)); in _decode_opc() 1016 gen_load_fpr64(ctx, fp, XHACK(B7_4)); in _decode_opc() 1051 gen_load_fpr64(ctx, fp, XHACK(B7_4)); in _decode_opc() 1076 gen_load_fpr64(ctx, fp0, B11_8); in _decode_opc() 1077 gen_load_fpr64(ctx, fp1, B7_4); in _decode_opc() 1686 gen_load_fpr64(ctx, fp, B11_8); in _decode_opc() 1708 gen_load_fpr64(ctx, fp, B11_8); in _decode_opc() 1742 gen_load_fpr64(ctx, fp, B11_8); in _decode_opc()
|