Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dldst_helper.c214 void helper_lwm(CPUMIPSState *env, target_ulong addr, target_ulong reglist, in helper_lwm() argument
217 target_ulong base_reglist = reglist & 0xf; in helper_lwm()
218 target_ulong do_r31 = reglist & 0x10; in helper_lwm()
236 void helper_swm(CPUMIPSState *env, target_ulong addr, target_ulong reglist, in helper_swm() argument
239 target_ulong base_reglist = reglist & 0xf; in helper_swm()
240 target_ulong do_r31 = reglist & 0x10; in helper_swm()
258 void helper_ldm(CPUMIPSState *env, target_ulong addr, target_ulong reglist, in helper_ldm() argument
261 target_ulong base_reglist = reglist & 0xf; in helper_ldm()
262 target_ulong do_r31 = reglist & 0x10; in helper_ldm()
280 void helper_sdm(CPUMIPSState *env, target_ulong addr, target_ulong reglist, in helper_sdm() argument
[all …]
H A Dmicromips_translate.c.inc692 static void gen_ldst_multiple(DisasContext *ctx, uint32_t opc, int reglist,
707 t1 = tcg_constant_tl(reglist);