| /linux/arch/sparc/lib/ |
| H A D | copy_page.S | 111 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 D | NG2memcpy.S | 90 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 D | xor.S | 46 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 D | insn-x86-dat-32.c | 611 "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 D | insn-x86-dat-64.c | 469 "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 D | test_global_func4.c | 39 int f6(struct __sk_buff *skb) in f6() function 47 return f6(skb); in f7()
|
| H A D | test_global_func3.c | 39 int f6(struct __sk_buff *skb) in f6() function 47 return f6(skb); in f7()
|
| H A D | core_reloc_types.h | 966 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 D | st-dma-fence-unwrap.c | 547 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 D | perf-diff.txt | 201 - file A with samples f1, f2, f3, f4, f6 217 b f6 229 x f6 240 x f6
|
| /linux/arch/riscv/kernel/ |
| H A D | fpu.S | 34 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 D | fpregdef.h | 33 #define ft1 $f6 74 #define ft2 $f6
|
| H A D | asmmacro-32.h | 23 s.d $f6, THREAD_FPR6(\thread) 47 l.d $f6, THREAD_FPR6(\thread)
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | hw.h | 26 (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 D | sha256_asm.S | 16 ld [%o0 + 0x18], %f6 43 st %f6, [%o0 + 0x18]
|
| H A D | sha512_asm.S | 12 ldd [%o0 + 0x18], %f6 48 std %f6, [%o0 + 0x18]
|
| /linux/arch/sparc/kernel/ |
| H A D | fpu_traps.S | 37 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 D | test_apple_keyboard.py | 291 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 D | defkeymap.map | 144 keycode 64 = F6 F16 Console_18 145 control keycode 64 = F6 268 string F6 = "\033[17~"
|
| /linux/arch/mips/kvm/ |
| H A D | fpu.S | 50 sdc1 $f6, VCPU_FPR6(a0) 94 ldc1 $f6, VCPU_FPR6(a0)
|
| /linux/arch/mips/kernel/ |
| H A D | r2300_fpu.S | 73 EX2(s.d $f6, 48(a0)) 107 EX2(l.d $f6, 48(a0))
|
| /linux/drivers/s390/char/ |
| H A D | defkeymap.map | 160 shift control keycode 118 = F6 170 string F6 = "\033[17~"
|
| /linux/arch/m68k/hp300/ |
| H A D | hp300map.map | 103 keycode 82 = F6 162 string F6 = "\033[17~"
|
| /linux/arch/loongarch/kernel/ |
| H A D | fpu.S | 36 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 D | fpregdef.h | 16 #define fa6 $f6
|