Home
last modified time | relevance | path

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

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