Searched refs:gen_store_fp (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 380 static void gen_store_fp(DisasContext *ctx, int ra, int rb, int32_t disp16, in gen_store_fp() function 2734 gen_store_fp(ctx, ra, rb, disp16, gen_stf); in translate_one() 2739 gen_store_fp(ctx, ra, rb, disp16, gen_stg); in translate_one() 2744 gen_store_fp(ctx, ra, rb, disp16, gen_sts); in translate_one() 2749 gen_store_fp(ctx, ra, rb, disp16, gen_stt); in translate_one()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 982 static void gen_store_fp(DisasContext *s, int opsize, TCGv addr, TCGv_ptr fp, in gen_store_fp() function 1033 gen_store_fp(s, opsize, addr, fp, index); in gen_ldst_fp()
|