Home
last modified time | relevance | path

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

/openbmc/qemu/target/cris/
H A Dcpu.h239 CC_OP_NEG, enumerator
H A Dtranslate.c688 case CC_OP_NEG: in cris_alu_op_exec()
775 case CC_OP_NEG: return 1; in arith_cc()
1737 cris_alu(dc, CC_OP_NEG, cpu_R[dc->op2], t[0], t[1], size); in dec_neg_r()
H A Dtranslate_v10.c.inc618 dec10_reg_alu(dc, CC_OP_NEG, size, 0);