Home
last modified time | relevance | path

Searched refs:h_cond (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/m32r/
Dcpu.c100 return CPU (h_cond); in m32rbf_h_cond_get()
108 CPU (h_cond) = newval; in m32rbf_h_cond_set()
Dcpu2.c116 return CPU (h_cond); in m32r2f_h_cond_get()
124 CPU (h_cond) = newval; in m32r2f_h_cond_set()
Dcpux.c116 return CPU (h_cond); in m32rxf_h_cond_get()
124 CPU (h_cond) = newval; in m32rxf_h_cond_set()
Dsem2-switch.c726 CPU (h_cond) = opval; in CASE()
755 CPU (h_cond) = opval; in CASE()
775 temp0 = ADDCSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); in CASE()
776 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); in CASE()
784 CPU (h_cond) = opval; in CASE()
803 if (CPU (h_cond)) { in CASE()
828 if (CPU (h_cond)) { in CASE()
1084 if (CPU (h_cond)) { in CASE()
1117 if (CPU (h_cond)) { in CASE()
1150 if (NOTBI (CPU (h_cond))) { in CASE()
[all …]
Dsemx-switch.c719 CPU (h_cond) = opval; in CASE()
748 CPU (h_cond) = opval; in CASE()
768 temp0 = ADDCSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); in CASE()
769 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); in CASE()
777 CPU (h_cond) = opval; in CASE()
796 if (CPU (h_cond)) { in CASE()
821 if (CPU (h_cond)) { in CASE()
1077 if (CPU (h_cond)) { in CASE()
1110 if (CPU (h_cond)) { in CASE()
1143 if (NOTBI (CPU (h_cond))) { in CASE()
[all …]
Dsem-switch.c535 CPU (h_cond) = opval; in CASE()
564 CPU (h_cond) = opval; in CASE()
584 temp0 = ADDCSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); in CASE()
585 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); in CASE()
593 CPU (h_cond) = opval; in CASE()
612 if (CPU (h_cond)) { in CASE()
637 if (CPU (h_cond)) { in CASE()
893 if (NOTBI (CPU (h_cond))) { in CASE()
918 if (NOTBI (CPU (h_cond))) { in CASE()
1011 CPU (h_cond) = opval; in CASE()
[all …]
Dsem.c411 CPU (h_cond) = opval; in SEM_FN_NAME()
442 CPU (h_cond) = opval; in SEM_FN_NAME()
464 temp0 = ADDCSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); in SEM_FN_NAME()
465 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); in SEM_FN_NAME()
473 CPU (h_cond) = opval; in SEM_FN_NAME()
494 if (CPU (h_cond)) { in SEM_FN_NAME()
521 if (CPU (h_cond)) { in SEM_FN_NAME()
797 if (NOTBI (CPU (h_cond))) { in SEM_FN_NAME()
824 if (NOTBI (CPU (h_cond))) { in SEM_FN_NAME()
925 CPU (h_cond) = opval; in SEM_FN_NAME()
[all …]
Dm32r2.c155 return (CPU (h_psw) & 0xfe) | (CPU (h_cond) & 1); in m32r2f_h_psw_get_handler()
162 CPU (h_cond) = newval & 1; in m32r2f_h_psw_set_handler()
Dm32rx.c155 return (CPU (h_psw) & 0xfe) | (CPU (h_cond) & 1); in m32rxf_h_psw_get_handler()
162 CPU (h_cond) = newval & 1; in m32rxf_h_psw_set_handler()
Dm32r.c253 return (CPU (h_psw) & 0xfe) | (CPU (h_cond) & 1); in m32rbf_h_psw_get_handler()
260 CPU (h_cond) = newval & 1; in m32rbf_h_psw_set_handler()
Dcpu.h68 BI h_cond; member
69 #define GET_H_COND() CPU (h_cond)
70 #define SET_H_COND(x) (CPU (h_cond) = (x))
Dcpux.h75 BI h_cond; member
76 #define GET_H_COND() CPU (h_cond)
77 #define SET_H_COND(x) (CPU (h_cond) = (x))
Dcpu2.h75 BI h_cond; member
76 #define GET_H_COND() CPU (h_cond)
77 #define SET_H_COND(x) (CPU (h_cond) = (x))