Home
last modified time | relevance | path

Searched refs:GET_H_PSW (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/m32r/
Dm32r-sim.h89 #ifndef GET_H_PSW
90 #define GET_H_PSW() \ macro
Dcpu.c116 return GET_H_PSW (); in m32rbf_h_psw_get()
Dcpu2.c132 return GET_H_PSW (); in m32r2f_h_psw_get()
Dcpux.c132 return GET_H_PSW (); in m32rxf_h_psw_get()
Dcpu.h73 #define GET_H_PSW() m32rbf_h_psw_get_handler (current_cpu) macro
Dcpux.h80 #define GET_H_PSW() m32rxf_h_psw_get_handler (current_cpu) macro
Dcpu2.h80 #define GET_H_PSW() m32r2f_h_psw_get_handler (current_cpu) macro
Dsem-switch.c2457 UQI opval = GET_H_PSW (); in CASE()
2462 UQI opval = ANDQI (GET_H_PSW (), 128); in CASE()
Dsem.c2509 UQI opval = GET_H_PSW (); in SEM_FN_NAME()
2514 UQI opval = ANDQI (GET_H_PSW (), 128); in SEM_FN_NAME()
Dsem2-switch.c3099 UQI opval = GET_H_PSW (); in CASE()
3104 UQI opval = ANDQI (GET_H_PSW (), 128); in CASE()
6301 UQI opval = GET_H_PSW (); in CASE()
6306 UQI opval = ANDQI (GET_H_PSW (), 128); in CASE()
Dsemx-switch.c2931 UQI opval = GET_H_PSW (); in CASE()
2936 UQI opval = ANDQI (GET_H_PSW (), 128); in CASE()
6133 UQI opval = GET_H_PSW (); in CASE()
6138 UQI opval = ANDQI (GET_H_PSW (), 128); in CASE()