Wire Sysio
Wire Sysion 1.0.0
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
_
a
b
c
e
f
i
k
l
m
o
p
r
s
t
u
v
w
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Properties
Related Symbols
:
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
u
v
w
x
y
z
Enumerations
a
c
e
f
h
l
n
o
p
r
s
t
u
w
x
y
Enumerator
_
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
x
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
▼
Wire Sysio
AppBase
LICENSE
LICENSE
Change Log
►
DOM
DOM
►
Encoding
编码
FAQ
常见问题
Features
特点
►
Internals
内部架构
►
NPM
Performance
性能
►
Pointer
Pointer
►
SAX
SAX
►
Schema
►
Schema
►
Stream
流
►
Tutorial
教程
readme
readme.zh-cn
How to become a contributor and submit your own code
Defining a Mock Class
CookBook
DesignDoc
Documentation
ForDummies
FrequentlyAskedQuestions
KnownIssues
advanced
faq
Using GoogleTest from various build systems
Introduction: Why Google C++ Testing Framework?
PumpManual
samples
XcodeGuide
Java class files(under construction)
High-Speed Software Implementation of the Optimal Ate Pairing over Barreto-Naehrig Curves
Xbyak 5.63 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
LICENSE
Changelog
Release Process
The safegcd implementation in libsecp256k1 explained
Security Policy
changelog
WebSocket++ (0.7.0)
roadmap
Broadcast Tutorial
Chat Tutorial
Utility Client Example Application Tutorial
Utility Server Example Application Tutorial
Building SYS-VM
Contributor Covenant Code of Conduct
assertions
ci-and-misc
cmake-integration
command-line
commercial-users
configuration
contributing
deprecations
event-listeners
generators
limitations
list-of-examples
logging
matchers
opensource-users
other-macros
own-main
Readme
release-notes
release-process
reporters
slow-compiles
test-cases-and-sections
test-fixtures
tostring
tutorial
why-catch
LICENSE
Community Plugin List
sysio.system.clauses
Deprecated List
Todo List
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
libraries
►
appbase
►
builtins
►
chain
►
chainbase
▼
fc
►
include
▼
libraries
▼
ff
▼
depends
►
ate-pairing
▼
xbyak
►
gen
▼
sample
►
bf.cpp
►
calc.cpp
►
calc2.cpp
►
jmp_table.cpp
►
memfunc.cpp
►
quantize.cpp
►
stackframe.cpp
►
static_buf.cpp
►
test0.cpp
►
test_util.cpp
►
toyvm.cpp
►
test
►
xbyak
►
libff
►
secp256k1
►
src
►
test
►
vendor
►
softfloat
►
state_history
►
sys-vm
►
testing
►
version
►
wasm-jit
►
yubihsm
►
plugins
►
programs
►
wire-system-contracts
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
stackframe.cpp
Go to the documentation of this file.
1
#define XBYAK_NO_OP_NAMES
2
#include <
xbyak/xbyak_util.h
>
3
4
#ifdef XBYAK32
5
#error "this sample is for only 64-bit mode"
6
#endif
7
8
struct
Code
:
public
Xbyak::CodeGenerator
{
9
Code
()
10
{
11
// see xbyak/sample/sf_test.cpp for how to use other parameter
12
Xbyak::util::StackFrame sf(
this
, 3);
13
mov
(rax, sf.p[0]);
14
add
(rax, sf.p[1]);
15
add
(rax, sf.p[2]);
16
}
9
Code
() {
…
}
17
};
18
19
int
main
()
20
{
21
Code
c;
22
int (*
f
)(int, int, int) = c.
getCode
<
int
(*) (int, int, int)>();
23
int
ret
=
f
(3, 5, 2);
24
if
(
ret
== 3 + 5 + 2) {
25
puts(
"ok"
);
26
}
else
{
27
puts(
"ng"
);
28
}
29
}
19
int
main
() {
…
}
f
foo f
Definition
X02-DisabledMacros.cpp:25
Xbyak::CodeArray::getCode
const uint8 * getCode() const
Definition
xbyak.h:905
Xbyak::CodeGenerator
Definition
xbyak.h:1339
Xbyak::CodeGenerator::add
void add(const Operand &op, uint32 imm)
Definition
xbyak.h:6
Xbyak::CodeGenerator::mov
void mov(const Operand ®1, const Operand ®2)
Definition
xbyak.h:2210
main
int main()
Definition
stackframe.cpp:19
Code
Definition
bench.cpp:18
Code::Code
Code()
Definition
stackframe.cpp:9
xbyak_util.h
ret
CK_RV ret
Definition
yubihsm_pkcs11.c:973
libraries
fc
libraries
ff
depends
xbyak
sample
stackframe.cpp
Generated by
1.12.0