Searched refs:tcg_gen_op4_i64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 178 static void DNI tcg_gen_op4_i64(TCGOpcode opc, TCGv_i64 a1, TCGv_i64 a2, in tcg_gen_op4_i64() function 3053 tcg_gen_op4_i64(INDEX_op_mulu2_i64, rl, rh, arg1, arg2); in tcg_gen_mulu2_i64() 3072 tcg_gen_op4_i64(INDEX_op_muls2_i64, rl, rh, arg1, arg2); in tcg_gen_muls2_i64()
|