Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c6300 static bool op_stm(DisasContext *s, arg_ldst_block *a) in op_stm() function
6360 return op_stm(s, a); in trans_STM()
6370 return op_stm(s, a); in trans_STM_t32()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c4443 static DisasJumpType op_stm(DisasContext *s, DisasOps *o) in op_stm() function