-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
27 lines (27 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'/>
<title>Armv8 A64 Assembly & Intrinsics Guide</title>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
<link href="opv86.css" rel="stylesheet">
</head>
<body>
<h1>Armv8 A64 Assembly & Intrinsics Guide <small>Instruction / Intrinsics finder for AArch64 processors</small></h1>
<input id="filter-value" class="opv86-main-hex-input" type="text" placeholder="Filter with opcode, intrinsics...">
<div class="opv86-checkbox-row">
<div id="filter-checkbox">
<input id="intrinsics-only" type="checkbox">Intrinsics only
<input id="general-only" type="checkbox">Non-SIMD/FP only
<input id="include-sve" type="checkbox">SVE
<input id="include-system" type="checkbox">System
</div>
<div id="site-info" class="opv86-site-info"><a href="data">Raw documents</a></div>
<div><center>/</center></div>
<div id="site-info" class="opv86-site-info"><a href="https://github.com/ocxtal/opa64">GitHub: ocxtal/opa64</a></div>
</div>
<div id="oplist" class="opv86-oplist-container"></div>
</body>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="opv86.js"></script>
</html>