Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/rs6000/stand/boot/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dclock.c210 uint32_t tbh, tbl, scratch; in delay()
246 tbh = tb >> 32; in delay()
250 : "=&r"(scratch) : "r"(tbh), "r"(tbl)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DREADME-Thumb2.txt6 of tbb / tbh.
H A DARMInstrThumb2.td3900 "tbh", "\t$addr", []>, Sched<[WriteBrTbl]> {
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A 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/binutils.old/dist/opcodes/
H A DChangeLog-2005484 * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2005484 * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2005484 * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-2005484 * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20051436 (insns): Add entries for addw, subw, tbb and tbh.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20051436 (insns): Add entries for addw, subw, tbb and tbh.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201114511 for tbh instructions.