OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blsfill
(Results
1 - 4
of
4
) sorted by null
/external/llvm/test/MC/X86/
x86_64-tbm-encoding.s
123
//
blsfill
32 reg
124
// CHECK:
blsfill
%edi, %eax
126
blsfill
%edi, %eax
128
//
blsfill
32 mem
129
// CHECK:
blsfill
(%rdi), %eax
131
blsfill
(%rdi), %eax
133
//
blsfill
64 reg
134
// CHECK:
blsfill
%rdi, %rax
136
blsfill
%rdi, %rax
138
//
blsfill
64 me
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
x86_64-tbm-encoding.s
123
//
blsfill
32 reg
126
blsfill
%edi, %eax
128
//
blsfill
32 mem
131
blsfill
(%rdi), %eax
133
//
blsfill
64 reg
136
blsfill
%rdi, %rax
138
//
blsfill
64 mem
141
blsfill
(%rdi), %rax
/external/capstone/suite/MC/X86/
x86_64-tbm-encoding.s.cs
26
0x8f,0xe9,0x78,0x01,0xd7 =
blsfill
%edi, %eax
27
0x8f,0xe9,0x78,0x01,0x17 =
blsfill
(%rdi), %eax
28
0x8f,0xe9,0xf8,0x01,0xd7 =
blsfill
%rdi, %rax
29
0x8f,0xe9,0xf8,0x01,0x17 =
blsfill
(%rdi), %rax
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
resources-tbm.s
40
blsfill
%eax, %ecx
label
41
blsfill
(%rax), %ecx
label
43
blsfill
%rax, %rcx
label
44
blsfill
(%rax), %rcx
label
Completed in 669 milliseconds