Searched refs:tcg_gen_op4_i32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 171 static void DNI tcg_gen_op4_i32(TCGOpcode opc, TCGv_i32 a1, TCGv_i32 a2, in tcg_gen_op4_i32() function 1184 tcg_gen_op4_i32(INDEX_op_mulu2_i32, rl, rh, arg1, arg2); in tcg_gen_mulu2_i32() 1208 tcg_gen_op4_i32(INDEX_op_muls2_i32, rl, rh, arg1, arg2); in tcg_gen_muls2_i32()
|