Searched refs:PSW_F1 (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/d10v-elf/
H A Dt-rdt.s5 PSW_BITS = PSW_C|PSW_F0|PSW_F1
H A Dt-rte.s5 PSW_BITS = PSW_C|PSW_F0|PSW_F1
H A Dt-mvtc.s46 loadpsw2 PSW_F1
47 checkpsw2 14 PSW_F1
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/d10v/
H A Dsimops.c453 PSW_F1 != 0);
1082 val = PSW_F1;
1104 val = PSW_F1;
1188 State.exe = (PSW_F1 == 0);
1197 State.exe = (PSW_F1 != 0);
1206 State.exe = (PSW_F0 == 0) & (PSW_F1 == 0);
1215 State.exe = (PSW_F0 == 0) & (PSW_F1 != 0);
1224 State.exe = (PSW_F0 != 0) & (PSW_F1 == 0);
1233 State.exe = (PSW_F0 != 0) & (PSW_F1 != 0);
3229 PSW_F0 != 0, PSW_F1 !
[all...]
H A Dd10v_sim.h353 #define PSW_F1 ((PSW & PSW_F1_BIT) != 0) macro

Completed in 71 milliseconds