Searched refs:tcg_gen_op6_i64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 248 static void DNI tcg_gen_op6_i64(TCGOpcode opc, TCGv_i64 a1, TCGv_i64 a2, in tcg_gen_op6_i64() function 3018 tcg_gen_op6_i64(INDEX_op_add2_i64, rl, rh, al, ah, bl, bh); in tcg_gen_add2_i64() 3036 tcg_gen_op6_i64(INDEX_op_sub2_i64, rl, rh, al, ah, bl, bh); in tcg_gen_sub2_i64()
|