#include <lib.h>
|
| A () |
|
int | func (int a, int b, int c, int d, int e) const |
|
| A () |
|
| ~A () |
|
void | put () const |
|
| A () |
|
| ~A () |
|
void | put () const |
|
| Test (bool isXbyak) |
|
void | separateFunc () |
|
| ~Test () |
|
void | put () |
|
void | putOpmask () |
|
void | put_vaddpd (const char *r1, const char *r2, const char *r3, int kIdx=0, bool z=false, int sae=0) |
|
void | putCombi () |
|
void | putCmpK () |
|
void | putBroadcastSub (int idx, int disp) |
|
void | putBroadcast () |
|
void | putMisc1 () |
|
void | putAVX512_M_X () |
|
void | put_vmov () |
|
void | put512_X_XM () |
|
void | put512_X_X_XM () |
|
void | put512_X3 () |
|
void | put512_X3_I () |
|
void | put512_FMA () |
|
void | put512_Y_XM () |
|
void | put512_AVX1 () |
|
void | putAVX1 () |
|
void | put512_cvt () |
|
void | putGather () |
|
void | putScatter () |
|
void | putBlend () |
|
void | putVpcmp () |
|
void | putVtest () |
|
void | putCompExp () |
|
void | putPerm () |
|
void | putShuff () |
|
void | putMov () |
|
void | putRot () |
|
void | putMisc2 () |
|
void | classSubMem (const char *nm, char x, bool broadcast, int size) |
|
void | putClassSub (const char *name, int size) |
|
void | putClass () |
|
void | putMin () |
|
void | putDisp8N () |
|
void | putAVX512 () |
|
| Test (bool isXbyak) |
|
void | separateFunc () |
|
| ~Test () |
|
void | putGprR_R_RM () |
|
void | putGprR_RM_R () |
|
void | putGprR_RM () |
|
void | putGprOtherwise () |
|
void | putGather () |
|
void | putGath (const std::string &vsib) |
|
void | putGatherAll () |
|
void | putSeg () |
|
void | put () |
|
| Test (int n) |
|
void | threadEntry () |
|
void | stopThread () |
|
Definition at line 7 of file memfunc.cpp.
◆ A() [1/3]
◆ A() [2/3]
Definition at line 27 of file lib.h.
29 {
30 puts("A cstr");
31 }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
◆ ~A() [1/2]
Definition at line 32 of file lib.h.
33 {
34 puts("A dstr");
35 }
◆ A() [3/3]
Definition at line 9 of file lib_min.cpp.
11 {
12 puts("A cstr");
13 }
◆ ~A() [2/2]
Definition at line 14 of file lib_min.cpp.
15 {
16 puts("A dstr");
17 }
◆ func()
int A::func |
( |
int | a, |
|
|
int | b, |
|
|
int | c, |
|
|
int | d, |
|
|
int | e ) const |
|
inline |
Definition at line 11 of file memfunc.cpp.
11{
return x_ + y_ +
a + b + c +
d + e; }
◆ put() [1/2]
Definition at line 36 of file lib.h.
◆ put() [2/2]
Definition at line 18 of file lib_min.cpp.
19 {
20 printf(
"aaa=%d\n",
aaa);
21 }
Definition at line 26 of file lib.h.
◆ aaa
◆ x_
◆ y_
The documentation for this struct was generated from the following files:
- libraries/fc/libraries/ff/depends/xbyak/sample/memfunc.cpp
- libraries/fc/libraries/ff/depends/xbyak/test/lib.h
- libraries/fc/libraries/ff/depends/xbyak/test/lib_min.cpp