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

Go to the source code of this file.

Classes

struct  Code
 

Macros

#define XBYAK_NO_OP_NAMES
 

Functions

 MIE_ALIGN (4096) char buf[4096]
 
int add (int a, int b)
 
int main ()
 

Variables

Code s_code
 

Macro Definition Documentation

◆ XBYAK_NO_OP_NAMES

#define XBYAK_NO_OP_NAMES

Definition at line 5 of file static_buf.cpp.

Function Documentation

◆ add()

int add ( int a,
int b )
inline

Definition at line 29 of file static_buf.cpp.

30{
32}
const To CastTo(From p)
Definition xbyak.h:279
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181
uint8_t buf[2048]
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( void )

Definition at line 34 of file static_buf.cpp.

35{
36 int sum = 0;
37 for (int i = 0; i < 10; i++) {
38 sum += add(i, 5);
39 }
40 printf("sum=%d\n", sum);
41}
LOGGING_API void printf(Category category, const char *format,...)
Definition Logging.cpp:30
int add(int a, int b)
Here is the call graph for this function:

◆ MIE_ALIGN()

MIE_ALIGN ( 4096 )

Variable Documentation

◆ s_code

Code s_code