Home
last modified time | relevance | path

Searched refs:WB (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/lgpl3/gmp/dist/mpn/m88k/
H A Dmul_1.s42 ; pipeline stalls 2 cycles due to WB contention.)
45 ; pipeline stalls 2 cycles due to WB contention and 1 cycle due to latency.)
49 ; 2. Schedule code to avoid WB contention. It might be tempting to move the
50 ; ld instruction in the loops down to save 2 cycles (less WB contention),
92 L1: mul r26,r9,r5 ; low word of product mul_1 WB ld
94 mul r11,r12,r7 ; r11 = prod_0 mul_2 WB mask_1
96 extu r13,r9,16 ; r13 = hi(s1_limb) extu_1 WB mul_1
97 mul r12,r13,r7 ; r12 = prod_1b mul_4 WB extu_1
98 mul r25,r13,r8 ; r25 = prod_2 mul_5 WB mul_2
99 extu r11,r11,16 ; r11 = hi(prod_0) extu_2 WB mul_3
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc5175 #define WB(X) (b (X)) in core_bools() macro
5178 WB (t->base.side_effects_flag); in core_bools()
5179 WB (t->base.constant_flag); in core_bools()
5180 WB (t->base.addressable_flag); in core_bools()
5181 WB (t->base.volatile_flag); in core_bools()
5182 WB (t->base.readonly_flag); in core_bools()
5185 WB (t->base.nowarning_flag); in core_bools()
5190 WB (t->base.nothrow_flag); in core_bools()
5191 WB (t->base.static_flag); in core_bools()
5194 WB (t->base.public_flag); in core_bools()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A D74k.md202 ;; - delivers result to hi/lo in 7 cycle (bypass at WB)
243 ;; AP AF AM MB M1 M2 M3 M4 WB GR GC
244 ;; AP AF AM MB M1 M2 M3 M4 WB GR GC
250 ;; Assuming the following is true (bypass at WB)
251 ;; AP AF AM MB M1 M2 M3 M4 WB GR GC
252 ;; AP AF AM MB M1 M2 M3 M4 WB GR GC
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A D74k.md202 ;; - delivers result to hi/lo in 7 cycle (bypass at WB)
243 ;; AP AF AM MB M1 M2 M3 M4 WB GR GC
244 ;; AP AF AM MB M1 M2 M3 M4 WB GR GC
250 ;; Assuming the following is true (bypass at WB)
251 ;; AP AF AM MB M1 M2 M3 M4 WB GR GC
252 ;; AP AF AM MB M1 M2 M3 M4 WB GR GC
/netbsd-src/distrib/common/
H A Dprotocols78 wb-mon 78 WB-MON
79 wb-expak 79 WB-EXPAK
/netbsd-src/external/mpl/mozilla-certdata/share/certs/
H A DAmazon_Root_CA_4.pem9 /zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB
/netbsd-src/sys/arch/evbarm/conf/
H A Dstd.smdk280013 options ARM9_CACHE_WRITE_THROUGH # we have problem with WB dcache
/netbsd-src/external/mpl/bind/dist/bin/tests/system/doth/CA/private/
H A DCA.key15 E2g24GdSCPYf6SoEPwACXtbavV8TXwQPJrHN+f+0/ePCI4jkYe5NoA3gwVgMb/WB
/netbsd-src/external/bsd/ipf/dist/etc/
H A Dprotocols79 wb-mon 78 WB-MON # WIDEBAND Monitoring
80 wb-expak 79 WB-EXPAK # WIDEBAND EXPAK
/netbsd-src/sys/arch/arm/arm/
H A Dcpufunc_asm_armv7.S52 orrlt r0, r0, #TTBR_MPATTR @ MP, cachable (Normal WB)
53 orrge r0, r0, #TTBR_UPATTR @ Non-MP, cacheable, normal WB
152 orrlt r0, r0, #TTBR_MPATTR @ MP, cachable (Normal WB)
153 orrge r0, r0, #TTBR_UPATTR @ Non-MP, cacheable, normal WB
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-vax.c191 #define WB (2+-32768) macro
208 {WF + 1, WB + 1, 3, C (1, 2)},/* W^"foo" 1,1 */
213 {WF + 2, WB + 2, 4, C (2, 2)},/* br.+? brw X 2,1 */
218 {WF, WB, 2, C (3, 2)}, /* brw W^foo 3,1 */
223 {WF, WB, 2, C (4, 2)}, /* acb_ ^Wfoo 4,1 */
228 {WF + 4, WB + 4, 6, C (5, 2)},/* Xob.+2,brb.+3,brw5,1 */
237 #undef WB
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-vax.c191 #define WB (2+-32768) macro
208 {WF + 1, WB + 1, 3, C (1, 2)},/* W^"foo" 1,1 */
213 {WF + 2, WB + 2, 4, C (2, 2)},/* br.+? brw X 2,1 */
218 {WF, WB, 2, C (3, 2)}, /* brw W^foo 3,1 */
223 {WF, WB, 2, C (4, 2)}, /* acb_ ^Wfoo 4,1 */
228 {WF + 4, WB + 4, 6, C (5, 2)},/* Xob.+2,brb.+3,brw5,1 */
237 #undef WB
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dfa726te.md41 ;; E1 E2 E3 E4 E5 WB
156 ;; Load/Store Multiple blocks all pipelines in EX stages until WB.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dfa726te.md41 ;; E1 E2 E3 E4 E5 WB
156 ;; Load/Store Multiple blocks all pipelines in EX stages until WB.
/netbsd-src/sys/arch/sandpoint/conf/
H A DSANDPOINT136 slide* at pci? dev ? function ? # WB/Symphony IDE controllers
/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_pxa2x0_asm.asm57 ; Disable WB/Cache/MMU
H A Darm_sa1100_asm.asm55 ; Disable WB/Cache/MMU
/netbsd-src/etc/
H A Dprotocols161 wb-mon 78 WB-MON # WIDEBAND Monitoring [Steven_Blumenthal]
162 wb-expak 79 WB-EXPAK # WIDEBAND EXPAK [Steven_Blumenthal]
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
H A DBtNetBSD921 ; switch off MMU, IDcache and WB and branch to physical code !!
968 ; drain WB (v4)
971 …EQUD %00011110000001110000111110011010 ; MCRNE cp15, 0, r0, c7, c10, 4; drain WB v4 from Linux loa…
980 ; switch on MMU, IDcache and WB and keep on running (flat *translated*)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-n9-3r2w.md35 ;; WB - Instruction Retire / Result Write-Back
H A Dnds32-n9-2r1w.md35 ;; WB - Instruction Retire / Result Write-Back
H A Dnds32-n10.md35 ;; WB - Instruction Retire / Result Write-Back
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-n9-3r2w.md35 ;; WB - Instruction Retire / Result Write-Back
H A Dnds32-n9-2r1w.md35 ;; WB - Instruction Retire / Result Write-Back
H A Dnds32-n10.md35 ;; WB - Instruction Retire / Result Write-Back

12