Searched refs:SET_PSW_C (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/d10v/
H A Dsimops.c643 SET_PSW_C (a > tmp);
703 SET_PSW_C (tmp < a);
717 SET_PSW_C (tmp < a);
816 SET_PSW_C (tmp < a);
3017 SET_PSW_C (a >= b);
3083 SET_PSW_C (a >= b);
3180 SET_PSW_C (tmp >= (1 << 16));
H A Dd10v_sim.h357 #define SET_PSW_C(VAL) SET_PSW_BIT (PSW_C_BIT, (VAL)) macro

Completed in 100 milliseconds