Home
last modified time | relevance | path

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

/openbmc/qemu/target/cris/
H A Dcpu.h249 CC_OP_XOR, enumerator
H A Dop_helper.c528 case CC_OP_XOR: in helper_top_evaluate_flags()
H A Dtranslate.c524 case CC_OP_XOR: in cris_evaluate_flags()
624 && op != CC_OP_XOR in cris_pre_alu_update_cc()
676 case CC_OP_XOR: in cris_alu_op_exec()
778 case CC_OP_XOR: return 1; in arith_cc()
1559 cris_alu(dc, CC_OP_XOR, cpu_R[dc->op2], t[0], t[1], 4); in dec_xor_r()
H A Dtranslate_v10.c.inc693 dec10_reg_alu(dc, CC_OP_XOR, 4, 0);