Home
last modified time | relevance | path

Searched full:f6 (Results 1 – 25 of 100) sorted by relevance

1234

/linux/arch/sparc/lib/
H A Dcopy_page.S111 ldd [%o1 + 0x018], %f6
116 fsrc2 %f6, %f22
127 ldd [%o1 + 0x058], %f6
134 fsrc2 %f6, %f22
150 ldd [%o1 + 0x058], %f6
157 fsrc2 %f6, %f22
184 1: TOUCH(f0, f2, f4, f6, f8, f10, f12, f14)
205 TOUCH(f0, f2, f4, f6, f8, f10, f12, f14)
H A DNG2memcpy.S90 faligndata %x3, %x4, %f6; \
109 fsrc2 %x3, %f6;
114 fsrc2 %x3, %f6; \
120 fsrc2 %x3, %f6; \
127 fsrc2 %x3, %f6; \
135 fsrc2 %x3, %f6; \
353 FREG_FROB(f0, f2, f4, f6, f8, f10, f12, f14, f16)
364 FREG_LOAD_7(%g2, f0, f2, f4, f6, f8, f10, f12)
367 FREG_FROB(f0, f2, f4, f6, f8, f10, f12, f16, f18)
378 FREG_LOAD_6(%g2, f0, f2, f4, f6, f8, f10)
[all …]
H A Dxor.S46 fxor %f6, %f22, %f22
73 fxor %f6, %f22, %f22
117 fxor %f6, %f22, %f54
142 fxor %f6, %f22, %f54
184 fxor %f6, %f22, %f22
219 fxor %f6, %f22, %f22
271 fxor %f6, %f22, %f54
316 fxor %f6, %f22, %f54
/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86-dat-32.c611 "62 f2 7e 48 3a f6 \tvpbroadcastmw2d %k6,%zmm6",},
2109 "0f 38 f6 08 \twrssd %ecx,(%eax)",},
2111 "0f 38 f6 15 78 56 34 12 \twrssd %edx,0x12345678",},
2113 "0f 38 f6 94 c8 78 56 34 12 \twrssd %edx,0x12345678(%eax,%ecx,8)",},
2295 "62 f6 7d 48 13 ca \tvcvtph2psx %ymm2,%zmm1",},
2297 "62 f6 7d 48 13 8c c8 78 56 34 12 \tvcvtph2psx 0x12345678(%eax,%ecx,8),%zmm1",},
2299 "62 f6 7d 08 13 ca \tvcvtph2psx %xmm2,%xmm1",},
2301 "62 f6 7d 08 13 8c c8 78 56 34 12 \tvcvtph2psx 0x12345678(%eax,%ecx,8),%xmm1",},
2303 "62 f6 7d 28 13 ca \tvcvtph2psx %xmm2,%ymm1",},
2305 "62 f6 7d 28 13 8c c8 78 56 34 12 \tvcvtph2psx 0x12345678(%eax,%ecx,8),%ymm1",},
[all …]
H A Dinsn-x86-dat-64.c469 "62 62 fe 48 2a f6 \tvpbroadcastmb2q %k6,%zmm30",},
2307 "0f 38 f6 08 \twrssd %ecx,(%rax)",},
2309 "41 0f 38 f6 10 \twrssd %edx,(%r8)",},
2311 "0f 38 f6 14 25 78 56 34 12 \twrssd %edx,0x12345678",},
2313 "0f 38 f6 94 c8 78 56 34 12 \twrssd %edx,0x12345678(%rax,%rcx,8)",},
2315 "41 0f 38 f6 94 c8 78 56 34 12 \twrssd %edx,0x12345678(%r8,%rcx,8)",},
2317 "48 0f 38 f6 08 \twrssq %rcx,(%rax)",},
2319 "49 0f 38 f6 10 \twrssq %rdx,(%r8)",},
2321 "48 0f 38 f6 14 25 78 56 34 12 \twrssq %rdx,0x12345678",},
2323 "48 0f 38 f6 94 c8 78 56 34 12 \twrssq %rdx,0x12345678(%rax,%rcx,8)",},
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func4.c39 int f6(struct __sk_buff *skb) in f6() function
47 return f6(skb); in f7()
H A Dtest_global_func3.c39 int f6(struct __sk_buff *skb) in f6() function
47 return f6(skb); in f7()
H A Dcore_reloc_types.h966 anon_struct_typedef f6;
1033 anon_struct_typedef___diff f6;
1083 struct_ptr_typedef___diff_sz f6;
1134 struct_ptr_typedef___incompat f6;
1158 func_proto_typedef___fn_wrong_arg_cnt1 f6;
1196 arr_typedef f6;
956 anon_struct_typedef f6; global() member
1023 anon_struct_typedef___diff f6; global() member
1073 struct_ptr_typedef___diff_sz f6; global() member
1124 struct_ptr_typedef___incompat f6; global() member
1148 func_proto_typedef___fn_wrong_arg_cnt1 f6; global() member
1186 arr_typedef f6; global() member
/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c547 struct dma_fence *fence, *f1, *f2, *f3, *f4, *f5, *f6, *f7; in unwrap_merge_complex_seqno() local
583 f6 = mock_array(2, dma_fence_get(f3), dma_fence_get(f4)); in unwrap_merge_complex_seqno()
584 if (!f6) in unwrap_merge_complex_seqno()
587 f7 = dma_fence_unwrap_merge(f5, f6); in unwrap_merge_complex_seqno()
612 dma_fence_put(f6); in unwrap_merge_complex_seqno()
/linux/tools/perf/Documentation/
H A Dperf-diff.txt201 - file A with samples f1, f2, f3, f4, f6
217 b f6
229 x f6
240 x f6
/linux/arch/riscv/kernel/
H A Dfpu.S34 fsd f6, TASK_THREAD_F6_F0(a0)
77 fld f6, TASK_THREAD_F6_F0(a0)
145 __access_func(f6); \
/linux/arch/mips/include/asm/
H A Dfpregdef.h33 #define ft1 $f6
74 #define ft2 $f6
H A Dasmmacro-32.h23 s.d $f6, THREAD_FPR6(\thread)
47 l.d $f6, THREAD_FPR6(\thread)
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.h26 (WMM_CHIP_A_TX_TOTAL_PAGE_NUMBER + 1) /* F6 */
35 (WMM_CHIP_B_TX_TOTAL_PAGE_NUMBER + 1) /* F6 */
/linux/lib/crypto/sparc/
H A Dsha256_asm.S16 ld [%o0 + 0x18], %f6
43 st %f6, [%o0 + 0x18]
H A Dsha512_asm.S12 ldd [%o0 + 0x18], %f6
48 std %f6, [%o0 + 0x18]
/linux/arch/sparc/kernel/
H A Dfpu_traps.S37 fmuld %f0, %f2, %f6
69 fmuld %f0, %f2, %f6
255 fitod %f6, %f62
298 fdtos %f62, %f6
/linux/tools/testing/selftests/hid/tests/
H A Dtest_apple_keyboard.py291 r.extend(uhdev.event(["F4", "F6"]))
303 r = uhdev.event(["F6"])
365 # keep F4 and press F6
366 r = uhdev.event(["F4", "F6"])
378 # keep F4 and F6
379 r = uhdev.event(["F4", "F6"])
/linux/drivers/tty/vt/
H A Ddefkeymap.map144 keycode 64 = F6 F16 Console_18
145 control keycode 64 = F6
268 string F6 = "\033[17~"
/linux/arch/mips/kvm/
H A Dfpu.S50 sdc1 $f6, VCPU_FPR6(a0)
94 ldc1 $f6, VCPU_FPR6(a0)
/linux/arch/mips/kernel/
H A Dr2300_fpu.S73 EX2(s.d $f6, 48(a0))
107 EX2(l.d $f6, 48(a0))
/linux/drivers/s390/char/
H A Ddefkeymap.map160 shift control keycode 118 = F6
170 string F6 = "\033[17~"
/linux/arch/m68k/hp300/
H A Dhp300map.map103 keycode 82 = F6
162 string F6 = "\033[17~"
/linux/arch/loongarch/kernel/
H A Dfpu.S36 EX fst.d $f6, \base, (6 * FPU_REG_WIDTH)
71 EX fld.d $f6, \base, (6 * FPU_REG_WIDTH)
470 movgr2fr.w $f6, t1
471 movgr2frh.w $f6, t1
529 movgr2fr.d $f6, t1
/linux/arch/loongarch/include/asm/
H A Dfpregdef.h16 #define fa6 $f6

1234