Home
last modified time | relevance | path

Searched defs:crf (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/arm/
H A Dxlnx-zynqmp.h134 XlnxZynqMPCRF crf; member
/openbmc/qemu/target/ppc/
H A Dtranslate.c1472 static inline void gen_op_cmp(TCGv arg0, TCGv arg1, int s, int crf) in gen_op_cmp()
1491 static inline void gen_op_cmpi(TCGv arg0, target_ulong arg1, int s, int crf) in gen_op_cmpi()
1497 static inline void gen_op_cmp32(TCGv arg0, TCGv arg1, int s, int crf) in gen_op_cmp32()
1512 static inline void gen_op_cmpi32(TCGv arg0, target_ulong arg1, int s, int crf) in gen_op_cmpi32()
1534 TCGv_i32 crf = cpu_crf[crfD(ctx->opcode)]; in gen_cmprb() local
4969 int crf = crfS(ctx->opcode); in gen_setb() local
H A Dcpu.h1206 uint32_t crf[8]; /* condition register */ member