Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/rs6000/stand/boot/
Dclock.c76 u_long tbh, tbl, scratch; in delay() local
84 mfrtc(&tbh, &tbl); in delay()
86 tbh++; in delay()
91 tbh++; in delay()
97 : "r"(tbh), "r"(tbl), "n"(SPR_RTCU_R), "n"(SPR_RTCL_R)); in delay()
101 tbh = tb >> 32; in delay()
106 : "r"(tbh), "r"(tbl)); in delay()
/netbsd/src/sys/arch/prep/stand/boot/
Dclock.c76 u_long tbh, tbl, scratch; in delay() local
83 mfrtc(&tbh, &tbl); in delay()
85 tbh++; in delay()
90 tbh++; in delay()
96 : "r"(tbh), "r"(tbl), "n"(SPR_RTCU_R), "n"(SPR_RTCL_R)); in delay()
100 tbh = tb >> 32; in delay()
105 : "r"(tbh), "r"(tbl)); in delay()
/netbsd/src/sys/arch/bebox/stand/boot/
Dclock.c60 u_long tbh, tbl, scratch; in delay() local
64 tbh = tb >> 32; in delay()
68 : "=&r"(scratch) : "r"(tbh), "r"(tbl)); in delay()
/netbsd/src/sys/arch/powerpc/booke/
De500_timer.c190 u_long tbh, tbl, scratch; in delay() local
195 tbh = tb >> 32; in delay()
207 : "r"(tbh), "r"(tbl), "n"(SPR_TBL), "n"(SPR_TBU) in delay()
/netbsd/src/sys/arch/powerpc/ibm4xx/
Dclock.c235 u_long tbh, tbl, scratch; in delay() local
240 tbh = tb >> 32; in delay()
261 : "r" (tbh), "r" (tbl) in delay()
/netbsd/src/sys/arch/powerpc/powerpc/
Dclock.c210 uint32_t tbh, tbl, scratch; in delay()
246 tbh = tb >> 32; in delay()
250 : "=&r"(scratch) : "r"(tbh), "r"(tbl) in delay()
/netbsd/src/sys/arch/sandpoint/stand/altboot/
Dbrdsetup.c1037 uint32_t scratch, tbh, tbl; in delay() local
1041 tbh = tb >> 32; in delay()
1053 : "r"(tbh), "r"(tbl) in delay()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-2005484 * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-2005484 * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20051436 (insns): Add entries for addw, subw, tbb and tbh.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201114511 for tbh instructions.