Home
last modified time | relevance | path

Searched refs:tcg_gen_rem_i32 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h326 #define tcg_gen_rem_tl tcg_gen_rem_i32
H A Dtcg-op-common.h94 void tcg_gen_rem_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
/openbmc/qemu/tcg/
H A Dtcg-op.c600 void tcg_gen_rem_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_rem_i32() function
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc3433 DIVS32(do_modsw, tcg_gen_rem_i32)
/openbmc/qemu/target/ppc/
H A Dtranslate.c1847 tcg_gen_rem_i32(t3, t0, t1); in gen_op_arith_modw()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1964 tcg_gen_rem_i32(arg[0].out, in translate_quos()