Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
stackframe.cpp File Reference
#include <xbyak/xbyak_util.h>
Include dependency graph for stackframe.cpp:

Go to the source code of this file.

Classes

struct  Code
 

Macros

#define XBYAK_NO_OP_NAMES
 

Functions

int main ()
 

Macro Definition Documentation

◆ XBYAK_NO_OP_NAMES

#define XBYAK_NO_OP_NAMES

Definition at line 1 of file stackframe.cpp.

Function Documentation

◆ main()

int main ( void )

Definition at line 19 of file stackframe.cpp.

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}
const uint8 * getCode() const
Definition xbyak.h:905
Definition bench.cpp:18
CK_RV ret
Here is the call graph for this function: