Searched refs:IMPL64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-opc.h | 42 # define IMPL64 TCG_OPF_64BIT 124 DEF(ld_i64, 1, 1, 1, IMPL64) 125 DEF(st8_i64, 0, 2, 1, IMPL64) 128 DEF(st_i64, 0, 2, 1, IMPL64) 130 DEF(add_i64, 1, 2, 0, IMPL64) 131 DEF(sub_i64, 1, 2, 0, IMPL64) 132 DEF(mul_i64, 1, 2, 0, IMPL64) 139 DEF(and_i64, 1, 2, 0, IMPL64) 140 DEF(or_i64, 1, 2, 0, IMPL64) 141 DEF(xor_i64, 1, 2, 0, IMPL64) [all …]
|