Searched defs:crf (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/arm/ |
H A D | xlnx-zynqmp.h | 135 XlnxZynqMPCRF crf; member
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1588 static inline void gen_op_cmp(TCGv arg0, TCGv arg1, int s, int crf) in gen_op_cmp() 1604 static inline void gen_op_cmpi(TCGv arg0, target_ulong arg1, int s, int crf) in gen_op_cmpi() 1610 static inline void gen_op_cmp32(TCGv arg0, TCGv arg1, int s, int crf) in gen_op_cmp32() 1625 static inline void gen_op_cmpi32(TCGv arg0, target_ulong arg1, int s, int crf) in gen_op_cmpi32() 4328 int crf = crfS(ctx->opcode); in gen_setb() local
|
H A D | cpu.h | 1225 uint32_t crf[8]; /* condition register */ member
|