Home
last modified time | relevance | path

Searched defs:gen_add (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/microblaze/
H A Dtranslate.c302 static void gen_add(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_add() function
326 DO_TYPEA(add, true, gen_add) in DO_TYPEA() argument
/openbmc/qemu/target/openrisc/
H A Dtranslate.c202 static void gen_add(DisasContext *dc, TCGv dest, TCGv srca, TCGv srcb) in gen_add() function