This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
To invoke this instruction from the source level, a compiler builtin is provided. Since C syntax doesn't provide functions with two results, this builtin refers to them via pointers:__super_ld32( int* x, int *y, int *a)
long long tmp = __super_ld32_dimode (a); *x = (int) tmp; *y = (int) (tmp >> 32);
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |