Home
last modified time | relevance | path

Searched refs:CRF_GT_BIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dcpu.h1659 #define CRF_GT_BIT 2 macro
1663 #define CRF_GT (1 << CRF_GT_BIT)
1668 #define CRF_CL (1 << CRF_GT_BIT)
H A Dtranslate.c1558 tcg_gen_shli_i32(crf, crf, CRF_GT_BIT); in gen_cmprb()