Home | History | Annotate | Download | only in ppc

Lines Matching refs:Rc

37    fields in the instruction (OE, EA, Rc) the compiler has sufficient
76 #define ALU_END(TARG,CA,OE,Rc) \
78 signed_word const alu_result = _ALU_RESULT_VAL(CA,OE,Rc); \
100 CR0_COMPARE(alu_result, 0, Rc); \
107 #define _ALU_RESULT_VAL(CA,OE,Rc) (WITH_TARGET_WORD_BITSIZE == 64 \
256 #define CR1_UPDATE(Rc) \
258 if (Rc) { \
289 #define CR0_COMPARE(LHS, RHS, Rc) \
291 if (Rc) { \
321 #define FPSCR_END(Rc) { \
336 CR1_UPDATE(Rc); \