Searched refs:SIMD (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfex_handler.h111 #define SIMD 0x080 macro
143 /* single precision SIMD instructions */
144 cmpps = SIMD + 0,
145 minps = SIMD + 1,
146 maxps = SIMD + 2,
147 addps = SIMD + 3,
148 subps = SIMD + 4,
149 mulps = SIMD + 5,
150 divps = SIMD + 6,
151 sqrtps = SIMD
[all...]
H A D__fex_hdlr.c415 if ((int)inst.op & SIMD) {
H A D__fex_sse.c75 simd = SIMD;
118 /* oddball: scalar instruction in a SIMD opcode group */
125 /* oddball: scalar instruction in a SIMD opcode group */
825 * Emulate a SIMD SSE instruction to determine which exceptions occur
827 * trapped exception that would occur if the i-th part of the SIMD
834 * is not a SIMD instruction.
845 /* perform each part of the SIMD operation */
1330 * Store the results from a SIMD instruction. For each i, store
1332 * of the SIMD SSE instruction specified by *inst. If no result
1337 * is not a SIMD instructio
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s100 / safely use SIMD instructions.

Completed in 47 milliseconds