Home
last modified time | relevance | path

Searched refs:disp16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/alpha/
H A Dtranslate.c314 static void gen_load_fp(DisasContext *ctx, int ra, int rb, int32_t disp16, in gen_load_fp() argument
320 tcg_gen_addi_i64(addr, load_gpr(ctx, rb), disp16); in gen_load_fp()
325 static void gen_load_int(DisasContext *ctx, int ra, int rb, int32_t disp16, in gen_load_int() argument
338 tcg_gen_addi_i64(addr, load_gpr(ctx, rb), disp16); in gen_load_int()
380 static void gen_store_fp(DisasContext *ctx, int ra, int rb, int32_t disp16, in gen_store_fp() argument
384 tcg_gen_addi_i64(addr, load_gpr(ctx, rb), disp16); in gen_store_fp()
388 static void gen_store_int(DisasContext *ctx, int ra, int rb, int32_t disp16, in gen_store_int() argument
394 tcg_gen_addi_i64(addr, load_gpr(ctx, rb), disp16); in gen_store_int()
406 int32_t disp16, int mem_idx, in gen_store_conditional() argument
413 tcg_gen_addi_i64(addr, load_gpr(ctx, rb), disp16); in gen_store_conditional()
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch2007 /* Fetch disp16 if 16-bit addr mode */