/netbsd-src/sys/arch/rs6000/stand/boot/ |
H A D | clock.c | 76 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 D | clock.c | 76 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 D | clock.c | 60 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 D | e500_timer.c | 190 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 D | clock.c | 235 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 D | clock.c | 210 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 D | README-Thumb2.txt | 6 of tbb / tbh.
|
H A D | ARMInstrThumb2.td | 3900 "tbh", "\t$addr", []>, Sched<[WriteBrTbl]> {
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | brdsetup.c | 1037 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 D | ChangeLog-2005 | 484 * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2005 | 484 * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2005 | 484 * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ChangeLog-2005 | 484 * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2005 | 1436 (insns): Add entries for addw, subw, tbb and tbh.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2005 | 1436 (insns): Add entries for addw, subw, tbb and tbh.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2011 | 14511 for tbh instructions.
|