Home
last modified time | relevance | path

Searched refs:GEN_CRLOGIC (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dtranslate.c4438 GEN_CRLOGIC(crand, tcg_gen_and_i32, 0x08);
4442 GEN_CRLOGIC(creqv, tcg_gen_eqv_i32, 0x09);
4446 GEN_CRLOGIC(crnor, tcg_gen_nor_i32, 0x01);
4448 GEN_CRLOGIC(cror, tcg_gen_or_i32, 0x0E);
4450 GEN_CRLOGIC(crorc, tcg_gen_orc_i32, 0x0D);
4452 GEN_CRLOGIC(crxor, tcg_gen_xor_i32, 0x06);
6883 #undef GEN_CRLOGIC
6886 GEN_CRLOGIC(crand, tcg_gen_and_i32, 0x08),
6888 GEN_CRLOGIC(creqv, tcg_gen_eqv_i32, 0x09),
6890 GEN_CRLOGIC(crnor, tcg_gen_nor_i32, 0x01),
[all …]