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.c3823 #define GEN_CRLOGIC(name, tcg_op, opc) \ macro
3853 GEN_CRLOGIC(crand, tcg_gen_and_i32, 0x08);
3855 GEN_CRLOGIC(crandc, tcg_gen_andc_i32, 0x04);
3857 GEN_CRLOGIC(creqv, tcg_gen_eqv_i32, 0x09);
3859 GEN_CRLOGIC(crnand, tcg_gen_nand_i32, 0x07);
3861 GEN_CRLOGIC(crnor, tcg_gen_nor_i32, 0x01);
3863 GEN_CRLOGIC(cror, tcg_gen_or_i32, 0x0E);
3865 GEN_CRLOGIC(crorc, tcg_gen_orc_i32, 0x0D);
3867 GEN_CRLOGIC(crxor, tcg_gen_xor_i32, 0x06);
6040 #undef GEN_CRLOGIC
[all …]