Searched defs:_CONST (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dasm_linkage.h59 #define _CONST(const) [const] macro
60 #define _BITNOT(const) -1!_CONST(const)
61 #define _MUL(a, b) _CONST(a \* b)
72 #define _CONST(const) (const) macro
73 #define _BITNOT(const) ~_CONST(const)
74 #define _MUL(a, b) _CONST(a * b)
119 subq $_CONST(_MUL(XMM_SIZE, nreg)), %rsp; \
123 addq $_CONST(_MUL(XMM_SIZE, nreg)), %rsp
128 subl $_CONST(_MUL(XMM_SIZE, nreg) + XMM_ALIGN), %esp; \
134 addl $_CONST(_MU
[all...]

Completed in 78 milliseconds